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

    r1935 r2035  
    5858{cycle name=column values="1,2,3,4" assign="column" print=no}                       {* keep track of the current column *} 
    5959    {if $smarty.section.id.first} 
    60     <table align='center' cellpadding='0' cellspacing='1' width='600'> 
     60    <table align='center' cellpadding='0' cellspacing='1' width='100%'> 
    6161    {/if} 
    6262    {if $column == 1}<tr>{/if} 
Note: See TracChangeset for help on using the changeset viewer.