+ add the bug default assignedTo feature.

This commit is contained in:
wangchunsheng
2010-07-26 09:09:34 +00:00
parent 3e1798027f
commit 93c59478dc
6 changed files with 36 additions and 4 deletions
+5 -1
View File
@@ -30,12 +30,16 @@
<caption><?php echo $lang->tree->edit;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->tree->parent;?></th>
<td><?php echo html::select('parent', $optionMenu, $module->parent, "class='text-1'");?></td>
<td><?php echo html::select('parent', $optionMenu, $module->parent, "class='select-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->tree->name;?></th>
<td><?php echo html::input('name', $module->name, "class='text-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->tree->owner;?></th>
<td><?php echo html::select('owner', $users, $module->owner, "class='select-1'");?></td>
</tr>
<tr>
<td colspan='2' class='a-center'>
<?php echo html::submitButton();?>