Bugzilla – Attachment 6156 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 - adding some ID's to make styling opac-main.tt a bit easier
Bug-7128---adding-some-IDs-to-make-styling-opac-ma.patch (text/plain), 1.14 KB, created by
Chris Cormack
on 2011-11-03 02:44:48 UTC
(
hide
)
Description:
Bug 7128 - adding some ID's to make styling opac-main.tt a bit easier
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-11-03 02:44:48 UTC
Size:
1.14 KB
patch
obsolete
>From 6b8b0cac72988488dc7734399ea3200965a643ce Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Tue, 1 Nov 2011 14:01:17 -0500 >Subject: [PATCH] Bug 7128 - adding some ID's to make styling opac-main.tt a > bit easier > >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> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 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..af6447d 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt >@@ -12,14 +12,14 @@ > <div class="yui-b"> > [% IF ( opacuserlogin ) %] > [% IF ( loggedinusername ) %] >- <div class="yui-g"> >+ <div id="loggedin" class="yui-g"> > <div> > [% ELSE %] > <div class="yui-ge"> > <div class="yui-u first"> > [% END %] > [% ELSE %] >- <div class="yui-g"> >+ <div id="notloggedin" class="yui-g"> > <div> > [% END %] > >-- >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