1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +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

@@ -221,7 +221,7 @@ class user_select
<table style='width:100%' class='fborder'>
<tr>
<td class='forumheader3' style='text-align: center'><input type='text' name='srch' class='tbox' value='".$tp -> post_toForm(varset($_POST['srch'],''))."' size='40'>
<input class='btn button' type='submit' name='dosrch' class='tbox' value='".US_LAN_6."' /></td>
<input class='btn btn-default button' type='submit' name='dosrch' class='tbox' value='".US_LAN_6."' /></td>
</tr>
</table>
</form>
@@ -250,7 +250,7 @@ class user_select
}
$text .= "
</select>
<input type='button' class='btn button' value='".US_LAN_1."' onClick='SelectUser()' />
<input type='button' class='btn btn-default button' value='".US_LAN_1."' onClick='SelectUser()' />
</td>
</tr>