From ebb3767ee4a744d43f173ba2bd5aff491f56a99c Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 28 Oct 2014 14:49:15 +0000 Subject: [PATCH] RenderAsDialog now takes into account its "width" parameter. SVN:trunk[3382] --- application/forms.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/forms.class.inc.php b/application/forms.class.inc.php index b7036edf4..6b71a84aa 100644 --- a/application/forms.class.inc.php +++ b/application/forms.class.inc.php @@ -351,7 +351,7 @@ EOF <<oForm->GetFieldId($this->sCode); $sName = $this->oForm->GetFieldName($this->sCode); - return array('label' => $this->sLabel, 'value' => $sDescription); + return array('label' => $this->sLabel, 'value' => $this->sDescription); } public function ReadParam(&$aValues)