[Zope-Checkins] CVS: Zope2 - HelpSys.py:1.19.32.2 HelpTopic.py:1.13.6.3 ProductHelp.py:1.1.2.3

Michel Pelletier michel@digicool.com
Thu, 17 May 2001 15:02:20 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/HelpSys
In directory korak.digicool.com:/tmp/cvs-serv13690/lib/python/HelpSys

Modified Files:
      Tag: APIDocs-branch
	HelpSys.py HelpTopic.py ProductHelp.py 
Log Message:
add View Help permission


--- Updated File HelpSys.py in package Zope2 --
--- HelpSys.py	2001/05/17 15:59:42	1.19.32.1
+++ HelpSys.py	2001/05/17 19:02:19	1.19.32.2
@@ -110,7 +110,7 @@
     )
 
     __ac_permissions__=(
-        ('View',
+        ('View Help',
          ('__call__', 'searchResults', 'HelpButton', '',
           'index_html', 'menu', 'search', 'results', 'main',
           'helpLink')),

--- Updated File HelpTopic.py in package Zope2 --
--- HelpTopic.py	2001/05/17 18:51:04	1.13.6.2
+++ HelpTopic.py	2001/05/17 19:02:19	1.13.6.3
@@ -197,11 +197,11 @@
 
     manage_options=(
         {'label':'Properties', 'action':'manage_propertiesForm'},
-        {'label':'View', 'action':'index_html'},
+        {'label':'View Help', 'action':'index_html'},
         )
 
     __ac_permissions__=(
-        ('View', ('index_html', 'SearchableText', 'url')),
+        ('View Help', ('index_html', 'SearchableText', 'url')),
         ('Access contents information', ('helpValues',)),
         )
 

--- Updated File ProductHelp.py in package Zope2 --
--- ProductHelp.py	2001/05/17 18:06:45	1.1.2.2
+++ ProductHelp.py	2001/05/17 19:02:19	1.1.2.3
@@ -78,7 +78,7 @@
 
     __ac_permissions__=(
         ('Add Documents, Images, and Files', ('addTopicForm', 'addTopic')),
-        ('View managment screens', ('index_html', '')),
+        ('View Help', ('index_html', '')),
         )
     
     def __init__(self, id='Help', title=''):