mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Admin log GUI checkbox fixes
This commit is contained in:
@@ -1546,6 +1546,9 @@ class e_form
|
||||
$options['class'] .= 'btn-success';
|
||||
break;
|
||||
|
||||
case 'checkall':
|
||||
$options['class'] .= 'btn-mini';
|
||||
break;
|
||||
|
||||
case 'cancel':
|
||||
// use this for neutral colors.
|
||||
|
Reference in New Issue
Block a user