Changeset 59 for trunk/templates


Ignore:
Timestamp:
01/14/10 17:54:44 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Unkinked a few bugs in logging (creation and display)
Unkinked a few bugs in code that never got tested after it was modified

(add record) - need to test other bits

Fleshed out log display stub
Noted Net::DNS dep in INSTALL
Light display tweaks in log template, userlist template+CSS

Location:
trunk/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r48 r59  
    8080        border-bottom: 1px solid #666666;
    8181        width: 1%;
     82        white-space: nowrap;
     83}
     84td.data_nowrap {
    8285        white-space: nowrap;
    8386}
  • trunk/templates/log.tmpl

    r47 r59  
    88
    99<table border="0" width="70%">
    10 <tr><th colspan="5" align="center">Log entries for domain</th></tr>
     10<tr><th colspan="5" align="center">Log entries for <TMPL_VAR NAME=logfor></th></tr>
    1111  <tr class="darkrowheader">
    1212      <td>Name</td>
  • trunk/templates/useradmin.tmpl

    r51 r59  
    3232<tr class="row<TMPL_VAR name=bg>">
    3333        <td align="left"><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=useradmin&amp;action=chuser&amp;user=<TMPL_VAR NAME=userid>"><TMPL_VAR NAME=username></a></td>
    34         <td><TMPL_VAR name=userfull></td>
     34        <td class="data_nowrap"><TMPL_VAR name=userfull></td>
    3535        <td><TMPL_VAR name=usertype></td>
    3636        <td><TMPL_VAR name=usergroup></td>
Note: See TracChangeset for help on using the changeset viewer.