* code for task #2560.

This commit is contained in:
wangyidong
2016-03-28 10:15:44 +08:00
parent 4c06f689c4
commit b474222ed7
7 changed files with 28 additions and 8 deletions
+4
View File
@@ -46,6 +46,10 @@ $jsRoot = $webRoot . "js/";
<td><?php echo html::select('owner', $users, $module->owner, "class='form-control chosen'", true);?></td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->tree->short;?></th>
<td><?php echo html::input('short', $module->short, "class='form-control'");?></td>
</tr>
<tr>
<td colspan='2' class='text-center'>
<?php echo html::submitButton();?>