// fix 2 links in admincustomers view

This commit is contained in:
Rémi Gaillard
2013-02-19 16:38:52 +01:00
parent e152366d49
commit 3eeca3537a
@@ -77,7 +77,7 @@
<div class="info-customer-right">
<div style="float: right">
<a href="{$current}&addcustomer&id_customer={$customer->id}&token={$token}">
<a href="{$current}&updatecustomer&id_customer={$customer->id}&token={$token}">
<img src="../img/admin/edit.gif" />
</a>
</div>
@@ -154,7 +154,7 @@
<h2>
{l s='Groups'} ({count($groups)})
<a href="{$current}&addcustomer&id_customer={$customer->id}&token={$token}">
<a href="{$current}&updatecustomer&id_customer={$customer->id}&token={$token}">
<img src="../img/admin/edit.gif" />
</a>
</h2>