Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
menu.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Aug 2010 at 17:06 UTC
Updated:
29 Sep 2010 at 17:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
Bojhan commentedTotally wierd we didn't add one in there. Applied here.
Comment #2
mgiffordI overlooked something with this in patch one. The @row would still be displayed which is confusing. I've cleaned this up now. Sorry. I also standardized it with the weight in the same form.
It can be tested here: admin/structure/menu/manage/management
Sorry. I really should have seen that.
Comment #3
Everett Zufelt commentedCan we please get a reroll of this to be consistent with the approach in #882688: Label missing in block admin page?
Use @var instead of !var placeholder (menu item titles are user entered).
Perhaps change wording of title for enabled.
'Enable @title menu item'
Thanks
Comment #4
mgiffordYup, that is better.
Comment #5
Everett Zufelt commentedLooks good. Simple patch to add some labels to form controls.
Comment #6
sun"item" should be "link"
Powered by Dreditor.
Comment #7
mgiffordThanks @sun! I've re-rolled with the enhancement.
Comment #8
sunPlease merge this patch into #882694: Add missing form element titles for accessibility. Thanks.