aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/radio
diff options
context:
space:
mode:
Diffstat (limited to 'root/base/radio')
-rw-r--r--root/base/radio14
1 files changed, 0 insertions, 14 deletions
diff --git a/root/base/radio b/root/base/radio
deleted file mode 100644
index a4e897a..0000000
--- a/root/base/radio
+++ /dev/null
@@ -1,14 +0,0 @@
-[%
-
-PROCESS field_base;
-
-control_block = 'radio_control';
-
-BLOCK radio_control;
-
- %]<input type="radio" id="[% id_attr %]" [% connect_control(self, 'value');
- process_attrs(attrs) %] />[%
-
-END;
-
-%]