aboutsummaryrefslogtreecommitdiff
path: root/h-source/Library/Form/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Library/Form/Entry.php')
-rwxr-xr-xh-source/Library/Form/Entry.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Library/Form/Entry.php b/h-source/Library/Form/Entry.php
index a17ac5e..8136dda 100755
--- a/h-source/Library/Form/Entry.php
+++ b/h-source/Library/Form/Entry.php
@@ -32,6 +32,7 @@ abstract class Form_Entry {
public $labelString = null; //label of the form
public $labelClass = null; //the class of the tag of the label
public $options = array(); //options (if the entry is a <select> entry or a radio button). Associative array or comma-divided list.
+ public $reverse = null; //reverse label with value in select entries
public $defaultValue = '';
public $wrap = array();
public $deleteButton = null;