This commit is contained in:
chenfeiCF
2018-05-11 16:09:31 +08:00
parent 9ae6d0f9b8
commit 6908a2cbd8
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<tbody>
<tr>
<th class='w-120px'><?php echo $lang->product->name;?></th>
<td class='w-p25-f'><?php echo html::input('name', $product->name, "class='form-control' autocomplete='off' required");?></td><td></td>
<td class='w-p40-f'><?php echo html::input('name', $product->name, "class='form-control' autocomplete='off' required");?></td><td></td>
</tr>
<tr>
<th><?php echo $lang->product->code;?></th>
-1
View File
@@ -67,6 +67,5 @@
$(function()
{
ajaxGetSearchForm('#bugs .linkBox #queryBox');
setModal();
})
</script>
@@ -75,6 +75,5 @@
$(function()
{
ajaxGetSearchForm('#stories .linkBox #queryBox');
setModal();
})
</script>