* Add required for type field.

This commit is contained in:
daitingting
2018-04-25 16:03:22 +08:00
parent fd1a63eb5b
commit ae1dafbcdf
+1 -1
View File
@@ -26,7 +26,7 @@
<table class='table table-form'>
<tr>
<th><?php echo $lang->task->type;?></th>
<td><?php echo html::select('type', $lang->task->typeList, $task->type, "class='form-control chosen' onchange='setOwners(this.value)'");?></td><td></td><td></td>
<td><?php echo html::select('type', $lang->task->typeList, $task->type, "class='form-control chosen' onchange='setOwners(this.value)' required");?></td><td></td><td></td>
</tr>
<tr>
<th><?php echo $lang->task->module;?></th>