1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Added 'btn-default' to button for Bootstrap3 compatibility.

This commit is contained in:
Cameron
2014-02-07 07:33:33 -08:00
parent c7cb6d2975
commit f3ae51e037
37 changed files with 72 additions and 72 deletions

View File

@@ -127,7 +127,7 @@ $fVars->SEARCH = "
<form method='get' class='form-inline input-append' action='".e_BASE."search.php'>
<input class='tbox' type='text' name='q' size='20' value='' maxlength='50' />
<input class='btn button' type='submit' name='s' value='".LAN_SEARCH."' />
<input class='btn btn-default button' type='submit' name='s' value='".LAN_SEARCH."' />
<input type='hidden' name='r' value='0' />
<input type='hidden' name='ref' value='forum' />