mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
Button styling updated to Bootstrap 'btn'
This commit is contained in:
@@ -540,8 +540,8 @@ if($params == 'edit')
|
||||
{
|
||||
$text .= $frm->admin_button('createclass', UCSLAN_14, 'create');
|
||||
$text .= $frm->admin_button('updatecancel', LAN_CANCEL, 'cancel');
|
||||
// $text .= "<input class='button' type='submit' id='createclass' name='createclass' value='".UCSLAN_14."' />";
|
||||
// $text .= " <input class='button' type='submit' id='updatecancel' name='updatecancel' value='".LAN_CANCEL."' />";
|
||||
// $text .= "<input class='btn' type='submit' id='createclass' name='createclass' value='".UCSLAN_14."' />";
|
||||
// $text .= " <input class='btn' type='submit' id='updatecancel' name='updatecancel' value='".LAN_CANCEL."' />";
|
||||
$text .= "
|
||||
<input type='hidden' name='userclass_id' value='{$userclass_id}' />
|
||||
";
|
||||
@@ -550,8 +550,8 @@ else
|
||||
{
|
||||
$text .= $frm->admin_button('createclass', UCSLAN_15, 'create');
|
||||
$text .= $frm->admin_button('updatecancel', LAN_CANCEL, 'cancel');
|
||||
// $text .= "<input class='button' type='submit' id='createclass' name='createclass' value='".UCSLAN_15."' />
|
||||
// <input class='button' type='submit' id='updatecancel' name='updatecancel' value='".LAN_CANCEL."' />";
|
||||
// $text .= "<input class='btn' type='submit' id='createclass' name='createclass' value='".UCSLAN_15."' />
|
||||
// <input class='btn' type='submit' id='updatecancel' name='updatecancel' value='".LAN_CANCEL."' />";
|
||||
$text .= "
|
||||
<input type='hidden' name='userclass_id' value='0' />";
|
||||
}
|
||||
|
Reference in New Issue
Block a user