* Adjust codes.

This commit is contained in:
daitingting
2017-05-16 16:06:02 +08:00
parent fc5c2a964c
commit e8b8b67471
+1 -1
View File
@@ -71,7 +71,7 @@
<th><?php echo $lang->task->module;?></th>
<td id="moduleIdBox"><?php echo html::select('module', $modules, $task->module, 'class="form-control chosen" onchange="loadModuleRelated()"');?></td>
</tr>
<?php if($config->global->flow != 'onlyTask')?>
<?php if($config->global->flow != 'onlyTask'):?>
<tr>
<th><?php echo $lang->task->story;?></th>
<td><span id="storyIdBox"><?php echo html::select('story', $stories, $task->story, "class='form-control chosen'");?></span></td>