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:
werners 2009-10-13 14:42:46 +00:00
parent bb9097f245
commit 59c6081a6b

View file

@ -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):