summaryrefslogtreecommitdiff
path: root/templates/page_history.tpl
diff options
context:
space:
mode:
authorJams H Thompson <jht001@users.sourceforge.net>2005-06-19 10:01:33 +0000
committerJams H Thompson <jht001@users.sourceforge.net>2005-06-19 10:01:33 +0000
commit1d81c8d6d433d225da74d7d0ab33c775395a4c5b (patch)
treea77f1611ceda50dd200f841a846b56d198231185 /templates/page_history.tpl
parentc525c30d95b5256ad230296a926f017de10bfc2a (diff)
downloadwiki-1d81c8d6d433d225da74d7d0ab33c775395a4c5b.tar.gz
wiki-1d81c8d6d433d225da74d7d0ab33c775395a4c5b.tar.bz2
wiki-1d81c8d6d433d225da74d7d0ab33c775395a4c5b.zip
correct display of login/username for current version in history list
Diffstat (limited to 'templates/page_history.tpl')
-rw-r--r--templates/page_history.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/page_history.tpl b/templates/page_history.tpl
index 425042f..863baad 100644
--- a/templates/page_history.tpl
+++ b/templates/page_history.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_history.tpl,v 1.1 2005/06/19 06:12:45 bitweaver Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_history.tpl,v 1.2 2005/06/19 10:01:33 jht001 Exp $ *}
{strip}
<div class="admin wiki">
<div class="header">
@@ -52,7 +52,8 @@
<tr class="odd">
<td>{$pageInfo.last_modified|bit_short_datetime}<br />{$pageInfo.comment}</td>
- <td>{displayname hash=$pageInfo}</td>
+
+ <td>{displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name} </td>
<td style="text-align:right;">{$pageInfo.ip}</td>
<td style="text-align:right;">{$pageInfo.version}</td>
</tr>