Closed (fixed)
Project:
Content Type Selector
Version:
6.x-1.2
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 10:05 UTC
Updated:
4 Oct 2009 at 09:30 UTC
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
Comment #1
markus_petrux commentedThis could be hidden using CSS.
...or removing the label from content_type_selector.js.
Which one? I'm fine either way.
Comment #2
gagarine commentedFor 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
Comment #3
markus_petrux commentedCommited to CVS. I have added the CSS stuff, but also changed the label to "Type:".