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.modules.tpl

    r1935 r2035  
    4545{section name=id loop=$modules} 
    4646{if $smarty.section.id.first} 
    47 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     47<table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    4848{/if} 
    4949    <tr> 
Note: See TracChangeset for help on using the changeset viewer.