Changeset 991 for trunk/templates

Show
Ignore:
Timestamp:
03/25/07 00:28:19 (20 months ago)
Author:
nick
Message:

Initial code to revert a user's edits, still needs tests

Location:
trunk/templates
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/admin_home.tt

    r856 r991  
    2121<a name="nodes"></a> 
    2222<table id="nodes"> 
    23 <tr><th>Node name</th><th>Current Version</th><th>Last modified</th><th>Moderation</th><th>Actions</th></tr> 
     23<tr><th>Node name</th><th>Current Version</th><th>Last modified</th><th>By</th><th>Moderation</th><th>Actions</th></tr> 
    2424  [% FOREACH node = nodes %] 
    2525     <tr> 
     
    2727     <td class="admin_version">[% node.version %]</td> 
    2828     <td class="admin_lastmode">[% node.last_modified %]</td> 
     29     <td class="admin_lastmodby"> 
     30         [% node.metadata.username.0 %] 
     31         <a href="[% node.revert_user_url %]">(revert all)</a> 
     32     </td> 
    2933     <td class="admin_moderate">[% IF node.moderate %]yes[% ELSE %]no[% END %]</td> 
    3034     <td class="admin_action">