* refactor codes.

This commit is contained in:
Catouse
2018-05-17 18:14:46 +08:00
parent 7e3f890623
commit 582d1b1a2c
11 changed files with 47 additions and 29 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
unset($priList[0]);
$priList[0] = '';
}
?>
?>
<td colspan='<?php echo $hasCustomPri ? 1 : 3 ?>'>
<?php if($hasCustomPri):?>
<?php echo html::select('pri', (array)$priList, $task->pri, "class='form-control chosen chosen-simple'");?>