From f78dbcdfb8200e75cc795447bc6b513257966021 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 23 Nov 2009 21:01:14 +1300 Subject: [PATCH] Bug 3800 - Misplaced IF was causing the no permission message never to be displayed --- koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl index 274a1acab6..4471edd2ca 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl @@ -16,14 +16,13 @@
- - -

Log In to Your Account

Sorry, the system doesn't think you have permission to access this page.

- + + +

Log In to Your Account

Sorry, your session has timed out. Please log in again.

-- 2.39.5