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
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;
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
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
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
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