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

Nicole Engard nengard at gmail.com
Fri Dec 17 17:14:38 CET 2010


Ignore this please - there is still an issue to be addressed.

On Thu, Dec 16, 2010 at 2:57 AM, Nicole Engard
<nengard at bywatersolutions.com> wrote:
> 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
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha-community.org
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
> website : http://www.koha-community.org/
> git : http://git.koha-community.org/
> bugs : http://bugs.koha-community.org/
>


More information about the Koha-patches mailing list