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/main.reports.tpl

    r1935 r2035  
    2222        {section name=id loop=$reports} 
    2323        <form name='form{$reports[id].report_id}' method='post' action='{$smarty.const.FUSION_SELF|cat:"?action=report&amp;report_id="|cat:$reports[id].report_id}' 
    24             <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     24            <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    2525                <tr> 
    2626                    <td class='tbl2'> 
Note: See TracChangeset for help on using the changeset viewer.