mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Button styling updated to Bootstrap 'btn'
This commit is contained in:
@@ -1165,7 +1165,7 @@ class cron
|
||||
<tr >
|
||||
<td colspan='9' class='center'>
|
||||
<div class='center buttons-bar'>";
|
||||
// $text .= "<input class='button' type='submit' name='submit' value='".LAN_SAVE."' />";
|
||||
// $text .= "<input class='btn' type='submit' name='submit' value='".LAN_SAVE."' />";
|
||||
$text .= $frm->admin_button('submit', LAN_SAVE, $action = 'update');
|
||||
$text .= $frm->checkbox_switch('generate_pwd', 1, '', 'Generate new cron command');
|
||||
$text .= "</div></td>
|
||||
|
Reference in New Issue
Block a user