aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-11-09 14:04:24 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-11-09 14:04:24 +0000
commit6bc27bd310ba396fb925212fe78298ab859275cd (patch)
tree827ce76b4f58dfa027cede790ae8212db93651d3 /share
parentce0ce002223ca83946204e78bea5c178c6808e5c (diff)
downloadreaction-6bc27bd310ba396fb925212fe78298ab859275cd.tar.gz
reaction-6bc27bd310ba396fb925212fe78298ab859275cd.zip
fixup widgets to use fragment
Diffstat (limited to 'share')
-rw-r--r--share/skin/default/layout/action_form.tt4
-rw-r--r--share/skin/default/layout/grid_view/entity.tt4
-rw-r--r--share/skin/default/layout/grid_view/entity/with_actions.tt8
-rw-r--r--share/skin/default/layout/object_view.tt4
4 files changed, 10 insertions, 10 deletions
diff --git a/share/skin/default/layout/action_form.tt b/share/skin/default/layout/action_form.tt
index 0e18a36..c4ba55f 100644
--- a/share/skin/default/layout/action_form.tt
+++ b/share/skin/default/layout/action_form.tt
@@ -2,7 +2,7 @@
<form action="" method="post" enctype="multipart/form-data">
[% header %]
- [% fields %]
+ [% field_list %]
[% buttons %]
[% footer %]
</form>
@@ -11,7 +11,7 @@
<h2>Le Header</h2>
-=for layout fields
+=for layout field_list
<p> [% content %] </p>
diff --git a/share/skin/default/layout/grid_view/entity.tt b/share/skin/default/layout/grid_view/entity.tt
index 9c69baf..c66af93 100644
--- a/share/skin/default/layout/grid_view/entity.tt
+++ b/share/skin/default/layout/grid_view/entity.tt
@@ -4,7 +4,7 @@
[% content %]
<tr>
-=for layout fields
+=for layout field_list
[% content %]
@@ -12,4 +12,4 @@
<td>[% content %]</td>
-=cut \ No newline at end of file
+=cut
diff --git a/share/skin/default/layout/grid_view/entity/with_actions.tt b/share/skin/default/layout/grid_view/entity/with_actions.tt
index ea78ed8..438a168 100644
--- a/share/skin/default/layout/grid_view/entity/with_actions.tt
+++ b/share/skin/default/layout/grid_view/entity/with_actions.tt
@@ -1,11 +1,11 @@
=for layout widget
<tr>
- [% fields %]
- [% actions %]
+ [% field_list %]
+ [% actions %]
<tr>
-=for layout fields
+=for layout field_list
[% content %]
@@ -22,4 +22,4 @@
<td>[% content %]</td>
-=cut \ No newline at end of file
+=cut
diff --git a/share/skin/default/layout/object_view.tt b/share/skin/default/layout/object_view.tt
index 4e6e1b3..55b15bf 100644
--- a/share/skin/default/layout/object_view.tt
+++ b/share/skin/default/layout/object_view.tt
@@ -1,8 +1,8 @@
=for layout widget
- [% fields %]
+ [% field_list %]
-=for layout fields
+=for layout field_list
<p> [% content %] </p>