Re: additional Admin option for fieldsets

2006-03-28 Thread Wilson
Nope, I just didn't notice you had added that. Looks great. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsub

Re: additional Admin option for fieldsets

2006-03-24 Thread Luke Plant
On Thursday 23 March 2006 21:48, Wilson Miner wrote: > Too crufty to wrap it in a div class="description" so I can set it > off somehow in the styles? I'm not quite sure what you mean - I had already wrapped it in and added some padding - were you saying that was crufty? I've committed my chan

Re: additional Admin option for fieldsets

2006-03-23 Thread Adrian Holovaty
On 3/21/06, Luke Plant <[EMAIL PROTECTED]> wrote: > What do people think about the attached patch? It adds an optional > 'description' item to the Admin fieldset options. This text is then > added verbatim at the top of a fieldset, underneath the 'h2' heading, > and above the form fields in that

Re: additional Admin option for fieldsets

2006-03-23 Thread James Bennett
On 3/23/06, Wilson Miner <[EMAIL PROTECTED]> wrote: > Too crufty to wrap it in a div class="description" so I can set it off > somehow in the styles? How about p class="description"? It's a bit more semantic. -- "May the forces of evil become confused on the way to your house." -- George Carli

Re: additional Admin option for fieldsets

2006-03-23 Thread Wilson Miner
Too crufty to wrap it in a div class="description" so I can set it off somehow in the styles? On 3/23/06, Luke Plant <[EMAIL PROTECTED]> wrote: > > On Thursday 23 March 2006 17:31, wiz wrote: > > > http://files.lukeplant.fastmail.fm/public/admin_with_description.pn > > >g > > > > oops... 500: inf

Re: additional Admin option for fieldsets

2006-03-23 Thread Luke Plant
On Thursday 23 March 2006 17:31, wiz wrote: > > http://files.lukeplant.fastmail.fm/public/admin_with_description.pn > >g > > oops... 500: infernal server error Bizarre - I'm sure I checked the link, but now for some reason it doesn't like that file. Thanks for letting me know. Try this: http://

Re: additional Admin option for fieldsets

2006-03-23 Thread wiz
> http://files.lukeplant.fastmail.fm/public/admin_with_description.png oops... 500: infernal server error --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Re: additional Admin option for fieldsets

2006-03-22 Thread Luke Plant
On Wednesday 22 March 2006 16:21, Wilson Miner wrote: > But what does it look like? :) Nothing fancy: http://files.lukeplant.fastmail.fm/public/admin_with_description.png BTW, Wilson, I found that the form controls in the admin don't have a background colour set so they inherit whatever is se

Re: additional Admin option for fieldsets

2006-03-22 Thread Wilson Miner
But what does it look like? :) On 3/21/06, Luke Plant <[EMAIL PROTECTED]> wrote: > Hi all, > > I've got an app that has a long form which requires a fair amount of > descriptive text, usually at the beginning of a section of form fields. > Apart from this, it is a perfect fit to the admin functio

additional Admin option for fieldsets

2006-03-21 Thread Luke Plant
Hi all, I've got an app that has a long form which requires a fair amount of descriptive text, usually at the beginning of a section of form fields. Apart from this, it is a perfect fit to the admin functionality. What do people think about the attached patch? It adds an optional 'descript