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

Issue #1138 Added 'btn-default' where missing.

This commit is contained in:
Cameron
2015-07-13 19:09:30 -07:00
parent 9d6e3978e6
commit 6499ff72f7
33 changed files with 97 additions and 88 deletions

View File

@@ -278,7 +278,7 @@ if (isset($_POST['reset_core_sub']) && $_POST['mode'] == 1)
}
echo "
<tr>
<td colspan='2' style='text-align:center'><br /><input class='btn button' type='submit' name='coreedit_sub' value='Save Core Settings' /></td>
<td colspan='2' style='text-align:center'><br /><input class='btn btn-default button' type='submit' name='coreedit_sub' value='Save Core Settings' /></td>
</tr>
</table>
<input type='hidden' name='a_name' value='".$_POST['a_name']."' />
@@ -318,7 +318,7 @@ echo "<span class='headertext2'>
<tr>
<td colspan='2' style='text-align:center'>
<br />
<input class='btn button' type='submit' name='usubmit' value='Continue' />
<input class='btn btn-default button' type='submit' name='usubmit' value='Continue' />
</td>
</tr>
</table>