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

AttachmentSize
display-help-text.patch3.73 KB

#1

webchick - January 12, 2007 - 02:06
Version:x.y.z» 6.x-dev
Status:patch (code needs review)» patch (code needs work)

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

Ralf Stamm - January 12, 2007 - 02:37
Status:patch (code needs work)» patch (code needs review)

rerolled

Patch uses the same strings like on the main admin page.

AttachmentSize
display-help-text_0.patch4.75 KB

#3

Ralf Stamm - August 6, 2007 - 14:28

Patch rerolled.

AttachmentSize
display-help-text.txt4.36 KB

#4

catch - October 30, 2007 - 23:20
Status:patch (code needs review)» patch (code needs work)

Needs another re-roll.

#5

Ralf Stamm - October 31, 2007 - 08:12
Status:patch (code needs work)» patch (code needs review)

Patch rerolled.

AttachmentSize
display-help-text_0.txt4.69 KB

#6

keith.smith - January 8, 2008 - 03:22
Version:6.x-dev» 7.x-dev
Component:base system» documentation

Bumping to 7.x in light of 6.x-dev's string freeze as of RC1.

#7

birdmanx35 - January 26, 2008 - 16:01
Status:patch (code needs review)» patch (code needs work)

This patch no longer applies cleanly to core.

#8

Sutharsan - August 31, 2008 - 20:55
Component:documentation» usability

Moving all usability issues to Drupal - component usability.

 
 

Drupal is a registered trademark of Dries Buytaert.