[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_generic -
expanded_title.py:1.3.40.1 unauthRedirect.py:1.3.40.1
Sidnei da Silva
sidnei at awkly.org
Thu Apr 22 13:48:27 EDT 2004
Update of /cvs-repository/CMF/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv30596/CMFDefault/skins/zpt_generic
Modified Files:
Tag: CMF-1_4-branch
expanded_title.py unauthRedirect.py
Log Message:
Fix version.txt to right version. Run reindent.py for removing extra tabs and whitespaces
=== CMF/CMFDefault/skins/zpt_generic/expanded_title.py 1.3 => 1.3.40.1 ===
--- CMF/CMFDefault/skins/zpt_generic/expanded_title.py:1.3 Tue Jun 11 09:17:22 2002
+++ CMF/CMFDefault/skins/zpt_generic/expanded_title.py Thu Apr 22 13:47:54 2004
@@ -6,6 +6,6 @@
page_title = context.Title()
if page_title != site_title:
- page_title = site_title + ": " + page_title
+ page_title = site_title + ": " + page_title
return page_title
=== CMF/CMFDefault/skins/zpt_generic/unauthRedirect.py 1.3 => 1.3.40.1 ===
--- CMF/CMFDefault/skins/zpt_generic/unauthRedirect.py:1.3 Tue Jun 11 09:17:22 2002
+++ CMF/CMFDefault/skins/zpt_generic/unauthRedirect.py Thu Apr 22 13:47:54 2004
@@ -4,4 +4,3 @@
##
REQUEST=context.REQUEST
REQUEST.RESPONSE.redirect( context.absolute_url())
-
More information about the CMF-checkins
mailing list