1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Button styling updated to Bootstrap 'btn'

This commit is contained in:
Cameron
2013-04-26 13:48:23 -07:00
parent 068ec33d72
commit 66eb7c1be7
36 changed files with 104 additions and 97 deletions

View File

@@ -672,7 +672,7 @@ class forumAdmin
<form method='post' action='".e_SELF.'?'.e_QUERY."'>
<div style='text-align:center'>".LAN_CONFDELETE."<br /><br />
".$frm->admin_button('confirm', LAN_UI_DELETE_LABEL, 'submit')."
<input type='submit' class='button' name='confirm' value='".LAN_DELETE."' />
<input type='submit' class='btn btn-warning button' name='confirm' value='".LAN_DELETE."' />
</div>
</form>
";