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

Owen Leonard oleonard at myacpl.org
Fri Dec 17 15:46:40 CET 2010


The cause of this bug was the removal of a closing <!-- /TMPL_IF -->
in a recent commit.
---
 .../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.7.1



More information about the Koha-patches mailing list