From 61ed038e50ca777d43295ca179f1ae3eec356c64 Mon Sep 17 00:00:00 2001 From: Carlos Pacha Date: Wed, 24 Aug 2011 12:38:01 -0400 Subject: [PATCH] =?UTF-8?q?BUG=207460=20PM=202.0.32=20Existe=20un=20proble?= =?UTF-8?q?ma=20en=20espa=C3=B1ol=20no=20muestra=20campos=20en=20modo=20vi?= =?UTF-8?q?sta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've tried it whit every field that indicates and I could see the check box field was not working in view mode, now it is working fine. --- gulliver/system/class.xmlform.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index 146e99ee6..2dd42167e 100644 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -2350,10 +2350,13 @@ class XmlForm_Field_Checkbox extends XmlForm_Field return $res; } elseif ($this->mode === 'view') { if ($this->labelOnRight) { - $html = "" . $this->label . ''; + $html = ''; + $html = " + " . $this->label . ''; } else { $html = ""; } + $html .=""; // if($this->hint){ // $html .= ' //