* Finish task #5309.

This commit is contained in:
Yagami
2019-02-20 15:53:47 +08:00
parent b5987e61a1
commit 6efbe82455
103 changed files with 318 additions and 318 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ js::set('type', $type);
<?php endif;?>
<tr <?php if($hidden) echo "style='display:none'";?>>
<th class='w-80px'><?php echo ($type == 'doc' || $type == 'feedback') ? $lang->tree->cate : $lang->tree->name;?></th>
<td><?php echo html::input('name', $module->name, "class='form-control' autocomplete='off'");?></td>
<td><?php echo html::input('name', $module->name, "class='form-control'");?></td>
</tr>
<?php if($type == 'bug'):?>
<tr>
@@ -54,7 +54,7 @@ js::set('type', $type);
<?php endif;?>
<tr>
<th><?php echo $lang->tree->short;?></th>
<td><?php echo html::input('short', $module->short, "class='form-control' autocomplete='off'");?></td>
<td><?php echo html::input('short', $module->short, "class='form-control'");?></td>
</tr>
<tr>
<td colspan='2' class='text-center'>