diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-11-18 21:55:29 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-11-18 21:55:29 -0500 |
commit | d24e867603fd253ea42050057896422beeba59db (patch) | |
tree | a8bae0233152a1c9985d23a98c3dd328cbe41f8f /include/widgets.php | |
parent | d5c14a513d435aade7d16d792a7e7a22ff9b01ff (diff) | |
download | volse-hubzilla-d24e867603fd253ea42050057896422beeba59db.tar.gz volse-hubzilla-d24e867603fd253ea42050057896422beeba59db.tar.bz2 volse-hubzilla-d24e867603fd253ea42050057896422beeba59db.zip |
Move page list back out to the side menu, but with the new page form below the new page button like the new wiki form. Disable text editing if viewer lacks edit permission, and change the tab label to Source instead of Edit in that case.
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php index c0cc15e34..1441fbeb3 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1017,6 +1017,7 @@ function widget_wiki_pages($arr) { '$pages' => $pages, '$canadd' => $can_create, '$addnew' => t('Add new page'), + '$pageName' => array('pageName', t('Enter the name of the new page:'), '', ''), )); } |