Ignore:
Timestamp:
02/26/2006 11:44:56 PM (6 years ago)
Author:
cirrus
Message:

Add: MySQL version config option.
Change: gearth contribution
Bugfix: Add subnet dropdown menu fix. Fixes #27, #1
Bugfix: Ssid display on subnet table for aps. Fixes #53

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/basic/generic/title2.tpl

    r1 r141  
    2020 *} 
    2121<table width="100%"  border="0" cellpadding="0" cellspacing="0" class="table-list"> 
    22 <tr> 
    23 <td class="table-list-title">{$title}</td> 
    24 </tr> 
    25 <tr> 
    26 <td width="100%"> 
    27 {$content} 
    28 </td> 
    29 </tr> 
     22        <tr> 
     23                <td width="100%" class="table-list-title">{$title}</td> 
     24                <td width="200"></td> {*Workaround IE, Opera display problem*} 
     25        </tr> 
     26        <tr> 
     27                <td width="100%" colspan="2"> 
     28                        {$content} 
     29                </td> 
     30        </tr> 
    3031</table> 
Note: See TracChangeset for help on using the changeset viewer.