[Tickets #9713] Re: back to Horde button doesn't work
bugs at horde.org
bugs at horde.org
Sat Mar 26 19:51:03 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/9713
------------------------------------------------------------------------------
Ticket | 9713
Aktualisiert Von | michael.groene at zel.uni-hannover.de
Zusammenfassung | back to Horde button doesn't work
Warteschlange | Kronolith
Version | 3.0-RC1
Typ | Bug
Status | Assigned
Priorität | 2. Medium
Milestone | 3.0
Patch |
Zuständige | Michael Rubinsky
------------------------------------------------------------------------------
michael.groene at zel.uni-hannover.de (2011-03-26 19:51) hat geschrieben:
> I have just verified this is indeed the issue. If the
> initial_application pref is set to kronolith, then clicking the
> "Horde" menu item from kronolith's dynamic view brings you back to
> the dynamic view of kronolith. This also happens in Hermes' dynamic
> view (which isn't surprising, since it was based on kronolith's ajax
> view), but does NOT happen within (d)imp.
I posted last week about this issue, too. I will quote my mail for
completeness, though I believe its not to be depending on the
initial_application-pref (which is 'horde' by default, and I didn't
touch this), but on the detection of the webroot, which is (in my
case) just ''. This leads to href="", cause
$GLOBALS['registry']->get('webroot', $app) is empty.
----- my mail:
Hello,
I determined, that the link to Horde in the upper area of the site in
kronolith is wrong.
In kronolith/templates/index/index.inc, line 21 (see below), the
application-list is built. This works fine for IMP and Turba, but the
link for Horde has the href-Attribute empty in our installation.
Is this a mistake in the sourcecode, or is our webroot not detected correctly?
line 21:
<li><a href="<?php echo $GLOBALS['registry']->get('webroot', $app) ?>"
id="kronolithApplication-<?php echo $app ?>" title="<?php echo
$GLOBALS['registry']->get('name', $app) ?>"><img src="<?php echo
$GLOBALS['registry']->get('icon', $app) ?>" /> <?php echo
$GLOBALS['registry']->get('name', $app) ?></a></li>
More information about the bugs
mailing list