- Timestamp:
- 16 Apr 2013, 11:35:36 (12 years ago)
- Location:
- main/waeup.plonetheme.ngren3/trunk/waeup/plonetheme/ngren3
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.plonetheme.ngren3/trunk/waeup/plonetheme/ngren3/profiles.zcml
r10084 r10085 8 8 zcml:condition="have plone-42" 9 9 name="default" 10 title=" NgREN Bootstrap Theme"10 title="WAeUP NgREN Bootstrap Theme" 11 11 directory="profiles/default" 12 description='Extension profile for the " NgREN Bootstrap Theme" Plone theme.'12 description='Extension profile for the "WAeUP NgREN Bootstrap Theme" Plone theme' 13 13 provides="Products.GenericSetup.interfaces.EXTENSION" 14 14 /> … … 17 17 zcml:condition="have plone-42" 18 18 name="waeup.plonetheme.ngren3.various" 19 title=" NgREN Bootstrap Theme: miscellaneous import steps"20 description="Various import steps that are not handled by GS import/export handlers ."19 title="WAeUP NgREN Bootstrap Theme: miscellaneous import steps" 20 description="Various import steps that are not handled by GS import/export handlers" 21 21 handler="waeup.plonetheme.ngren3.setuphandlers.setupVarious"> 22 22 … … 29 29 zcml:condition="have plone-42" 30 30 name="uninstall" 31 title=" NgREN Bootstrap Theme uninstall"31 title="WAeUP NgREN Bootstrap Theme uninstall" 32 32 directory="profiles/uninstall" 33 description="Uninstall profile for the NgREN Bootstrap Theme Plone theme"33 description="Uninstall profile for the WAeUP NgREN Bootstrap Theme" 34 34 provides="Products.GenericSetup.interfaces.EXTENSION" 35 35 /> … … 39 39 zcml:condition="not-have plone-42" 40 40 name="plone-41" 41 title=" NgREN Bootstrap Theme"41 title="WAeUP NgREN Bootstrap Theme" 42 42 directory="profiles/plone-41" 43 description='Extension profile for the " NgREN Bootstrap Theme" Plone theme for Plone 4.1.x'43 description='Extension profile for the "WAeUP NgREN Bootstrap Theme" Plone theme for Plone 4.1.x' 44 44 provides="Products.GenericSetup.interfaces.EXTENSION" 45 45 /> … … 48 48 zcml:condition="not-have plone-42" 49 49 name="uninstall-plone41" 50 title=" NgREN Bootstrap Theme uninstall"50 title="WAeUP NgREN Bootstrap Theme uninstall" 51 51 directory="profiles/uninstall-plone41" 52 description="Uninstall profile for the NgREN Bootstrap Theme Plone theme"52 description="Uninstall profile for the WAeUP NgREN Bootstrap Theme" 53 53 provides="Products.GenericSetup.interfaces.EXTENSION" 54 54 /> -
main/waeup.plonetheme.ngren3/trunk/waeup/plonetheme/ngren3/profiles/default/skins.xml
r10084 r10085 11 11 --> 12 12 <object name="portal_skins" allow_any="False" cookie_persistence="False" 13 default_skin=" NgREN Bootstrap Theme">13 default_skin="WAeUP NgREN Bootstrap Theme"> 14 14 15 15 <!-- This list registers the folders that are stored in the skins directory … … 40 40 "all". 41 41 --> 42 <skin-path name=" NgREN Bootstrap Theme" based-on="Plone Default">42 <skin-path name="WAeUP NgREN Bootstrap Theme" based-on="Plone Default"> 43 43 <layer name="plonetheme_bootstrap_custom" 44 44 insert-after="custom"/> -
main/waeup.plonetheme.ngren3/trunk/waeup/plonetheme/ngren3/profiles/plone-41/skins.xml
r10084 r10085 43 43 "all". 44 44 --> 45 <skin-path name=" NgREN Bootstrap Theme" based-on="Plone Default">45 <skin-path name="WAeUP NgREN Bootstrap Theme" based-on="Plone Default"> 46 46 <layer name="plonetheme_bootstrap_images" 47 47 insert-after="custom"/> -
main/waeup.plonetheme.ngren3/trunk/waeup/plonetheme/ngren3/profiles/uninstall-plone41/skins.xml
r10084 r10085 39 39 40 40 41 <skin-path name=" NgREN Bootstrap Theme" based-on="Plone Default" remove="True">41 <skin-path name="WAeUP NgREN Bootstrap Theme" based-on="Plone Default" remove="True"> 42 42 43 43 </skin-path> -
main/waeup.plonetheme.ngren3/trunk/waeup/plonetheme/ngren3/profiles/uninstall/skins.xml
r10084 r10085 39 39 40 40 41 <skin-path name=" NgREN Bootstrap Theme" based-on="Plone Default" remove="True">41 <skin-path name="WAeUP NgREN Bootstrap Theme" based-on="Plone Default" remove="True"> 42 42 43 43 </skin-path>
Note: See TracChangeset for help on using the changeset viewer.