Bugzilla – Attachment 6211 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]
Signed-off patches, squashed
0001-SIGNED-OFF-Bug-7128-adding-some-ID-s-to-make-styling.patch (text/plain), 1.65 KB, created by
Owen Leonard
on 2011-11-04 19:19:34 UTC
(
hide
)
Description:
Signed-off patches, squashed
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-11-04 19:19:34 UTC
Size:
1.65 KB
patch
obsolete
>From f1458a9a40ff1b25df91b16bbca26141748f9f77 Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Tue, 1 Nov 2011 14:01:17 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7128 - adding some ID's to make styling opac-main.tt a bit easier >Content-Type: text/plain; charset="utf-8" > >To test: >verify that the loggedin id is added when user is logged in >verify that the notloggedin id is evident when no user is logged in. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> > >Bug 7128 : Follow up, adding the id to the case when a user is not logged in > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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 b6219c3..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 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 class="yui-g"> >- <div> >- [% END %] > > [% IF ( koha_news_count ) %] > <div id="news" class="container"> >-- >1.7.3 >
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