mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +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' />";
|
||||
|
@@ -58,7 +58,7 @@ else
|
||||
</select>
|
||||
<br />
|
||||
<br />
|
||||
<button class="button" type="submit" name="setlanguage" value="no-value"><span>'.UTHEME_MENU_L1.'</span></button>';
|
||||
<button class="btn button" type="submit" name="setlanguage" value="no-value"><span>'.UTHEME_MENU_L1.'</span></button>';
|
||||
$text .= '
|
||||
</div>
|
||||
</form>';
|
||||
|
Reference in New Issue
Block a user