[CMF-checkins] CVS: CMF/CMFCore - ActionsTool.py:1.39.4.1
UndoTool.py:1.14.10.1
Yvo Schubbe
y.2004_ at wcm-solutions.de
Thu Mar 11 08:08:57 EST 2004
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv9172/CMFCore
Modified Files:
Tag: CMF-1_4-branch
ActionsTool.py UndoTool.py
Log Message:
- backported whitespace fix from HEAD (Collector #229)
=== CMF/CMFCore/ActionsTool.py 1.39 => 1.39.4.1 ===
--- CMF/CMFCore/ActionsTool.py:1.39 Tue Apr 15 12:08:01 2003
+++ CMF/CMFCore/ActionsTool.py Thu Mar 11 08:08:26 2004
@@ -48,7 +48,7 @@
_actions = (ActionInformation(id='folderContents'
, title='Folder contents'
, action=Expression(
- text='string: ${folder_url}/folder_contents')
+ text='string:${folder_url}/folder_contents')
, condition=Expression(
text='python: folder is not object')
, permissions=('List folder contents',)
@@ -58,7 +58,7 @@
, ActionInformation(id='folderContents'
, title='Folder contents'
, action=Expression(
- text='string: ${folder_url}/folder_contents')
+ text='string:${folder_url}/folder_contents')
, condition=Expression(
text='python: folder is object')
, permissions=('List folder contents',)
=== CMF/CMFCore/UndoTool.py 1.14 => 1.14.10.1 ===
--- CMF/CMFCore/UndoTool.py:1.14 Thu Feb 13 02:44:48 2003
+++ CMF/CMFCore/UndoTool.py Thu Mar 11 08:08:26 2004
@@ -43,7 +43,7 @@
_actions = (ActionInformation(id='undo'
, title='Undo'
, action=Expression(
- text='string: ${portal_url}/undo_form')
+ text='string:${portal_url}/undo_form')
, condition=Expression(
text='member')
, permissions=(ListUndoableChanges,)
More information about the CMF-checkins
mailing list