aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/field.tt')
-rw-r--r--share/skin/default/layout/field.tt24
1 files changed, 6 insertions, 18 deletions
diff --git a/share/skin/default/layout/field.tt b/share/skin/default/layout/field.tt
index fbda583..d531087 100644
--- a/share/skin/default/layout/field.tt
+++ b/share/skin/default/layout/field.tt
@@ -1,26 +1,14 @@
=for layout widget
-[% label_fragment %] [% field %] [% message_fragment %] <br />
+[% label_layout %]
+[% value_layout %]
-=for layout label
+=for layout label_layout
-<label>[% label %]:</label>
+<strong > [% label %]: </strong>
-=for layout field
+=for layout value_layout
-FIELD GOES HERE
-
-=for layout message
-
-<span>[% message %]</span><br />
-
-=for layout field
-
-<input type="[% field_type %]" name="[% field_name %]" id="[% field_id %]"
- [% field_body %] />
-
-=for layout field_body
-
-value="[% field_value %]"
+[% value %]
=cut