Re: Checkboxes in admin

2008-08-22 Thread Alex Rades
On Fri, Aug 22, 2008 at 9:42 PM, Don Spaulding <[EMAIL PROTECTED]> wrote: > > > On Fri, Aug 22, 2008 at 12:12 PM, Alex Rades <[EMAIL PROTECTED]> wrote: >> >> Hi, >> Is there a reason for checkboxes (BooleanField) in admin having the >> label on the right side instead of left? > > Consistent alignm

Re: Checkboxes in admin

2008-08-22 Thread Scott Moonen
FWIW, I think this is a fairly consistent way that web and application UIs are designed. Checkboxes normally have their labels to the right. Go to Tools|Options in Firefox right now, or consider any number of well-designed web forms. (Kudos to the Django developers for using the label tag, too;

Re: Checkboxes in admin

2008-08-22 Thread Alex Rades
In the admin site, all fields have this kind of placement: label_a: formfield_a label_b: formfield_b but checkboxes are: formfield_c: label_c I think introducing this different behaviour only for checkboxes is aesthetically and logically wrong. On Fri, Aug 22, 2008 at 9:35 PM, Waylan Limberg

Re: Checkboxes in admin

2008-08-22 Thread Don Spaulding
On Fri, Aug 22, 2008 at 12:12 PM, Alex Rades <[EMAIL PROTECTED]> wrote: > > Hi, > Is there a reason for checkboxes (BooleanField) in admin having the > label on the right side instead of left? Consistent alignment? --~--~-~--~~~---~--~~ You received this message

Re: Checkboxes in admin

2008-08-22 Thread Waylan Limberg
On Fri, Aug 22, 2008 at 1:12 PM, Alex Rades <[EMAIL PROTECTED]> wrote: > > Hi, > Is there a reason for checkboxes (BooleanField) in admin having the > label on the right side instead of left? Isn't that how check boxes are generally displayed? I don't recall them the other way anywhere - and woul

Checkboxes in admin

2008-08-22 Thread Alex Rades
Hi, Is there a reason for checkboxes (BooleanField) in admin having the label on the right side instead of left? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send