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

@@ -189,7 +189,7 @@ $text .= "
$text .= "
<tr>
<td class='forumheader3' colspan='2' style='text-align:center'>
<input class='button' type='submit' name='do_conversion' value='".'Parse Definition'."' />
<input class='btn button' type='submit' name='do_conversion' value='".'Parse Definition'."' />
</td>
</tr>";

View File

@@ -107,7 +107,7 @@ if (isset($_POST['show_password']))
$text .= "
<tr>
<td class='forumheader3' colspan='3' style='text-align:center'>
<input class='button' type='submit' name='show_password' value='".LAN_PCALC_04."' />
<input class='btn button' type='submit' name='show_password' value='".LAN_PCALC_04."' />
</td>
</tr>";

View File

@@ -276,7 +276,7 @@ $text =
$text .= "
<tr>
<td class='forumheader3' colspan='3' style='text-align:center'>
<input class='button' type='submit' name='GetOnWithIt' value='".LAN_PCONV_04."' />
<input class='btn button' type='submit' name='GetOnWithIt' value='".LAN_PCONV_04."' />
</td>
</tr>";

View File

@@ -128,7 +128,7 @@ if (isset($_POST['usubmit']))
<tr>
<td>
<form method='post' action='".$_SERVER['PHP_SELF']."'>
<input type='radio' name='mode' value='2' /> <span class='headertext2'>Reset core to default values</span><br />". ($bu_exist ? "<input type='radio' name='mode' value='3' /> <span class='headertext2'>Restore core backup</span>" : "<br />( There is no backed-up core - unable to offer option to restore backup )")."<br /><br /><input class='button' type='submit' name='reset_core_sub' value='Select method then click here to continue' />
<input type='radio' name='mode' value='2' /> <span class='headertext2'>Reset core to default values</span><br />". ($bu_exist ? "<input type='radio' name='mode' value='3' /> <span class='headertext2'>Restore core backup</span>" : "<br />( There is no backed-up core - unable to offer option to restore backup )")."<br /><br /><input class='btn button' type='submit' name='reset_core_sub' value='Select method then click here to continue' />
<input type='hidden' name='a_name' value='".$_POST['a_name']."' />
<input type='hidden' name='a_password' value='".$_POST['a_password']."' />
@@ -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='button' type='submit' name='coreedit_sub' value='Save Core Settings' /></td>
<td colspan='2' style='text-align:center'><br /><input class='btn 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='button' type='submit' name='usubmit' value='Continue' />
<input class='btn button' type='submit' name='usubmit' value='Continue' />
</td>
</tr>
</table>