aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field/string.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/field/string.tt')
-rw-r--r--share/skin/default/layout/field/string.tt25
1 files changed, 1 insertions, 24 deletions
diff --git a/share/skin/default/layout/field/string.tt b/share/skin/default/layout/field/string.tt
index 40f3789..18ab448 100644
--- a/share/skin/default/layout/field/string.tt
+++ b/share/skin/default/layout/field/string.tt
@@ -1,26 +1,3 @@
-=for layout widget
-
-[% label %] [% field %] [% message %]
-
-=for layout field
-
-<!-- We need a replacement for process_attrs -->
-<input type="text" name="[% name | html %]" id="[% id | html %]" value="[% content | html %]" />
-
-=for layout label
-
-<!-- This conditional goes away when mst comes up with something better -->
-[% content_str = GET content; %]
-[% IF content_str.length; %]
- <label> [% content_str | html %]: </label>
-[% END; %]
-
-=for layout message
-
-<!-- This conditional goes away when mst comes up with something better -->
-[% content_str = GET content; %]
-[% IF content_str.length; %]
- <span> [% content_str | html %] </span> <br />
-[% END %]
+=extends field
=cut