aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-08-05 01:58:14 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-08-05 01:58:14 +0000
commitb210789fed64cda65459e48b7f68b88733c04dd7 (patch)
treec8ca8ef75b411cd4e9b02a38f670db09eeb24760 /share
parent2f4c7285eeda79854ef6fc2ebbd878e89d1d19e3 (diff)
parent4b70129e4e977a51616faaaeefd61a39367861f0 (diff)
downloadreaction-b210789fed64cda65459e48b7f68b88733c04dd7.tar.gz
reaction-b210789fed64cda65459e48b7f68b88733c04dd7.zip
r4466@www43 (orig r1196): groditi | 2009-08-01 15:07:10 -0500
make "class" in the config for push_vieport work correctly r4488@www43 (orig r1199): groditi | 2009-08-03 17:25:09 -0500 let delete have its own callback by default r4499@www43 (orig r1207): groditi | 2009-08-04 11:01:28 -0500 r30359@martha (orig r1198): groditi | 2009-08-01 16:57:29 -0400 example of how to create forms that return users to the URI they came from
Diffstat (limited to 'share')
-rw-r--r--share/skin/componentui/layout/bar/create.tt10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/skin/componentui/layout/bar/create.tt b/share/skin/componentui/layout/bar/create.tt
new file mode 100644
index 0000000..e59fbba
--- /dev/null
+++ b/share/skin/componentui/layout/bar/create.tt
@@ -0,0 +1,10 @@
+=widget Action
+
+=extends action
+
+=for layout container_list
+
+<input type="hidden" name="return_to_uri" value="[% return_to_uri %]">
+[% call_next %]
+
+=cut