wiki: translateable strings and move page mimetype selector to options submenu

This commit is contained in:
Mario Vavti
2017-09-20 11:08:01 +02:00
parent 9e46472ca2
commit 6f2dd5d325
4 changed files with 15 additions and 7 deletions

View File

@@ -216,7 +216,8 @@ class Wiki extends \Zotlabs\Web\Controller {
'$deny_cid' => $x['deny_cid'],
'$deny_gid' => $x['deny_gid'],
'$typelock' => array('typelock', t('Lock content type'), '', '', array(t('No'), t('Yes'))),
'$notify' => array('postVisible', t('Create a status post for this wiki'), '', '', array(t('No'), t('Yes')))
'$notify' => array('postVisible', t('Create a status post for this wiki'), '', '', array(t('No'), t('Yes'))),
'$edit_wiki_name' => t('Edit Wiki Name')
));
return $o;