The content of the selector already explain what you select... This info is useless and take to much space on a two cols website.

Comments

markus_petrux’s picture

Category: bug » feature

This could be hidden using CSS.

#content-type-selector-wrapper label {
  display: none;
}

...or removing the label from content_type_selector.js.

Which one? I'm fine either way.

gagarine’s picture

For me you can completely remove this label from the JS. And I'm pretty sure nobody need it to understand the switch. Anny way if you prefer to use CSS, rename the label in "type:" in the JS instead of "switch type".

Edit: after some reflexion... it's more accessible with a hidden label for disability people BUT js is not accessible.. so

markus_petrux’s picture

Status: Active » Fixed

Commited to CVS. I have added the CSS stuff, but also changed the label to "Type:".

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.