// Advanced stock bootstrap design
This commit is contained in:
@@ -23,6 +23,6 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
<a href="#" id="details_{$params.action}_{$id}" title="{$action}" onclick="display_action_details('{$id}', '{$controller}', '{$token}', '{$params.action}', {$json_params|escape}); return false">
|
||||
<a href="#" id="details_{$params.action}_{$id}" title="{$action}" onclick="display_action_details('{$id}', '{$controller}', '{$token}', '{$params.action}', {$json_params|escape}); return false" class="">
|
||||
<i class="icon-collapse"></i> {$action}
|
||||
</a>
|
||||
|
||||
+1
-1
@@ -22,6 +22,6 @@
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<a href="{$href}" title="{$action}">
|
||||
<a href="{$href}" title="{$action}" class="">
|
||||
<i class="icon-time"></i> {$action}
|
||||
</a>
|
||||
+1
-1
@@ -22,6 +22,6 @@
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<a href="{$href}" onclick="return confirm('{$confirm}');" title="{$action}">
|
||||
<a href="{$href}" onclick="return confirm('{$confirm}');" title="{$action}" class="btn btn-default">
|
||||
<i class="icon-copy"></i> {$action}
|
||||
</a>
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<a href="{$href}" title="{$action}">
|
||||
<a href="{$href}" title="{$action}" class="">
|
||||
<i class="icon-truck"></i> {$action}
|
||||
</a>
|
||||
Reference in New Issue
Block a user