[Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/Products/SiteAccess/SiteRoot.py
Fixed #1960. Simplified dumb useless dialog.
Florent Guillaume
fg at nuxeo.com
Wed Nov 30 17:57:33 EST 2005
Log message for revision 40433:
Fixed #1960. Simplified dumb useless dialog.
Changed:
U Zope/branches/2.9/lib/python/Products/SiteAccess/SiteRoot.py
-=-
Modified: Zope/branches/2.9/lib/python/Products/SiteAccess/SiteRoot.py
===================================================================
--- Zope/branches/2.9/lib/python/Products/SiteAccess/SiteRoot.py 2005-11-30 22:55:29 UTC (rev 40432)
+++ Zope/branches/2.9/lib/python/Products/SiteAccess/SiteRoot.py 2005-11-30 22:57:33 UTC (rev 40433)
@@ -98,9 +98,7 @@
self.__init__(title, base, path)
if REQUEST:
return MessageDialog(title='SiteRoot changed.',
- message='The title is now "%s"<br>'
- 'The base is now "%s"<br>'
- 'The path is now "%s"<br>' % map(escape, (title, base, path)),
+ message='SiteRoot changed.',
action='%s/manage_main' % REQUEST['URL1'])
def __call__(self, client, request, response=None):
More information about the Zope-Checkins
mailing list