aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-11-12 14:42:21 -0500
committerAndrew Manning <tamanning@zoho.com>2016-11-12 14:42:21 -0500
commitaf11525338d185fcbb586d8cb8ef0028946c8230 (patch)
tree0ebfde78447057cfdd6ba5de29dd4209e8493288 /Zotlabs
parent98b71bc63aa30485cf10537ee8b3a4c2b52e835d (diff)
downloadvolse-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.php2
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,