* Finish task #3195.

This commit is contained in:
pengjiangxiu
2017-08-21 13:29:51 +08:00
parent 0479f33e15
commit 547355168d
7 changed files with 64 additions and 27 deletions
+2 -2
View File
@@ -62,11 +62,11 @@
<div class='main main-side'>
<fieldset>
<legend><?php echo $lang->task->legendBasic;?></legend>
<table class='table table-form'>
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->task->project;?></th>
<td><?php echo html::select('project', $projects, $task->project, 'class="form-control chosen" onchange="loadAll(this.value)"');?></td>
</tr>
</tr>
<tr>
<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>