From 7b77b1a2ccf30f43551f7407c0f5dbac542a71b5 Mon Sep 17 00:00:00 2001 From: Luis Fernando Saisa Lopez Date: Wed, 28 Aug 2013 16:43:24 -0400 Subject: [PATCH] BUG 11934 "Posicion del Label en objetos CheckBox..." SOLVED - Posicion del Label en objetos CheckBox (ProcessMaker 2.5.0.1) - Problema resuelto, al crear un campo de tipo CheckBox, al seleccionar la opcion "Label on the right side", se alineara el Label a la derecha y si no esta seleccionado, se alineara a la izquierda. * Available from version ProcessMaker-2.5.2-testing.1 --- gulliver/system/class.xmlform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index d3b4064dd..a7047565c 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3028,7 +3028,7 @@ class XmlForm_Field_Checkbox extends XmlForm_Field public $required = false; public $value = 'on'; public $falseValue = 'off'; - public $labelOnRight = true; + public $labelOnRight = false; public $readOnly = false; /**