@@ -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>
|
||||
|
||||
@@ -67,6 +67,5 @@
|
||||
$(function()
|
||||
{
|
||||
ajaxGetSearchForm('#bugs .linkBox #queryBox');
|
||||
setModal();
|
||||
})
|
||||
</script>
|
||||
|
||||
@@ -75,6 +75,5 @@
|
||||
$(function()
|
||||
{
|
||||
ajaxGetSearchForm('#stories .linkBox #queryBox');
|
||||
setModal();
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user