* finish task #2880.

This commit is contained in:
chenfeiCF
2017-01-10 14:13:31 +08:00
parent f8460d4027
commit 61db347702
85 changed files with 236 additions and 236 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ $jsRoot = $webRoot . "js/";
</tr>
<tr <?php if($hidden) echo "style='display:none'";?>>
<th class='w-80px'><?php echo $lang->tree->name;?></th>
<td><?php echo html::input('name', $module->name, "class='form-control'");?></td>
<td><?php echo html::input('name', $module->name, "class='form-control' autocomplete='off'");?></td>
</tr>
<?php if($type == 'bug'):?>
<tr>
@@ -46,7 +46,7 @@ $jsRoot = $webRoot . "js/";
<?php endif;?>
<tr>
<th><?php echo $lang->tree->short;?></th>
<td><?php echo html::input('short', $module->short, "class='form-control'");?></td>
<td><?php echo html::input('short', $module->short, "class='form-control' autocomplete='off'");?></td>
</tr>
<tr>
<td colspan='2' class='text-center'>