From 84bd912caf078361310f153399fb5d2af0ad080e Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Fri, 2 Mar 2012 09:47:56 +0000 Subject: [PATCH] [-] BO : fix bug #PSTEST-918 - missing field suffix --- controllers/admin/AdminPPreferencesController.php | 3 ++- translations/fr/admin.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/controllers/admin/AdminPPreferencesController.php b/controllers/admin/AdminPPreferencesController.php index 130e9f482..807927ec2 100644 --- a/controllers/admin/AdminPPreferencesController.php +++ b/controllers/admin/AdminPPreferencesController.php @@ -272,7 +272,8 @@ class AdminPPreferencesControllerCore extends AdminController 'desc' => $this->l('Set the maximum size of product short description'), 'validation' => 'isInt', 'cast' => 'intval', - 'type' => 'text' + 'type' => 'text', + 'suffix' => $this->l('characters') ), 'PS_QTY_DISCOUNT_ON_COMBINATION' => array( 'title' => $this->l('Quantity discounts based on:'), diff --git a/translations/fr/admin.php b/translations/fr/admin.php index d97cafb3c..79fd595c1 100644 --- a/translations/fr/admin.php +++ b/translations/fr/admin.php @@ -1287,7 +1287,6 @@ $_LANGADM['AdminHomec29644e15cce7926cc96042e8f37f463'] = 'Produits récemment ve $_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiques'; $_LANGADM['AdminHomec70defc9649a509d77802b31cc38c50b'] = 'Les conseils d\'optimisation seront pliées par défaut'; $_LANGADM['AdminHomec89b149018866032dd690b0983f1ac78'] = 'Ventes + Tx'; -$_LANGADM['AdminHomeca3741ebeb19f130e16adc08619ac3fb'] = 'Vos requis'; $_LANGADM['AdminHomeca6bf36123213b8e540f274f28ce66a8'] = 'Pour recevoir les notifications de nouvelle version, vous devez activer'; $_LANGADM['AdminHomecab723c421c5278820b5020b6f360d54'] = 'Total de fils'; $_LANGADM['AdminHomed71751c0a0c077450aa6f3a2dcf49c5f'] = 'Nouveau module'; @@ -2220,6 +2219,7 @@ $_LANGADM['AdminPPreferences11c3382637c5733a6221acf98129b298'] = 'Autoriser la c $_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Taille maximale de la description courte'; $_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Ordre de tri par défaut pour la liste des produits'; $_LANGADM['AdminPPreferences24c3ed033892f4548a23e4c50e8f6e7f'] = 'Le bouton \"Ajouter au panier\" est caché lorsque le produit est indisponible '; +$_LANGADM['AdminPPreferences2593c7ce3ff937293feb1e61c152e551'] = 'caractères'; $_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Prix du produit'; $_LANGADM['AdminPPreferences32465c25dfecca0db61214b9af3bd9f1'] = 'Taille maximum des images des produits :'; $_LANGADM['AdminPPreferences39cb26ab18c110579dec495581a11552'] = 'Redirection après avoir ajouté un produit au panier :';