Moved delete wiki button into new edit wiki form, opened by edit wiki icon in wiki list

This commit is contained in:
Andrew Manning
2016-11-14 20:45:04 -05:00
parent f5ad1dfbc5
commit c3e3c32bdc
3 changed files with 29 additions and 29 deletions

View File

@@ -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,