[CMF-checkins] CVS: CMF/CMFWiki/skins/wiki - wikipage_create_handler.dtml:1.2
Ken Manheimer
klm@zope.com
Tue, 5 Feb 2002 16:15:32 -0500
Update of /cvs-repository/CMF/CMFWiki/skins/wiki
In directory cvs.zope.org:/tmp/cvs-serv26891
Modified Files:
wikipage_create_handler.dtml
Log Message:
After creating a page, return to the new one, not the one from which
it was created.
=== CMF/CMFWiki/skins/wiki/wikipage_create_handler.dtml 1.1 => 1.2 ===
, log=REQUEST['log']
)">
-<dtml-call expr="REQUEST['RESPONSE'].redirect( absolute_url() +
- '?portal_status_message=Page+added.' )">
+<dtml-call expr="REQUEST['RESPONSE'].redirect(
+ this().aq_parent[page].absolute_url()
+ + '?portal_status_message=Page+added.' )">