Log message for revision 40432:
  Fixed #1960. Simplified dumb useless dialog.

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/Products/SiteAccess/SiteRoot.py

-=-
Modified: 
Zope/branches/Zope-2_8-branch/lib/python/Products/SiteAccess/SiteRoot.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/SiteAccess/SiteRoot.py    
2005-11-30 22:43:01 UTC (rev 40431)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/SiteAccess/SiteRoot.py    
2005-11-30 22:55:29 UTC (rev 40432)
@@ -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):

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to