Changeset 863

Show
Ignore:
Timestamp:
09/18/07 16:34:24 (15 months ago)
Author:
freakerz
Message:

Dropping the plugin configuration block to a new line, makes the listing look right.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/admin/plugins.php

    r799 r863  
    22<div class="container"> 
    33<hr /> 
    4     <div class="dashboard-block c3" id="welcome"> 
     4    <div class="dashboard-block span-24 first last" id="welcome"> 
    55        <h1>Currently Available Plugins</h1> 
    66        <p>Activate, deactivate and remove plugins through this interface.</p> 
    77    </div> 
    8     <?php 
    9     $columnsize = isset( $this->engine_vars['configure'] ) ? 'c1' : 'c3'; 
    10     ?> 
    11     <div class="dashboard-block <?php echo $columnsize; ?>"> 
     8    <div class="dashboard-block span-24 first last"> 
    129        <?php  
    1310            $listok= true; 
     
    106103    </div> 
    107104    <?php if( isset( $this->engine_vars['configure'] ) && ( $configure = $this->engine_vars['configure'] ) ): ?> 
    108     <div class="dashboard-block c2" id="plugin_options"> 
     105    <div class="dashboard-block span-24 first last" id="plugin_options"> 
    109106        <h2><?php echo $active_plugins[$configure]->info->name; echo ' : '; echo $action; ?></h2> 
    110107        <?php