From 28eca1ec926e2971cf20d1ce18dafe6896fb7db8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 20 May 2011 15:22:11 -0400 Subject: [PATCH] Fix for Bug 6370 - news showing that it's for the opac when it's for the librarian interface T:T variable scope error. Signed-off-by: Katrin Fischer Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 4 ++-- 1 file 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 19242ed169..fbe4b4a226 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 -- 2.20.1