diff --git a/include/widgets.php b/include/widgets.php index 8a3fac0e4..c0cc15e34 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -975,7 +975,7 @@ function widget_wiki_list($arr) { '$deny_cid' => $x['deny_cid'], '$deny_gid' => $x['deny_gid'], '$bang' => $x['bang'], - '$notify' => array('postVisible', t('Send notification')) + '$notify' => array('postVisible', t('Send notification'), '', '', array(t('No'), t('Yes'))) )); } return ''; diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f71fe8ea8..bd0e372f8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2037,5 +2037,5 @@ dl.bb-dl > dd > li { .sub-menu { margin-top: 10px; padding-left: 15px; - border-left: 3px solid #ccc; + border-left: 3px solid #eee; } diff --git a/view/tpl/field_simple_checkbox.tpl b/view/tpl/field_simple_checkbox.tpl deleted file mode 100644 index fe7431c78..000000000 --- a/view/tpl/field_simple_checkbox.tpl +++ /dev/null @@ -1,7 +0,0 @@ -
- -
-
diff --git a/view/tpl/wikilist.tpl b/view/tpl/wikilist.tpl index 4dc64e753..b8da88ec4 100644 --- a/view/tpl/wikilist.tpl +++ b/view/tpl/wikilist.tpl @@ -28,7 +28,7 @@