Bugzilla – Attachment 6133 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.12 KB, created by
Liz Rea
on 2011-11-01 19:10:28 UTC
(
hide
)
Description:
Bug 7128 - adding some ID's to make styling opac-main.tt a bit easier
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-11-01 19:10:28 UTC
Size:
1.12 KB
patch
obsolete
>From 0b211cb5b183ff78efdc4b101331a7b3ba4a5768 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 >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. >--- > 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.2.5
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