wiki list fixes

This commit is contained in:
Mario Vavti
2016-11-17 14:17:26 +01:00
parent a444c860a4
commit 0b0e0f8f43
3 changed files with 54 additions and 54 deletions

View File

@@ -965,8 +965,9 @@ function widget_wiki_list($arr) {
'$edit' => t('Edit'),
'$download' => t('Download'),
'$view' => t('View'),
'$addnew' => t('Add new wiki'),
'$wikiName' => array('wikiName', t('Enter the name of your new wiki:'), '', ''),
'$addnew' => t('Create new wiki'),
'$create' => t('Create'),
'$wikiName' => array('wikiName', t('Wiki name'), '', ''),
'$lockstate' => $x['lockstate'],
'$acl' => $x['acl'],
'$allow_cid' => $x['allow_cid'],
@@ -974,6 +975,7 @@ function widget_wiki_list($arr) {
'$deny_cid' => $x['deny_cid'],
'$deny_gid' => $x['deny_gid'],
'$bang' => $x['bang'],
'$notify' => t('Send notification')
));
}
return '';