aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/textarea
diff options
context:
space:
mode:
Diffstat (limited to 'root/base/textarea')
-rw-r--r--root/base/textarea15
1 files changed, 0 insertions, 15 deletions
diff --git a/root/base/textarea b/root/base/textarea
deleted file mode 100644
index 57114f9..0000000
--- a/root/base/textarea
+++ /dev/null
@@ -1,15 +0,0 @@
-[%
-
-PROCESS field_base;
-
-control_block = 'textarea_control';
-
-BLOCK textarea_control;
-
- attrs.maxlength = '';
- %]<textarea id="[% id_attr %]" [% connect_control(self, 'value');
- process_attrs(attrs) %]>[% self.value | html; '</textarea>';
-
-END;
-
-%]