mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
More tweaks
This commit is contained in:
parent
4132c4df2d
commit
5d3ead1d23
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user