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

@@ -663,7 +663,7 @@ if ($action == "uopt")
</div>
</fieldset>
<div class='buttons-bar center'>
<input class='button' type='submit' name='generate_filetypes_xml' value='".DOWLAN_77."'/>
<input class='btn button' type='submit' name='generate_filetypes_xml' value='".DOWLAN_77."'/>
</div>
</form>
";
@@ -716,7 +716,7 @@ if ($action == "uopt")
</div>
</fieldset>
<div class='buttons-bar center'>
<input class='button' type='submit' name='updateuploadoptions' value='".DOWLAN_64."'/>
<input class='btn button' type='submit' name='updateuploadoptions' value='".DOWLAN_64."'/>
</div>
</form>
";