mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Button style 'cancel' added.
This commit is contained in:
@@ -1255,6 +1255,10 @@ class e_form
|
||||
case 'submit':
|
||||
$options['class'] .= 'btn-success';
|
||||
break;
|
||||
|
||||
case 'cancel':
|
||||
// use this for neutral colors.
|
||||
break;
|
||||
|
||||
case 'delete':
|
||||
$options['class'] .= 'btn-danger';
|
||||
|
Reference in New Issue
Block a user