aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/action.tt
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-21 00:38:47 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-21 00:38:47 +0000
commit599c1172394e3377d8e3e28c06557a99a1a10d1e (patch)
tree78e277ddc4cd5af9c43f9b033d82afc071e3f1e8 /share/skin/base/layout/action.tt
parent3671c9c3a3eb9640371d09a80ff88ae774d0a0b7 (diff)
downloadreaction-599c1172394e3377d8e3e28c06557a99a1a10d1e.tar.gz
reaction-599c1172394e3377d8e3e28c06557a99a1a10d1e.zip
container support built into fields and an example of usage in ComponentUI
Diffstat (limited to 'share/skin/base/layout/action.tt')
-rw-r--r--share/skin/base/layout/action.tt10
1 files changed, 4 insertions, 6 deletions
diff --git a/share/skin/base/layout/action.tt b/share/skin/base/layout/action.tt
index 6fda5a1..5ef48cd 100644
--- a/share/skin/base/layout/action.tt
+++ b/share/skin/base/layout/action.tt
@@ -3,7 +3,7 @@
<div class="action_form">
<form action="" method="[% method %]" enctype="multipart/form-data">
[% header %]
- [% field_list %]
+ [% container_list %]
[% buttons %]
[% footer %]
</form>
@@ -11,13 +11,11 @@
=for layout header
-=for layout field_list
+=for layout container_list
-<div class="action_field_list">
- [% call_next %]
-</div>
+[% call_next %]
-=for layout field
+=for layout container
[% call_next %]