From c3e3c32bdcdbcafef33f32118fe95da1fa4cd92e Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Mon, 14 Nov 2016 20:45:04 -0500 Subject: Moved delete wiki button into new edit wiki form, opened by edit wiki icon in wiki list --- Zotlabs/Module/Wiki.php | 1 - view/tpl/wiki.tpl | 55 +++++++++++++++++++++++++------------------------ view/tpl/wikilist.tpl | 2 +- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index 68731e852..9fd1234e3 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -212,7 +212,6 @@ class Wiki extends \Zotlabs\Web\Controller { '$hideEditor' => $hide_editor, '$showPageControls' => $showPageControls, '$tools_label' => 'Wiki Tools', - '$showTools' => $showNewWikiButton || $showNewPageButton, '$showNewWikiButton'=> $showNewWikiButton, '$showNewPageButton'=> $showNewPageButton, '$hidePageHistory' => $hidePageHistory, diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index bba35a0fc..4e76a79be 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -76,11 +76,12 @@