From d9b3fc6c6741d2aeaa2216ef79cd0b0fabb6a635 Mon Sep 17 00:00:00 2001 From: wyd621 Date: Fri, 27 Dec 2013 07:07:49 +0000 Subject: [PATCH] * fix a bug #559. --- module/task/view/batchedit.html.php | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php index 74ea176c10..1890fca21d 100755 --- a/module/task/view/batchedit.html.php +++ b/module/task/view/batchedit.html.php @@ -17,12 +17,7 @@ idAB;?> task->name?> - type != 'sprint')) - { - echo "" . $lang->task->module . ""; - } - ?> + task->module?> task->assignedTo;?> typeAB;?> task->status;?> @@ -46,12 +41,7 @@ name, 'class=text-1');?> - type != 'sprint')) - { - echo "" . html::select("modules[$taskID]", $modules, $tasks[$taskID]->module, 'class=select-1') . ""; - } - ?> + module, 'class=select-1')?> assignedTo, 'class=select-1');?> task->typeList, $tasks[$taskID]->type, 'class=select-1');?> task->statusList, $tasks[$taskID]->status, 'class=select-1');?>