diff --git a/e107_core/templates/search_template.php b/e107_core/templates/search_template.php index 3d0ae8df4..7df1d62a6 100644 --- a/e107_core/templates/search_template.php +++ b/e107_core/templates/search_template.php @@ -6,9 +6,9 @@ if (!defined('e107_INIT')) { exit; } $SEARCH_TEMPLATE['form']['start'] = '
-
+
-
{SEARCH_MAIN} +
{SEARCH_MAIN}
@@ -29,7 +29,7 @@ $SEARCH_TEMPLATE['form']['advanced'] = ' $SEARCH_TEMPLATE['form']['enhanced'] = ' -
+
{ENHANCED_FIELD} @@ -48,9 +48,9 @@ $SEARCH_TEMPLATE['form']['type'] = ' */ $SEARCH_TEMPLATE['form']['category'] = ' -
+
-
+
{SEARCH_MAIN_CHECKBOXES}{SEARCH_DROPDOWN} 
diff --git a/search.php b/search.php index 8dd284d8d..3b3753266 100644 --- a/search.php +++ b/search.php @@ -161,9 +161,9 @@ class search_front extends e_shortcode $tp = e107::getParser(); $value = isset($_GET['q']) ? $tp->post_toForm($_GET['q']) : ""; - $text = "
+ $text = "
-
+
"; if(empty($parm['mode'])) @@ -175,8 +175,8 @@ class search_front extends e_shortcode $text .= ""; } - $text .= '
"; } else if ($adv_value['type'] == 'author')