Ignore:
Timestamp:
Sep 28, 2008, 1:29:09 PM (16 years ago)
Author:
patdenice
Message:

Move plugins list CSS to admin default-layout.css.
Layout bug corrected with IE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/plugins_list.tpl

    r2531 r2619  
    2020  </tr>
    2121</thead>
    22 {html_head} {*add the style to html head for strict standard compliance*}
    23 <style type="text/css">
    24 TABLE.table2 TR TD.pluginState {ldelim}
    25   padding-left:16px;
    26 }
    27 TABLE.table2 TR TD.active {ldelim}
    28   background: url({$ROOT_URL}{$themeconf.admin_icon_dir}/plugin_active.gif) no-repeat center left
    29 }
    30 TABLE.table2 TR TD.inactive {ldelim}
    31   background: url({$ROOT_URL}{$themeconf.admin_icon_dir}/plugin_inactive.gif) no-repeat center left
    32 }
    33 </style>
    34 {/html_head}
     22
    3523{foreach from=$plugins item=plugin name=plugins_loop}
    3624        <tr class="{if $smarty.foreach.plugins_loop.index is odd}row1{else}row2{/if}">
Note: See TracChangeset for help on using the changeset viewer.