From 77204ee9be0f5ce611a701025828a8063088f771 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Tue, 10 Feb 2015 16:03:58 +0000 Subject: [PATCH] oops: Bug fixes --- include/class.dynamic_forms.php | 2 +- include/staff/tasks.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/class.dynamic_forms.php b/include/class.dynamic_forms.php index fd4d11e93..e81e257f4 100644 --- a/include/class.dynamic_forms.php +++ b/include/class.dynamic_forms.php @@ -331,7 +331,7 @@ class DynamicForm extends VerySimpleModel { case 'T': return TicketForm::dropDynamicDataView(TicketForm::$cdata['table']); case 'A': - return TaskForm::dropDynamicDataView(TicketForm::$cdata['table']); + return TaskForm::dropDynamicDataView(TaskForm::$cdata['table']); } } diff --git a/include/staff/tasks.inc.php b/include/staff/tasks.inc.php index 74381d7a9..665008c54 100644 --- a/include/staff/tasks.inc.php +++ b/include/staff/tasks.inc.php @@ -250,7 +250,7 @@ if ($thisstaff->hasPerm(Task::PERM_DELETE)) { ?> href="<?php echo sprintf('#tasks/mass/%s', $a); ?>" - ><i class="<?php + ><i class="icon-fixed-width <?php echo $action['icon'] ?: 'icon-tag'; ?>"></i> <?php echo $action['action']; ?></a> </li> -- GitLab