[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/zopeorg - content_status_modify.py:1.4 search_form.pt:1.4 content_divertshare_form.pt:NONE content_share_form.pt:NONE content_submitshare_form.pt:NONE

Jens Vagelpohl jens at zope.com
Tue Jun 11 13:09:10 EDT 2002


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/zopeorg
In directory cvs.zope.org:/tmp/cvs-serv10843/skins/zopeorg

Modified Files:
	content_status_modify.py search_form.pt 
Removed Files:
	content_divertshare_form.pt content_share_form.pt 
	content_submitshare_form.pt 
Log Message:
- excise "sharing" of content



=== Products/ZopeOrg-NV/skins/zopeorg/content_status_modify.py 1.3 => 1.4 ===
-##parameters=workflow_action, share_target='no_target', comment=''
+##parameters=workflow_action, comment=''
 ##title=Modify the status of a content object
  
 context.portal_workflow.doActionFor(
     context,
     workflow_action,
-    comment=comment,
-    share_target=share_target)
+    comment=comment,)
 
 if workflow_action == 'reject':
     redirect_url = context.portal_url() + '/review'


=== Products/ZopeOrg-NV/skins/zopeorg/search_form.pt 1.3 => 1.4 ===
     <option>pending</option>
     <option>published</option>
-    <option>share pending</option>
-    <option>shared</option>
    </select>
    <dl class="FieldHelp">
     <dd> As a reviewer, you may search for items based on their

=== Removed File Products/ZopeOrg-NV/skins/zopeorg/content_divertshare_form.pt ===

=== Removed File Products/ZopeOrg-NV/skins/zopeorg/content_share_form.pt ===

=== Removed File Products/ZopeOrg-NV/skins/zopeorg/content_submitshare_form.pt ===






More information about the zopeorg-checkins mailing list