[-] BO : fixed #PSTEST-1134

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14498 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-04-05 14:58:01 +00:00
parent a3bd5cd250
commit 89be86ba77
2 changed files with 3 additions and 1 deletions
@@ -89,7 +89,8 @@ class AdminQuickAccessesControllerCore extends AdminController
'name' => 'link',
'size' => 60,
'maxlength' => 128,
'required' => true
'required' => true,
'desc' => $this->l('If it\'s an URL that comes from your Back Office, you must NOT put a security token.')
),
array(
'type' => 'radio',