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

    r1935 r2035  
    2121{if $action == "add" || $action == "edit"} 
    2222    <form name='searchform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 
    23         <table align='center' cellpadding='0' cellspacing='1' width='600'> 
     23        <table align='center' cellpadding='0' cellspacing='1' width='100%'> 
    2424            <tr> 
    2525                <td class='tbl'> 
     
    8181    </form> 
    8282{else} 
    83     <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     83    <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    8484        <tr> 
    8585            <td class='tbl2'> 
Note: See TracChangeset for help on using the changeset viewer.