Changeset 4218
- Timestamp:
- 8 Jun 2009, 15:55:57 (16 years ago)
- Location:
- akademie/plone_themes/akademie.theme
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
akademie/plone_themes/akademie.theme/akademie.theme.egg-info/SOURCES.txt
r4213 r4218 36 36 akademie/theme/profiles/default/cssregistry.xml 37 37 akademie/theme/profiles/default/import_steps.xml 38 akademie/theme/profiles/default/properties.xml 39 akademie/theme/profiles/default/propertiestool.xml 38 40 akademie/theme/profiles/default/skins.xml 39 41 akademie/theme/profiles/default/viewlets.xml … … 55 57 akademie/theme/skins/akademie_theme_custom_images/glc.gif 56 58 akademie/theme/skins/akademie_theme_custom_images/inkooperation.gif 59 akademie/theme/skins/akademie_theme_custom_images/logo_header.jpg 57 60 akademie/theme/skins/akademie_theme_custom_images/logo_header_main.jpg 58 61 akademie/theme/skins/akademie_theme_custom_images/portletheader_left.png … … 65 68 akademie/theme/skins/akademie_theme_custom_images/top_tabs_left.png 66 69 akademie/theme/skins/akademie_theme_custom_images/top_tabs_right.png 70 akademie/theme/skins/akademie_theme_custom_skins/document_byline_print.pt 71 akademie/theme/skins/akademie_theme_custom_skins/document_print_view.pt 72 akademie/theme/skins/akademie_theme_custom_skins/header_printer_friendly.pt 73 akademie/theme/skins/akademie_theme_custom_skins/main_template.pt 74 akademie/theme/skins/akademie_theme_custom_skins/main_template_print.pt 67 75 akademie/theme/skins/akademie_theme_styles/CONTENT.txt 68 76 akademie/theme/skins/akademie_theme_styles/base_properties.props -
akademie/plone_themes/akademie.theme/akademie/theme/browser/configure.zcml
r4211 r4218 92 92 /> 93 93 94 <!-- The documentactions 95 We just re-assign this viewlet to another manager 96 --> 97 <browser:viewlet 98 name="plone.abovecontenttitle.documentactions" 99 manager="plone.app.layout.viewlets.interfaces.IBelowContentBody" 100 class="plone.app.layout.viewlets.content.DocumentActionsViewlet" 101 layer=".interfaces.IThemeSpecific" 102 template="templates/document_actions.pt" 103 permission="zope2.View" 104 /> 105 94 106 95 107
Note: See TracChangeset for help on using the changeset viewer.