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.profile.groups.tpl

    r1935 r2035  
    1919{***************************************************************************} 
    2020{include file="_opentable.tpl" name=$_name title=$locale.410 state=$_state style=$_style} 
    21 <table align='center' cellpadding='0' cellspacing='1' width='600' class='tbl-border'> 
     21<table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 
    2222    <tr> 
    2323        <td align='center' colspan='{if $smarty.const.iUSER >= 102}4{else}2{/if}' class='tbl1'> 
Note: See TracChangeset for help on using the changeset viewer.