[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 5513 - staff client display screwy if you don't have all permissions

Nicole Engard nengard at bywatersolutions.com
Thu Dec 16 08:57:42 CET 2010


From: Owen Leonard <oleonard at myacpl.org>

The cause of this bug was the removal of a closing <!-- /TMPL_IF -->
in a recent commit.

Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
---
 .../intranet-tmpl/prog/en/includes/header.inc      |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
index be4e1b8..4a81e97 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
@@ -24,6 +24,7 @@
                             <!-- /TMPL_IF -->
                             <!-- TMPL_IF NAME="CAN_user_editauthorities" -->
                             <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
+                            <!-- /TMPL_IF -->
                             <!-- TMPL_IF NAME="CAN_user_serials" -->
                             <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
                             <!-- /TMPL_IF -->
-- 
1.5.6.5



More information about the Koha-patches mailing list