getting the big picture
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3582 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
bb9097f245
commit
59c6081a6b
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ dojoCssTundra = Layout('css.dojo.tundra', 'page.css', renderer=standardRenderers
|
|||
media='all', resource='ajax.dojo/dijit/themes/tundra/tundra.css',
|
||||
order=11)
|
||||
|
||||
dojoCssLightbox = Layout('css.dojo.lightbox', 'page.css', renderer=standardRenderers.css,
|
||||
media='all', resource='ajax.dojo/dojox/image/resources/Lightbox.css',
|
||||
order=12)
|
||||
|
||||
|
||||
class DojoLayoutInstance(LayoutInstance):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue