[-] BO : #PSCFV-3206 - Add description for the field "Shop name" on the shop configuration.

This commit is contained in:
mDeflotte
2012-07-24 07:42:50 +00:00
parent 39c3d9e9d4
commit 4fd35fc7c1
2 changed files with 4 additions and 0 deletions
@@ -311,6 +311,8 @@ class AdminShopControllerCore extends AdminController
array(
'type' => 'text',
'label' => $this->l('Shop name:'),
'desc' => $this->l('This field do not refer to the shop name visible on the front office.').' '.
sprintf($this->l('Follow %sthis link%s to edit the shop name used on the front office.'), '<a href="'.$this->context->link->getAdminLink('AdminStores').'">', '</a>'),
'name' => 'name',
'required' => true,
)