From ee27d8e2f9b3c57d0941218809b706fce7c8c0c2 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 20 May 2011 15:22:11 -0400 Subject: [PATCH] [SIGNED-OFF] Fix for Bug 6370 - news showing that it's for the opac when it's for the librarian interface Content-Type: text/plain; charset="utf-8" T:T variable scope error. Signed-off-by: Katrin Fischer --- .../prog/en/modules/tools/koha-news.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt index 19242ed..fbe4b4a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -172,10 +172,10 @@ Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %] - [% IF ( lang == 'koha' ) %] + [% IF ( opac_new.lang == 'koha' ) %] Librarian interface [% ELSE %] - [% IF ( lang == 'slip' ) %] + [% IF ( opac_new.lang == 'slip' ) %] Slip [% ELSE %] OPAC -- 1.7.4.1