The more I think about this, the more I think the css files, and the js files should be moved back to root static and leave images in static/images.
The new welcome also took the starfish css out of base.css. This also creates problems with layouts and add a more file to download. I thinks it should be merged back into base.css Anyway, I am going to sleep on this. Massimo On Nov 3, 12:00 am, mdipierro <[email protected]> wrote: > The new welcome app proposed by Martin (in HTML5) is in trunk. > > Excellent job Martin. > > I made some changes: > - removed the tests (because make it un-necessarily heavy) > - removed jgrowl > - moved the ok, warn, error login into the controller > - moved the left_sidebar_enabled and right_sidebar_enabled logic into > layout.html > - moved the flash back to the top-right corner > - renamed noti_ok.png to ok.png (same for error and warn). > > Now we have a minor problem... > This breaks all layouts (web2py.com/layouts) and the wizard. > They all assume superfish.js is in the static/ folder but now it is in > static/js/superfish.js > > We have two solutions: > 1) change all layouts w2p files to look for superfish in static/ or in > static/js > 2) move all the current static files in static/ and our of static/css, > static/js, static/images/. > > Probably 1) is a better option. > > Massimo

