Bugzilla – Attachment 6157 Details for
Bug 7128
logged in and logged out states of opac-main.tt are hard to style
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7128 : Follow up, adding the id to the case when a user is not logged in
Bug-7128--Follow-up-adding-the-id-to-the-case-when.patch (text/plain), 1.33 KB, created by
Chris Cormack
on 2011-11-03 02:45:03 UTC
(
hide
)
Description:
Bug 7128 : Follow up, adding the id to the case when a user is not logged in
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-11-03 02:45:03 UTC
Size:
1.33 KB
patch
obsolete
>From bac54abf6789d029a4db88ac70ead2db06104b0e Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7128
:
6133
|
6156
|
6157
|
6211