[*] BO : Added a link to the customer group edition on the customer page
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15035 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -152,7 +152,12 @@
|
||||
|
||||
<div class="clear"> </div>
|
||||
|
||||
<h2>{l s='Groups'} ({count($groups)})</h2>
|
||||
<h2>
|
||||
{l s='Groups'} ({count($groups)})
|
||||
<a href="{$current}&addcustomer&id_customer={$customer->id}&token={$token}">
|
||||
<img src="../img/admin/edit.gif" />
|
||||
</a>
|
||||
</h2>
|
||||
{if $groups AND count($groups)}
|
||||
<table cellspacing="0" cellpadding="0" class="table" style="width:100%;">
|
||||
<colgroup>
|
||||
|
||||
Reference in New Issue
Block a user