1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 08:14:46 +02:00

Minor GUI (btn) changes to search_menu and search.php

This commit is contained in:
Tijn Kuyper
2013-02-18 12:47:28 +01:00
parent 2679a199c6
commit 67e2d73fde
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ if (isset($custom_query[1]) && $custom_query[1] != '') {
$height = (isset($custom_query[3]) && $custom_query[3]) ? $custom_query[3] : '16';
$search_button = "<input type='image' src='".$image_file."' value='".LAN_180."' style='width: ".$width."px; height: ".$height."px; border: 0px; vertical-align: middle' name='s' />";
} else {
$search_button = "<input class='button search' type='submit' name='s' value='".LAN_180."' />";
$search_button = "<input class='btn button search' type='submit' name='s' value='".LAN_180."' />";
}
if (isset($custom_query[5]) && $custom_query[5]) {