' . $i . '' . html::hidden("id[]", $i);?> |
work, 'class="form-control" ' . (empty($action->work) ? '' : 'tabindex="9999"'));?> |
objectType}_{$action->objectID}", "class='form-control chosen' data-max_drop_width='548px' tabindex='9999'");
echo html::hidden("actionID[]", $action->id);
?>
|
objectType == 'bug' ? $executionBug : $executionTask;
$actionExecution = $action->objectType == 'bug' ? "bug_$action->objectID" : "task_$action->objectID";
$disabled = (isset($executionList[$actionExecution]) and !empty($action->execution)) ? "disabled='disabled'" : '';
echo html::select("execution[$i]", $executions, $action->execution, "class='form-control chosen' tabindex='9999' $disabled");
?>
|
effort->leftTip}'");?> |
|
|