[symfony-users] Re: custom view in admin generator + icon theme

2008-02-01 Thread netzzwerg
Hi, the icons used by the symfony admin generator and by scaffolding are the Silk Icons from famfamfam.com. The Set with 1000 Icons is under Creative Commons Attribution 2.5 License. greets Hauskapellmeister On Jan 31, 3:30 pm, Charley Tiggs <[EMAIL PROTECTED]> wrote: > The resources I sent you

[symfony-users] Re: custom view in admin generator + icon theme

2008-01-31 Thread Charley Tiggs
The resources I sent you to answers these questions for you. For your customized updates, basically, you need to override the update method in your action.class.php file that was generated. You can see the parent update method in the cache. For your custom actions, edit generator.yml to inclu

[symfony-users] Re: custom view in admin generator + icon theme

2008-01-31 Thread pihentagy
Hi! Well, my post was too short. I mean custom view, as opposed to customised view. I'd like to have some custom actions, which have their own view. Imagine you can edit the same record with different aspects. So, instead of customising edit view, I though it would be good to have say: edit, edit

[symfony-users] Re: custom view in admin generator + icon theme

2008-01-30 Thread Charley Tiggs
Take a look at . Also take a gander at the movie and some of the tutorials: Charley [EMAIL PROTECTED] said on Wednesday, January 30, 2008: > >Hi all! > >If I understand correctly, it is possible,