aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/label
diff options
context:
space:
mode:
Diffstat (limited to 'root/base/label')
-rw-r--r--root/base/label17
1 files changed, 17 insertions, 0 deletions
diff --git a/root/base/label b/root/base/label
new file mode 100644
index 0000000..e380ba0
--- /dev/null
+++ b/root/base/label
@@ -0,0 +1,17 @@
+[%
+
+PROCESS field_base;
+
+control_block = 'label_control';
+
+BLOCK label_control;
+
+ %]<label id="[% self.field_name | html %]" [% connect_control(self, 'value') %] value="[% self.field_value | html %]" />[%
+
+# INCLUDE( 'control_block' );
+
+ '</label>';
+
+END;
+
+%]