mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Button styling updated to Bootstrap 'btn'
This commit is contained in:
@@ -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='button' type='submit' name='dosrch' class='tbox' value='".US_LAN_6."' /></td>
|
||||
<input class='btn button' type='submit' name='dosrch' class='tbox' value='".US_LAN_6."' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user