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

    r1935 r2035  
    2222    {include file="_opentable.tpl" name=$_name title=$tabletitle state=$_state style=$_style} 
    2323    <form name='layoutform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}&amp;action={$action}'> 
    24         <table align='center' cellpadding='0' cellspacing='1' width='600'> 
     24        <table align='center' cellpadding='0' cellspacing='1' width='100%'> 
    2525            <tr> 
    2626                <td class='tbl'> 
     
    180180{else} 
    181181    {include file="_opentable.tpl" name=$_name title=$_title state=$_state style=$_style} 
    182     <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     182    <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    183183        <tr> 
    184184            <td align='center' width='1%' class='tbl2' style='white-space:nowrap'> 
Note: See TracChangeset for help on using the changeset viewer.