Changeset 376
- Timestamp:
- 07/13/09 14:04:03 (4 years ago)
- Location:
- enpraxis.leftskin/trunk/enpraxis/leftskin
- Files:
-
- 1 deleted
- 4 edited
-
browser/controlpanel.py (modified) (2 diffs)
-
browser/controlpaneladv.py (modified) (2 diffs)
-
browser/controlpanelcompl.py (modified) (3 diffs)
-
skins/leftskin/base_properties.props (modified) (1 diff)
-
skins/leftskin/logo.gif (deleted)
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/controlpanel.py
r374 r376 70 70 71 71 fluid_fixed_width = Bool(title=_(u'Fluid Fixed Width'), 72 description=_(u'If set to true, the site will have a fixed width center column '72 description=_(u'If checked, the site will have a fixed width center column ' 73 73 'of 960 pixels. Please set the Body Background Color and/or Body Backgound Image' 74 74 'as well.'), … … 76 76 77 77 fluid_fixed_repeat_y = Bool(title=_(u'Repeat Y-axis'), 78 description=_(u'If set to true, the Body Background Image will repeat on the x- and y- axis. If false'78 description=_(u'If checked, the Body Background Image will repeat on the x- and y- axis. If unchecked ' 79 79 'the image will repeat only on the x-axis.'), 80 80 required=True) -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/controlpaneladv.py
r243 r376 260 260 def set_portal_logo(self, file): 261 261 if file: 262 uploadImage(self.skins, 'logo. jpg', file)262 uploadImage(self.skins, 'logo.png', file) 263 263 264 264 portal_logo = property(get_portal_logo, set_portal_logo) … … 515 515 """ Remove all customizations. """ 516 516 objs = self.skins.objectIds() 517 custom = ['logo. jpg',517 custom = ['logo.png', 518 518 'favicon.ico', 519 519 'base_properties'] -
enpraxis.leftskin/trunk/enpraxis/leftskin/browser/controlpanelcompl.py
r375 r376 77 77 78 78 fluid_fixed_width = Bool(title=_(u'Fluid Fixed Width'), 79 description=_(u'If set to true, the site will have a fixed width center column '79 description=_(u'If checked, the site will have a fixed width center column ' 80 80 'of 960 pixels. Please set the Body Background Color and/or Body Backgound Image' 81 81 'as well.'), … … 83 83 84 84 fluid_fixed_repeat_y = Bool(title=_(u'Repeat Y-axis'), 85 description=_(u'If set to true, the Body Background Image will repeat on the x- and y- axis. If false'85 description=_(u'If checked, the Body Background Image will repeat on the x- and y- axis. If unchecked ' 86 86 'the image will repeat only on the x-axis.'), 87 87 required=True) … … 340 340 def set_portal_logo(self, file): 341 341 if file: 342 uploadImage(self.skins, 'logo. jpg', file)342 uploadImage(self.skins, 'logo.png', file) 343 343 344 344 portal_logo = property(get_portal_logo, set_portal_logo) -
enpraxis.leftskin/trunk/enpraxis/leftskin/skins/leftskin/base_properties.props
r368 r376 3 3 plone_skin:string=Left Skin 4 4 5 logoName:string=logo. gif5 logoName:string=logo.png 6 6 faviconName:string=favicon.ico 7 7
Note: See TracChangeset
for help on using the changeset viewer.
