* Finish task #74159.

This commit is contained in:
daitingting
2022-10-31 05:56:40 +00:00
parent 7ff8c82cc3
commit a1cf2ccdf8
2 changed files with 1 additions and 9 deletions
-5
View File
@@ -71,9 +71,4 @@ $(function()
$('form#productsBox').submit();
});
$('.cancelOtherProduct').click(function()
{
$('#otherProductsModal').modal('hide');
});
});
+1 -4
View File
@@ -90,10 +90,7 @@
</tr>
<tr>
<th></th>
<td>
<?php echo html::commonButton($lang->save, '', 'btn btn-primary btn-wide saveOtherProduct');?>
<?php echo html::commonButton($lang->cancel, '', 'btn btn-wide cancelOtherProduct');?>
</td>
<td><?php echo html::commonButton($lang->save, '', 'btn btn-primary btn-wide saveOtherProduct');?></td>
</tr>
</table>
</div>