[CMF-checkins] CVS: CMF/CMFCore - ActionsTool.py:1.43
UndoTool.py:1.16
Yvo Schubbe
cvs-admin at zope.org
Thu Nov 27 10:14:12 EST 2003
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv4433/CMFCore
Modified Files:
ActionsTool.py UndoTool.py
Log Message:
removed whitespace in actions
=== CMF/CMFCore/ActionsTool.py 1.42 => 1.43 ===
--- CMF/CMFCore/ActionsTool.py:1.42 Thu Nov 27 10:06:49 2003
+++ CMF/CMFCore/ActionsTool.py Thu Nov 27 10:14:11 2003
@@ -52,7 +52,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=(ListFolderContents,)
@@ -62,7 +62,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=(ListFolderContents,)
=== CMF/CMFCore/UndoTool.py 1.15 => 1.16 ===
--- CMF/CMFCore/UndoTool.py:1.15 Mon Sep 1 11:18:34 2003
+++ CMF/CMFCore/UndoTool.py Thu Nov 27 10:14:11 2003
@@ -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