1
0
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:
Cameron
2013-05-26 14:36:55 -07:00
parent 99a9567be4
commit b0a944496e
2 changed files with 15 additions and 12 deletions

View File

@@ -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.