mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
More tweaks
This commit is contained in:
@@ -1118,11 +1118,13 @@ class e_form
|
||||
break;
|
||||
|
||||
case 'batch':
|
||||
$options['class'] .= 'btn-success';
|
||||
case 'batch e-hide-if-js': // FIXME hide-js shouldn't be here.
|
||||
$options['class'] .= 'btn-primary';
|
||||
break;
|
||||
|
||||
case 'filter':
|
||||
$options['class'] .= 'btn-success';
|
||||
case 'filter e-hide-if-js': // FIXME hide-js shouldn't be here.
|
||||
$options['class'] .= 'btn-primary';
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user