From 98060fe235fd491be05821a9f9f30b293c9effe9 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 30 Nov 2011 19:46:18 +0100 Subject: [PATCH] Adding 1 more label so we can add labels at the left, down and right of an input just use and array instead of a string example: $this->addElement('select', 'name', array('label1', 'label2', 'label3')); --- main/inc/lib/formvalidator/FormValidator.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/inc/lib/formvalidator/FormValidator.class.php b/main/inc/lib/formvalidator/FormValidator.class.php index 8b1f699cfe..6b0f14ea4d 100644 --- a/main/inc/lib/formvalidator/FormValidator.class.php +++ b/main/inc/lib/formvalidator/FormValidator.class.php @@ -76,6 +76,11 @@ EOT;
{element} + + + {label_3} + + {label_2}