hey i've been working on a theme for admin interfaces this week. It is mostly based on this free template http://www.netdreams.co.uk/index.php/blog/2010/02/18/free-admin-skin-available-for-download/ .
I already did some changes on the original html, css files, mainly replaced unecessary table and images for divs and some css3. Called it grey. I made it in a way that every time you bake a controller with admin methods, the line $this->theme = "grey" is added on the admin actions. So far one can bake admin views and choose between the default cake layout and grey, or any other already installed. Besides there is a login page ready for use. I created this repository on github where I intend to share all templates I use for cake, https://github.com/huoxito/Cake-Themes . I implemented the theme using cake 1.3.5, Still need to create a readme file to explain it better and to make some more improvementes on the theme, but I guess someone can already give it a try. Any help on the theme improvement would be much aprecciated as well. On 27 set, 12:46, Alex Bovey <[email protected]> wrote: > On Thu, Sep 23, 2010 at 12:49 PM, Mike Karthauser > > <[email protected]> wrote: > > > I tend to build admin styles off the back of cake.generic.css which has > > improved no end on the recent versions of cake 1.3.* > > > i'm also using jquery ui themeroller styles for the rest of it as they are > > pretty easy to integrate and useful depending on how much ajax you are > > using. > > Thanks Mike - gone down the jQuery UI route also - cheers for that tip. > > Alex > > -- > Alex Bovey > Web Developer | Alex Bovey Consultancy Ltd > Registered in England & Wales no. 6471391 | VAT no. 934 8959 65 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
