diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:46:51 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:46:51 +0000 |
| commit | 84c9b11f4260b9add6dae43d098db6ba364ddf36 (patch) | |
| tree | 4c1cca09213a184c4724ddf85e66a7ebc9dc8d31 /templates/page_date_bar.tpl | |
| parent | aa1fc688af3a1b78a73369d378b0c5b3cdbd9bee (diff) | |
| download | wiki-84c9b11f4260b9add6dae43d098db6ba364ddf36.tar.gz wiki-84c9b11f4260b9add6dae43d098db6ba364ddf36.tar.bz2 wiki-84c9b11f4260b9add6dae43d098db6ba364ddf36.zip | |
merge recent changes from R1 to HEAD
Diffstat (limited to 'templates/page_date_bar.tpl')
| -rw-r--r-- | templates/page_date_bar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page_date_bar.tpl b/templates/page_date_bar.tpl index 1c24fe8..2795f6c 100644 --- a/templates/page_date_bar.tpl +++ b/templates/page_date_bar.tpl @@ -1,3 +1,3 @@ <div class="date"> - {tr}Created by{/tr} {displayname user=$pageInfo.creator_user user_id=$pageInfo.creator_user_id real_name=$pageInfo.creator_real_name}, {tr}Last modification by{/tr} {displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name} on {$pageInfo.last_modified|bit_short_datetime} + {tr}Created by {displayname user=$pageInfo.creator_user user_id=$pageInfo.creator_user_id real_name=$pageInfo.creator_real_name}, Last modification by {displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name} on {$pageInfo.last_modified|bit_short_datetime}{/tr} </div> |
