[gollem] [patch] typo in gollem/templates/manager/header.inc

Martin Luethi horde at humbapa.ch
Thu Feb 5 01:42:00 PST 2004


hi list,

attached is a small patch who fixes a typo in
gollem/templates/manager/header.inc
(missing ',' on line 15)


g. tinu
-------------- next part --------------
Index: header.inc
===================================================================
RCS file: /repository/gollem/templates/manager/header.inc,v
retrieving revision 1.27
diff -u -r1.27 header.inc
--- header.inc	5 Feb 2004 00:54:39 -0000	1.27
+++ header.inc	5 Feb 2004 09:39:11 -0000
@@ -12,7 +12,7 @@
 <table border="0" width="100%" cellpadding="0" cellspacing="0">
 <tr>
   <td align="left" width="40%" class="header">
-    <?php echo Horde::link(Horde::selfUrl(), sprintf("%s %s", _("Refresh"), $_SESSION['gollem'][$backend_key]['label']), 'menuitem') . Horde::img('reload.gif', sprintf("%s %s", _("Refresh"), htmlspecialchars($_SESSION['gollem'][$backend_key]['label'])), 'hspace="2"' $GLOBALS['registry']->getParam('graphics', 'horde')) ?></a>
+    <?php echo Horde::link(Horde::selfUrl(), sprintf("%s %s", _("Refresh"), $_SESSION['gollem'][$backend_key]['label']), 'menuitem') . Horde::img('reload.gif', sprintf("%s %s", _("Refresh"), htmlspecialchars($_SESSION['gollem'][$backend_key]['label'])), 'hspace="2"', $GLOBALS['registry']->getParam('graphics', 'horde')) ?></a>
 <?php if (Gollem::getDir($backend_key) != Gollem::getRoot($backend_key)) {
           $up_link = Util::addParameter(Horde::applicationUrl('manager.php'), 'backend_key', $backend_key);
           $up_link = Util::addParameter($up_link, 'dir', !strstr(Gollem::getDir($backend_key), '/') ? '' : dirname(Gollem::getDir($backend_key)));


More information about the gollem mailing list