aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-11-18 13:55:48 +0100
committerMario Vavti <mario@mariovavti.com>2016-11-18 13:55:48 +0100
commit0ceb75ea0969b14163d884e4d266695d74491248 (patch)
treee4cf7abdbf4c6dd20f56b8224effcbf8cc2b86df /include/widgets.php
parent3b6248cb64bb79b6bf5652bdbe145e76dd755c05 (diff)
downloadvolse-hubzilla-0ceb75ea0969b14163d884e4d266695d74491248.tar.gz
volse-hubzilla-0ceb75ea0969b14163d884e4d266695d74491248.tar.bz2
volse-hubzilla-0ceb75ea0969b14163d884e4d266695d74491248.zip
add a simple checkbox template for use in widgets
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 3dc555b46..8a3fac0e4 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -967,7 +967,7 @@ function widget_wiki_list($arr) {
'$view' => t('View'),
'$addnew' => t('Create new wiki'),
'$create' => t('Create'),
- '$wikiName' => array('wikiName', t('Wiki name'), '', ''),
+ '$wikiName' => array('wikiName', t('Wiki name')),
'$lockstate' => $x['lockstate'],
'$acl' => $x['acl'],
'$allow_cid' => $x['allow_cid'],
@@ -975,7 +975,7 @@ function widget_wiki_list($arr) {
'$deny_cid' => $x['deny_cid'],
'$deny_gid' => $x['deny_gid'],
'$bang' => $x['bang'],
- '$notify' => t('Send notification')
+ '$notify' => array('postVisible', t('Send notification'))
));
}
return '';