Closed (fixed)
Project:
Book access
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2009 at 20:04 UTC
Updated:
24 Feb 2010 at 21:40 UTC
The help given in the settings page is too long, and it takes most of the page (even using a resolution like 1280x1024).
The help in that page should be two lines, and the rest of the text should be moved in the module help text.
Also, normally in the text help appear a link saying More help
that is automatically added from Drupal, if the module handles the help text for a specific page.
Comments
Comment #1
avpadernoThe help text includes too much HTML tags <p> that are passed to
t(); the text should be split before those HTML tags, to avoid they are included in the string to translate.It would be also better to put the help text on a single code line.
Comment #2
avpadernoThe code has been changed, and committed in CVS.