update product card
This commit is contained in:
parent
6e938c019f
commit
22aae26f71
@ -2541,8 +2541,6 @@ print $formconfirm;
|
|||||||
if ($action != 'create' && $action != 'edit') {
|
if ($action != 'create' && $action != 'edit') {
|
||||||
$cloneProductUrl = $_SERVER["PHP_SELF"].'?action=clone&token='.newToken();
|
$cloneProductUrl = $_SERVER["PHP_SELF"].'?action=clone&token='.newToken();
|
||||||
$cloneButtonId = 'action-clone-no-ajax';
|
$cloneButtonId = 'action-clone-no-ajax';
|
||||||
$deleteProductUrl = $_SERVER["PHP_SELF"].'?action=delete&token='.newToken().'&id='.$object->id;
|
|
||||||
$deleteButtonId = 'action-delete-no-ajax';
|
|
||||||
|
|
||||||
print "\n".'<div class="tabsAction">'."\n";
|
print "\n".'<div class="tabsAction">'."\n";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user