* add class:select-1 for task-edit's module select html.

This commit is contained in:
chencongzhi520@gmail.com
2013-01-21 07:18:18 +00:00
parent e1c03dfb23
commit bce17e9513
+1 -1
View File
@@ -60,7 +60,7 @@ userList = "<?php echo join(',', array_keys($users));?>".split(','
</tr>
<tr>
<th class='rowhead w-p20'><?php echo $lang->task->module;?></th>
<td><span id="moduleIdBox"><?php echo html::select('module', $modules, $task->module);?></span></td>
<td><span id="moduleIdBox"><?php echo html::select('module', $modules, $task->module, 'class="select-1"');?></span></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->story;?></th>