The admin help links in the admin theme should dynamically point to the relevant module help instead of the admin/help page.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | context_sensitive_help.diff | 1.4 KB | robin monks |
The admin help links in the admin theme should dynamically point to the relevant module help instead of the admin/help page.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | context_sensitive_help.diff | 1.4 KB | robin monks |
Comments
Comment #1
traemccombs commentedComment #2
robin monks commentedI have looked more carefuly into this, and this is realy a core issue. It requires, at the least, a dedicated module.
I recomend this be retitled "Content sentisitive help links on admin pages" and move it to Drupal.
The main reason is this would require a complete tally of the module's help pages, and modules installed. Both of those are things a theme realy has no business doing. It would break continualy, and it would basicly be a big ugly hack.
Robin
Comment #3
traemccombs commentedThis is being closed, and moved to Drupal core help.module per Robin Monks.
New bug is: http://drupal.org/node/36113
Comment #4
robin monks commentedThis is a version that was added in theme HEAD. I'm working on a drupal version of this for all themes.
Robin