diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-26 14:58:17 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-26 14:58:17 +0000 |
| commit | 4352690a0d36f924caa3e1b739d53f8da9d6875e (patch) | |
| tree | f0bf5640b26b98abf51149563cda4a3fb872e0ce /templates/page_date_bar.tpl | |
| parent | 50dff620dda599e9ae834f87c423bede1b0f00bd (diff) | |
| download | wiki-4352690a0d36f924caa3e1b739d53f8da9d6875e.tar.gz wiki-4352690a0d36f924caa3e1b739d53f8da9d6875e.tar.bz2 wiki-4352690a0d36f924caa3e1b739d53f8da9d6875e.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates/page_date_bar.tpl')
| -rw-r--r-- | templates/page_date_bar.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/page_date_bar.tpl b/templates/page_date_bar.tpl index 0375418..7a4aac1 100644 --- a/templates/page_date_bar.tpl +++ b/templates/page_date_bar.tpl @@ -1,5 +1,9 @@ {if !$gBitSystem->isFeatureActive( 'hide_wiki_date' )} <div class="date"> - {tr}By{/tr} {displayname user=$pageInfo.creator_user user_id=$pageInfo.user_id real_name=$pageInfo.creator_real_name}, {tr}Last modification on{/tr} {$pageInfo.last_modified|bit_short_datetime} {if $pageInfo.modifier_user_id!=$pageInfo.user_id} {tr}by{/tr} {displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name}{/if} + {tr}Created by{/tr}: {displayname user=$pageInfo.creator_user user_id=$pageInfo.user_id real_name=$pageInfo.creator_real_name}, + {tr}Last modification on{/tr} {$pageInfo.last_modified|bit_short_datetime} + {if $pageInfo.modifier_user_id!=$pageInfo.user_id} + {tr}by{/tr} {displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name} + {/if} </div> {/if} |
