// Webservice and advanced stock list bootstraping

This commit is contained in:
Jerome Nadaud
2013-10-01 18:29:35 +02:00
parent dd60eb66cf
commit 301de7a3a1
2 changed files with 2 additions and 2 deletions
@@ -31,7 +31,7 @@
<thead>
<tr>
<th><span class="title_box">{l s='Resource'}</span></th>
<th class="center fixed-width-xs"></th>
<th class="center fixed-width-xs"><span class="title_box">{l s='All'}</span></th>
<th class="center fixed-width-xs"><span class="title_box">{l s='View (GET)'}</span></th>
<th class="center fixed-width-xs"><span class="title_box">{l s='Modify (PUT)'}</span></th>
<th class="center fixed-width-xs"><span class="title_box">{l s='Add (POST)'}</span></th>
@@ -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-circle-arrow-up"></i> {$action}
</a>