[dev] Re: [cvs] commit: horde/services/portal menu.php

Joel Vandal jvandal at infoteck.qc.ca
Wed Oct 8 17:08:04 PDT 2003


Hi Chuck,

>
http://cvs.horde.org/diff.php/horde/services/portal/menu.php?r1=2.48&r2=2.49&ty=u

Here a little patch for service/portal/menu.php that will "right align" the
arrow, the look is better IMHO... sorry I've not made a diff patch since
they contain my patch for "Application permissions" :)

For general heading :

$text = '<table border="0" cellpadding="0" cellspacing="0"
width="100%"><tr><td>';
$text .= $link . $params['name'] ;
$text .= '</td><td>' . Horde::img('tree/arrow-collapsed.gif', '',
'id="arrow_' . $app . '"') . '</a></td></tr></table>';

For Administration header :

$menutext .= '<tr><td align="center" width="28" height="20">' . $link .
Horde::img('administration.gif', _("Administration")) . '</a></td><td>' .
$link . _("Administration") . Horde::img('tree/arrow-collapsed.gif', '',
'id="arrow_administration"') . '</a></td></tr></table>';

--
Joel Vandal
Infoteck Internet




More information about the dev mailing list