Ignore:
Timestamp:
07/06/11 16:23:38 (13 years ago)
Author:
Kris Deugau
Message:

/trunk/templates

Templates

UI tweaks - make sure all main-body content is valign=top

dns.css

tweak comment style so IE ignores a line properly
fix typo, set valign=top on #datatablewrapper
add a couple more classes

grouptree-ie.css

tweak padding to indent group tree properly, comment a few more (apparently)
irrelevant bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/useradmin.tmpl

    r67 r100  
    33<TMPL_INCLUDE NAME="menu.tmpl">
    44
    5 <td align="center">
     5<td class="main">
    66
    77<TMPL_IF warnmsg>
    88<div class="warning">Warning: <TMPL_VAR NAME=warnmsg></div>
    99</TMPL_IF>
    10  <TMPL_IF del_failed>
    11   <div class='errmsg'>Error deleting user <TMPL_VAR NAME=delusername>: <TMPL_VAR NAME=errmsg></div>
    12  </TMPL_IF>
     10<TMPL_IF del_failed>
     11<div class='errmsg'>Error deleting user <TMPL_VAR NAME=delusername>: <TMPL_VAR NAME=errmsg></div>
     12</TMPL_IF>
    1313
    14 <div id="datatablewrapper">
    15 
    16 <table width="98%">
    17 <tr><th colspan="3" align="center">Manage users</th></tr>
     14<table width="98%" class="csubtable">
     15<tr><th colspan="3"><div class="center maintitle">Manage users</div></th></tr>
    1816<tr>
    1917<td class="leftthird"><TMPL_INCLUDE NAME="pgcount.tmpl"></td>
     
    2523</table>
    2624
    27 <table width="98%" border="0" cellspacing="4" cellpadding="3">
     25<table width="98%" border="0" cellspacing="4" cellpadding="3" class="csubtable">
    2826<tr>
    2927<TMPL_LOOP NAME=colheads>
     
    4745</table>
    4846
    49 </div>
    50 
    5147</td>
    5248</tr>
Note: See TracChangeset for help on using the changeset viewer.