Document Actions

by John DeStefano last modified Feb 04, 2009 03:00 AM
Contributors: Stephanie McFarlin

Editing the default appearance of the document actions section

Document Actions

 

In Plone v2.x: 

  • Images: extedit_icon.gif, mail_icon.gif, print_icon.gif, site_icon.gif, and rss.gif
    • Located: [site]/portal_skins/plone_images
  • Template: document_actions
    • Located: [site]/portal_skins/plone_content
  • CSS: .documentActions, .documentActions ul, .documentActions li, and .documentActions a
    • Located: [site]/portal_skins/plone_styles/plone.css

In Plone v3.x:

  • Images: extedit_icon.gif, mail_icon.gif, print_icon.gif, site_icon.gif, and rss.gif
    • Located: [site]/portal_skins/plone_images
  • Template: see: Document Actions Now Use Zope 3 Viewlets
  • CSS: .documentActions, .documentActions ul, .documentActions li, and .documentActions a
    • Located: [site]/portal_skins/plone_styles/public.css

 

Additional Information:

To disable the document actions icons:

In Plone v2.x:

  • Navigate to [site]/portal_actions
  • Uncheck Visible? for all the Actions with the Category of document_actions
  • Click Save at the bottom of the form

In Plone v3.x:

  • Navigate to [site]/portal_actions
  • Click the name of the object you wish to disable (rss, sendto, etc.)
  • De-select the Visible? check box
  • Click Save Changes