diff options
author | Max Kostikov <max@kostikov.co> | 2018-08-25 21:23:08 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-08-25 21:23:08 +0200 |
commit | 88ebcb56e7d1f70a594f3f11b0d209e084a3521a (patch) | |
tree | d8e06147b8b3ec10c0a998f9d3638e3bd274c742 /Zotlabs | |
parent | 308dda1587bc175cab41bc4a02dae8ec568668b3 (diff) | |
download | volse-hubzilla-88ebcb56e7d1f70a594f3f11b0d209e084a3521a.tar.gz volse-hubzilla-88ebcb56e7d1f70a594f3f11b0d209e084a3521a.tar.bz2 volse-hubzilla-88ebcb56e7d1f70a594f3f11b0d209e084a3521a.zip |
Update Wiki_page_history.php
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Wiki_page_history.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Wiki_page_history.php b/Zotlabs/Widget/Wiki_page_history.php index dcec9a037..0f865f12d 100644 --- a/Zotlabs/Widget/Wiki_page_history.php +++ b/Zotlabs/Widget/Wiki_page_history.php @@ -20,7 +20,10 @@ class Wiki_page_history { '$pageHistory' => $pageHistory['history'], '$permsWrite' => $arr['permsWrite'], '$name_lbl' => t('Name'), - '$msg_label' => t('Message','wiki_history') + '$msg_label' => t('Message','wiki_history'), + '$date_lbl' => t('Date'), + '$revert_btn' => t('Revert'), + '$compare_btn' => t('Compare') )); } |