1
0
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:
Cameron
2013-04-29 16:22:03 -07:00
parent 8f571a7360
commit cef69339df
2 changed files with 2 additions and 2 deletions

View File

@@ -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' />";

View File

@@ -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>';