Changeset 863
- Timestamp:
- 09/18/07 16:34:24 (15 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/admin/plugins.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/admin/plugins.php
r799 r863 2 2 <div class="container"> 3 3 <hr /> 4 <div class="dashboard-block c3" id="welcome">4 <div class="dashboard-block span-24 first last" id="welcome"> 5 5 <h1>Currently Available Plugins</h1> 6 6 <p>Activate, deactivate and remove plugins through this interface.</p> 7 7 </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"> 12 9 <?php 13 10 $listok= true; … … 106 103 </div> 107 104 <?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"> 109 106 <h2><?php echo $active_plugins[$configure]->info->name; echo ' : '; echo $action; ?></h2> 110 107 <?php
