* code for task#973.

This commit is contained in:
zhujinyong
2012-12-12 03:24:41 +00:00
parent c7b06ce453
commit b993ad7ac1
5 changed files with 26 additions and 0 deletions
+4
View File
@@ -39,6 +39,10 @@
<th class='rowhead'><?php echo $lang->testtask->owner;?></th>
<td><?php echo html::select('owner', $users, '', 'class=select-3');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->pri;?></th>
<td><?php echo html::select('pri', $lang->testtask->priList, 0, 'class=select-3');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->begin;?></th>
<td><?php echo html::input('begin', '', "class='text-3 date'");?>