diff --git a/e107_admin/newspost.php b/e107_admin/newspost.php index bf20687ce..d88a143cf 100644 --- a/e107_admin/newspost.php +++ b/e107_admin/newspost.php @@ -2021,7 +2021,7 @@ class admin_newspost "; - //XXX multiple-selections at once. (comma separated) - working + //XXX multiple -selections at once. (comma separated) - working $text .= $frm->selectbox('news_render_type', $this->news_renderTypes, vartrue($_POST['news_render_type']), "multiple=1")."
".NWSLAN_74." diff --git a/e107_admin/prefs.php b/e107_admin/prefs.php index 575e76ab3..cbd675a1a 100644 --- a/e107_admin/prefs.php +++ b/e107_admin/prefs.php @@ -432,7 +432,7 @@ $text .= "
".LAN_MAILOUT_115."
- \n"; $mailers = array('php','smtp','sendmail'); foreach($mailers as $opt) { @@ -477,7 +477,7 @@ $text .= "
".LAN_MAILOUT_90." - \n \n"; $selected = (in_array('secure=SSL',$smtp_opts) ? " selected='selected'" : ''); $text .= "\n"; diff --git a/e107_admin/search.php b/e107_admin/search.php index 56dae13a5..e0d7d0101 100644 --- a/e107_admin/search.php +++ b/e107_admin/search.php @@ -383,7 +383,7 @@ else ".$value." ".r_userclass("core_handlers[".$key."][class]", $search_prefs['core_handlers'][$key]['class'], "off", "public,guest,nobody,member,admin,classes")." - "; for($a = 1; $a <= $handlers_total; $a++) { $text .= ($search_prefs['core_handlers'][$key]['order'] == $a) ? "" : ""; @@ -409,7 +409,7 @@ else ".$search_info[0]['qtype']." ".r_userclass("plug_handlers[".$plug_dir."][class]", $search_prefs['plug_handlers'][$plug_dir]['class'], "off", "public,guest,nobody,member,admin,classes")." - "; for($a = 1; $a <= $handlers_total; $a++) { $text .= (vartrue($search_prefs['plug_handlers'][$plug_dir]['order']) == $a) ? "" : ""; diff --git a/e107_handlers/media_class.php b/e107_handlers/media_class.php index f2f81f2eb..c04259557 100644 --- a/e107_handlers/media_class.php +++ b/e107_handlers/media_class.php @@ -426,7 +426,7 @@ class e_media /** - * Generate Simple Thumbnail window for image-selection + * Generate Simple Thumbnail window for image -selection * TODO Use Whole-page popup window * TODO Add an upload Tab?. * TODO Real-time ajax filter by keyword diff --git a/e107_handlers/userclass_class.php b/e107_handlers/userclass_class.php index d53ba9133..3354eddc8 100644 --- a/e107_handlers/userclass_class.php +++ b/e107_handlers/userclass_class.php @@ -438,7 +438,7 @@ class user_class } // Only return the select box if we've ended up with some options - if ($text) $text = "\n\n"; + if ($text) $text = "\n\n"; return $text; } diff --git a/e107_plugins/log/admin_config.php b/e107_plugins/log/admin_config.php index e21d24593..08f7a8246 100644 --- a/e107_plugins/log/admin_config.php +++ b/e107_plugins/log/admin_config.php @@ -246,7 +246,7 @@ $ns->tablerender($caption, $mes->render() . $text); function gen_select($prompt,$name,$value) { - $ret = "
".$prompt."  "."\n \n \n \n @@ -258,7 +258,7 @@ function gen_select($prompt,$name,$value) function data_type_select($name,$value) { global $stats_list; - $ret = "\n \n"; foreach ($stats_list as $k=>$v) { @@ -381,7 +381,7 @@ switch ($action) // Period selection type for page data $text .= "".ADSTAT_L41."\n - \n \n \n \n @@ -391,7 +391,7 @@ switch ($action) // Period selection type for non-page data $text .= " - \n \n \n "; @@ -405,7 +405,7 @@ switch ($action) // Now put the various dropdowns - their visibility is controlled by the export_type dropdown - $text .= "\n"; for ($i = 1; $i < 32; $i++) { $selected = $export_day == $i ? " selected='selected'" : ""; @@ -414,7 +414,7 @@ switch ($action) $text .= "\n   "; - $text .= "\n"; for ($i = 1; $i < 13; $i++) { $selected = $export_month == $i ? " selected='selected'" : ""; @@ -423,7 +423,7 @@ switch ($action) $text .= "\n   "; $this_year = date("Y"); - $text .= "\n"; for ($i = $this_year; $i > $this_year - 6; $i--) { $selected = $export_year == $i ? " selected='selected'" : ""; @@ -440,13 +440,13 @@ switch ($action) { // Separators, quotes $text .= "".ADSTAT_L59."\n - "; foreach ($separator_list as $k=>$v) { $selected = $export_char == $k ? " selected='selected'" : ""; $text .= "\n"; } - $text .= "\n    \n    \n"; + $text .= "\n   "; $this_year = date("Y"); - $text .= "\n"; for ($i = $this_year; $i > $this_year - 6; $i--) { $selected = ($this_year - 2) == $i ? " selected='selected'" : ""; diff --git a/submitnews.php b/submitnews.php index bf18f7466..647b0d067 100644 --- a/submitnews.php +++ b/submitnews.php @@ -176,7 +176,7 @@ if (!$sql->db_Select("news_category")) else { $text .= " - "; while (list($cat_id, $cat_name, $cat_icon) = $sql->db_Fetch(MYSQL_NUM)) { $sel = (varset($_POST['cat_id'],'') == $cat_id) ? "selected='selected'" : "";