[Patches] [PATCH] Bug 7128 : Follow up, adding the id to the case when a user

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Fri Nov 4 19:56:29 NZDT 2011


From: Chris Cormack <chrisc at catalyst.net.nz>
Date: Thu, 3 Nov 2011 15:43:48 +1300
Subject: [PATCH] Bug 7128 : Follow up, adding the id to the case when a user
 is not logged in

---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt
index af6447d..7068a87 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt
@@ -10,18 +10,18 @@
 	<div id="yui-main">
 
 	<div class="yui-b">
-		[% IF ( opacuserlogin ) %]
-	    [% IF ( loggedinusername ) %]
-			<div id="loggedin" class="yui-g">
-			<div>
-			[% ELSE %]
-		<div class="yui-ge">
-		<div class="yui-u first">
+     [% IF ( opacuserlogin ) %]
+	 [% IF ( loggedinusername ) %]
+	     <div id="loggedin" class="yui-g">
+	     <div>
+	 [% ELSE %]
+	     <div id="notloggedin" class="yui-ge">
+	     <div class="yui-u first">
+         [% END %]
+     [% ELSE %]
+         <div id="notloggedin" class="yui-g">
+	 <div>
     [% END %]
-	[% ELSE %]
-		<div id="notloggedin" class="yui-g">
-		<div>
-	[% END %]
 	
 	[% IF ( koha_news_count ) %]
 <div id="news" class="container">
-- 
1.7.5.4


More information about the Patches mailing list