From daf4ca4eab09b934b46fb35293fcbfd854571ed4 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Wed, 8 Mar 2006 23:50:06 +0100 Subject: killed some borders, widths and other strictness bugs darcs-hash:20060308225006-d5083-d273d41551fee37d28442beef847eb57891ba73e.gz --- lib/plugins/config/settings/config.class.php | 6 +++--- lib/plugins/usermanager/admin.php | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/plugins') diff --git a/lib/plugins/config/settings/config.class.php b/lib/plugins/config/settings/config.class.php index d5e77a261..48931bfc3 100644 --- a/lib/plugins/config/settings/config.class.php +++ b/lib/plugins/config/settings/config.class.php @@ -463,8 +463,8 @@ if (!class_exists('setting_onoff')) { $key = htmlspecialchars($this->_key); $checked = ($value) ? ' checked="checked"' : ''; - $label = ''; - $input = '
'; + $label = ''; + $input = '
'; return array($label,$input); } @@ -509,7 +509,7 @@ if (!class_exists('setting_multichoice')) { $key = htmlspecialchars($this->_key); - $label = ''; + $label = ''; $input = "
\n"; $input .= 'lang['clear']."\" />"); ptln(" "); ptln(" "); + + $this->_htmlFilterSettings(2); + ptln(" "); ptln(" "); ptln(" "); - $this->_htmlFilterSettings(2); - ptln(""); ptln("
"); -- cgit v1.2.3