1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 06:33:22 +02:00

General cleanup

This commit is contained in:
CaMer0n
2011-06-08 03:18:50 +00:00
parent dbf47650bc
commit 98af91027f
7 changed files with 33 additions and 19 deletions

View File

@@ -726,12 +726,12 @@ class e_form
case 'execute':
$image = ADMIN_EXECUTE_ICON_PATH;
$options['class'] = vartrue($options['class'] , 'action delete');
$options['class'] = vartrue($options['class'] , 'action execute');
break;
case 'view':
$image = ADMIN_VIEW_ICON_PATH;
$options['class'] = vartrue($options['class'] , 'action delete');
$options['class'] = vartrue($options['class'] , 'action view');
break;
}
$options['title'] = $title;//shorthand