aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field/collection.tt
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-05-02 21:27:45 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-05-02 21:27:45 +0000
commita2b16e659c9c2647df8959a8c308fb2bbf6a4e9e (patch)
tree7252c91b1f7b41ccd31e16af6b4f3e197b24feff /share/skin/base/layout/field/collection.tt
parent4f5c76dc82abdaef7efe5b0c6fcaf3fcdb0205af (diff)
downloadreaction-a2b16e659c9c2647df8959a8c308fb2bbf6a4e9e.tar.gz
reaction-a2b16e659c9c2647df8959a8c308fb2bbf6a4e9e.zip
r5943@tabor: wallacer | 2008-05-02 17:30:59 -0300
renamed default to base
Diffstat (limited to 'share/skin/base/layout/field/collection.tt')
-rw-r--r--share/skin/base/layout/field/collection.tt20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/skin/base/layout/field/collection.tt b/share/skin/base/layout/field/collection.tt
new file mode 100644
index 0000000..47244e7
--- /dev/null
+++ b/share/skin/base/layout/field/collection.tt
@@ -0,0 +1,20 @@
+=for layout widget
+
+[% label_box %]
+[% list %]
+
+=for layout label_box
+
+<strong> [% label %]: </strong>
+
+=for layout list
+
+<ul>
+[% call_next %]
+</ul>
+
+=for layout item
+
+<li>[% name %]</li>
+
+=cut