From 33bdfa9c9696cb73e43dc4ab3a15c13c5751aef0 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Tue, 6 Aug 2013 11:06:36 +0200 Subject: [PATCH] //added some help --- controllers/admin/AdminCarrierWizardController.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/controllers/admin/AdminCarrierWizardController.php b/controllers/admin/AdminCarrierWizardController.php index 9f06304d1..a8709bad5 100644 --- a/controllers/admin/AdminCarrierWizardController.php +++ b/controllers/admin/AdminCarrierWizardController.php @@ -355,7 +355,8 @@ class AdminCarrierWizardControllerCore extends AdminController 'name' => 'max_height', 'required' => false, 'size' => 10, - 'desc' => $this->l('Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore.') + 'desc' => $this->l('Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore.').' '.$this->l('The value must be an integer +.') ), array( 'type' => 'text', @@ -363,7 +364,8 @@ class AdminCarrierWizardControllerCore extends AdminController 'name' => 'max_width', 'required' => false, 'size' => 10, - 'desc' => $this->l('Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore.') + 'desc' => $this->l('Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore.').' '.$this->l('The value must be an integer +.') ), array( 'type' => 'text', @@ -371,7 +373,8 @@ class AdminCarrierWizardControllerCore extends AdminController 'name' => 'max_depth', 'required' => false, 'size' => 10, - 'desc' => $this->l('Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore.') + 'desc' => $this->l('Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore.').' '.$this->l('The value must be an integer +.') ), array( 'type' => 'text',