Skip to content

Commit

Permalink
Merge pull request #53 from Hlavtox/remove-tab-link
Browse files Browse the repository at this point in the history
Remove tab link
  • Loading branch information
Hlavtox authored Nov 23, 2023
2 parents 38bb4e4 + 2c1eb5d commit 112cb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashproducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function getTableRecentOrders()
'id' => 'details',
'value' => '',
'class' => 'text-right',
'wrapper_start' => '<a class="btn btn-default" href="index.php?tab=AdminOrders&id_order=' . (int) $order['id_order'] . '&vieworder&token=' . Tools::getAdminTokenLite('AdminOrders') . '" title="' . $this->trans('Details', [], 'Modules.Dashproducts.Admin') . '"><i class="icon-search"></i>',
'wrapper_start' => '<a class="btn btn-default" href="index.php?controller=AdminOrders&id_order=' . (int) $order['id_order'] . '&vieworder&token=' . Tools::getAdminTokenLite('AdminOrders') . '" title="' . $this->trans('Details', [], 'Modules.Dashproducts.Admin') . '"><i class="icon-search"></i>',
'wrapper_end' => '</a>',
];

Expand Down

0 comments on commit 112cb66

Please sign in to comment.