Document Actions
Editing the default appearance of the document actions section
In Plone v2.x:
- Images:
extedit_icon.gif,mail_icon.gif,print_icon.gif,site_icon.gif, andrss.gif- Located:
[site]/portal_skins/plone_images
- Located:
- Template:
document_actions- Located:
[site]/portal_skins/plone_content
- Located:
- CSS:
.documentActions,.documentActions ul, .documentActions li, and.documentActions a- Located:
[site]/portal_skins/plone_styles/plone.css
- Located:
In Plone v3.x:
- Images:
extedit_icon.gif,mail_icon.gif,print_icon.gif,site_icon.gif, andrss.gif- Located:
[site]/portal_skins/plone_images
- Located:
- 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
- Located:
Additional Information:
To disable the document actions icons:
In Plone v2.x:
- Navigate to
[site]/portal_actions - Uncheck
Visible?for all theActionswith theCategoryofdocument_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
Previous:
Portlets
