diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-11-12 14:42:21 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-11-12 14:42:21 -0500 |
commit | af11525338d185fcbb586d8cb8ef0028946c8230 (patch) | |
tree | 0ebfde78447057cfdd6ba5de29dd4209e8493288 /Zotlabs | |
parent | 98b71bc63aa30485cf10537ee8b3a4c2b52e835d (diff) | |
download | volse-hubzilla-af11525338d185fcbb586d8cb8ef0028946c8230.tar.gz volse-hubzilla-af11525338d185fcbb586d8cb8ef0028946c8230.tar.bz2 volse-hubzilla-af11525338d185fcbb586d8cb8ef0028946c8230.zip |
Moved save to bottom. Created Wiki Tools dropdown to be consistent, moved page tools in there as well as new page and new wiki
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index aaa1f1e3d..b73244a1c 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -211,6 +211,8 @@ class Wiki extends \Zotlabs\Web\Controller { '$wikiheaderPage' => $wikiheaderPage, '$hideEditor' => $hide_editor, '$showPageControls' => $showPageControls, + '$tools_label' => 'Wiki Tools', + '$showTools' => $showNewWikiButton || $showNewPageButton, '$showNewWikiButton'=> $showNewWikiButton, '$showNewPageButton'=> $showNewPageButton, '$hidePageHistory' => $hidePageHistory, |