aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/base/layout/field.tt')
-rw-r--r--share/skin/base/layout/field.tt14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/skin/base/layout/field.tt b/share/skin/base/layout/field.tt
new file mode 100644
index 0000000..99954ab
--- /dev/null
+++ b/share/skin/base/layout/field.tt
@@ -0,0 +1,14 @@
+=for layout widget
+
+[% label_fragment %]
+[% value_layout %]
+
+=for layout label
+
+<strong > [% label %]: </strong>
+
+=for layout value_layout
+
+[% field_value %]
+
+=cut