Problem: Ikon-Menüzeile bricht um das Eingabefeld im Menü um
Lösung: erst das Menü printen und dann das Eingabefeld ausgeben lassen

Beispiel

<form name="tjump" method="get" action="<?php echo Horde::applicationUrl('ticket/', false, -1) ?>">
<?php echo Util::formInput() ?>
<div id="menu"> <?php echo Whups::getMenu('string') ?> <span Xclass="rightFloat" style="float: right;">
  <input type="text" class="fixed" size="8" name="id" value="<?php echo _("#Id") ?>"
onfocus="this.value='';" /> <input type="submit"
onclick="if (!document.tjump.id.value) return false;"
class="button" value="<?php echo _("Go") ?>" />
 </span> <br class="clear" />
</div>
</form>
<?php echo Util::nonInputVar('menuBottom');
$GLOBALS['notification']->notify(array('listeners' => 'status')) ?>
whups/templates/menu.inc lines 1-14/14 (END)