Usability: Display help text in sub administration pages
Ralf Stamm - August 29, 2006 - 17:11
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | usability |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (code needs work) |
Description
Let help text displayed in sub administration pages.
Thanks, Ralf
| Attachment | Size |
|---|---|
| display-help-text.patch | 3.73 KB |

#1
Because this changes strings, it needs to go against 6.x, as 5.x is in a string freeze.
Also, try and avoid escaping things whenever possible. Rather than:
t('Manage your site\'s content.')do:
t("Manage your site's content.")Otherwise, I think the patch looks good.
#2
rerolled
Patch uses the same strings like on the main admin page.
#3
Patch rerolled.
#4
Needs another re-roll.
#5
Patch rerolled.
#6
Bumping to 7.x in light of 6.x-dev's string freeze as of RC1.
#7
This patch no longer applies cleanly to core.
#8
Moving all usability issues to Drupal - component usability.