Summary | Help template has errors |
Queue | Horde Base |
Queue Version | 2.2.5 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | alancio256 (at) hotmail (dot) com |
Created | 11/22/2004 (7505 days ago) |
Due | |
Updated | 11/22/2004 (7505 days ago) |
Assigned | |
Resolved | 11/22/2004 (7505 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
you won't get a valid HTML pages, as the broken fonts in your second
screenshot clearly shows.
If you change common-header.inc, make sure that your logo doesn't get
included if called from help.php.
I can't find the "delete attachment" option anywhere...
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Help template has errors
Queue ⇒ Horde Base
logo) You'll discover that the help window templates have the
following errors:
in horde/templates/help/index.inc the frameset rows should be:
<frameset rows="*,*"
instead of <frameset rows="30,*"
in horde/help.php common-header.inc should be included only if
$show=='menu', instead of $show=='index' (this is to avoid including
common-header twice).