* Finish task #74159.
This commit is contained in:
@@ -71,9 +71,4 @@ $(function()
|
||||
|
||||
$('form#productsBox').submit();
|
||||
});
|
||||
|
||||
$('.cancelOtherProduct').click(function()
|
||||
{
|
||||
$('#otherProductsModal').modal('hide');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user