mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 00:30:09 +02:00
Bootstrap styling fixes
This commit is contained in:
@@ -56,7 +56,7 @@ if (isset($custom_query[5]) && $custom_query[5]) {
|
||||
$value_text = "value=''";
|
||||
}
|
||||
|
||||
$text = "<form method='get' action='".e_HTTP."search.php'>
|
||||
$text = "<form class='form-inline' method='get' action='".e_HTTP."search.php'>
|
||||
<div>
|
||||
<input class='tbox search' type='text' name='q' size='20' ".$value_text." maxlength='50' />
|
||||
<input type='hidden' name='r' value='0' />";
|
||||
|
Reference in New Issue
Block a user