Ignore:
Timestamp:
11/16/08 12:32:36 (4 years ago)
Author:
WanWizard
Message:

fixed templates that are to wide for certain themes due to a fixed width setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.panels.tpl

    r1935 r2035  
    3131{section name=id loop=$panels} 
    3232    {if $smarty.section.id.first} 
    33         <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     33        <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    3434    {/if} 
    3535    {if $panels[id].new_panel_side} 
Note: See TracChangeset for help on using the changeset viewer.