1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

More Admin->Mail GUI and functionality fixes.

This commit is contained in:
Cameron
2014-10-10 22:58:47 -07:00
parent e378c16971
commit 5d894149bb
4 changed files with 197 additions and 23 deletions

View File

@@ -1944,6 +1944,7 @@ class e_form
case 'create':
case 'import':
case 'submit':
case 'success':
$options['class'] .= 'btn-success';
break;
@@ -1956,6 +1957,7 @@ class e_form
break;
case 'delete':
case 'danger':
$options['class'] .= 'btn-danger';
$options['other'] = 'data-confirm="'.LAN_JSCONFIRM.'"';
break;
@@ -1966,6 +1968,7 @@ class e_form
case 'other':
case 'login':
case 'primary':
$options['class'] .= 'btn-primary';
break;