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, 0 insertions, 17 deletions
diff --git a/root/base/label b/root/base/label
deleted file mode 100644
index e380ba0..0000000
--- a/root/base/label
+++ /dev/null
@@ -1,17 +0,0 @@
-[%
-
-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;
-
-%]