diff --git a/module/execution/view/batchedit.html.php b/module/execution/view/batchedit.html.php index 2f3f3c6c38..12aba6da26 100755 --- a/module/execution/view/batchedit.html.php +++ b/module/execution/view/batchedit.html.php @@ -35,6 +35,14 @@ } } $minWidth = (count($visibleFields) > 5) ? 'w-150px' : ''; + + $name = $from == 'execution' ? 'execName' : 'name'; + $code = $from == 'execution' ? 'execCode' : 'code'; + $PM = $from == 'execution' ? 'execPM' : 'PM'; + $type = $from == 'execution' ? 'execType' : 'type'; + $desc = $from == 'execution' ? 'execDesc' : 'desc'; + $status = $from == 'execution' ? 'execStatus' : 'status'; + ?>
'>
@@ -42,17 +50,17 @@ idAB;?> - execution->execName : $lang->execution->name;?> - execution->execCode : $lang->execution->code;?> - '>execution->execPM : $lang->execution->PM;?> + execution->$name;?> + execution->$code;?> + '>execution->$PM;?> '>execution->PO;?> '>execution->QD;?> '>execution->RD;?> - '>execution->execType : $lang->execution->type;?> - '>execution->execStatus : $lang->execution->status;?> + '>execution->$type;?> + '>execution->$status;?> execution->begin;?> execution->end;?> - '> execution->execDesc : $lang->execution->desc;?> + '>execution->$desc;?> '>execution->teamname;?> '>execution->days;?> @@ -69,7 +77,7 @@ name, "class='form-control'");?> code, "class='form-control'");?> - ' style='overflow:visible'>PM, "class='form-control chosen'");?> + ' style='overflow:visible'>PM, "class='form-control chosen'");?> ' style='overflow:visible'>PO, "class='form-control chosen'");?> ' style='overflow:visible'>QD, "class='form-control chosen'");?> ' style='overflow:visible'>RD, "class='form-control chosen'");?>