Changeset 991 for trunk/templates
- Timestamp:
- 03/25/07 00:28:19 (20 months ago)
- Location:
- trunk/templates
- Files:
-
- 1 added
- 1 modified
-
admin_home.tt (modified) (2 diffs)
-
admin_revert_user.tt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/admin_home.tt
r856 r991 21 21 <a name="nodes"></a> 22 22 <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> 24 24 [% FOREACH node = nodes %] 25 25 <tr> … … 27 27 <td class="admin_version">[% node.version %]</td> 28 28 <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> 29 33 <td class="admin_moderate">[% IF node.moderate %]yes[% ELSE %]no[% END %]</td> 30 34 <td class="admin_action">
