Bugzilla – Attachment 6126 Details for
Bug 7122
Adding divs to opac-messaging.tt to aid OPAC css styling
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7122 - Add a div to opac-messaging.tt to facilitate consistent styling across OPAC user pages.
Bug-7122---Add-a-div-to-opac-messagingtt-to-facili.patch (text/plain), 1.38 KB, created by
Liz Rea
on 2011-10-31 21:26:46 UTC
(
hide
)
Description:
Bug 7122 - Add a div to opac-messaging.tt to facilitate consistent styling across OPAC user pages.
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-10-31 21:26:46 UTC
Size:
1.38 KB
patch
obsolete
>From b52a34d6643ffe1e0b7be3738271043e5258144c Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Mon, 31 Oct 2011 16:16:34 -0500 >Subject: [PATCH] Bug 7122 - Add a div to opac-messaging.tt to facilitate consistent styling across OPAC user pages. >Content-Type: text/plain; charset="utf-8" > >To test: >verify that the div <div class="yui-g" id="usermessaging"> appears and can be styled via opacusercss. >--- > .../opac-tmpl/prog/en/modules/opac-messaging.tt | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tt >index 93a717f..a92d71d 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tt >@@ -22,7 +22,7 @@ > [% INCLUDE 'masthead.inc' %] > > <div id="yui-main"> >- <div class="yui-b"> >+ <div class="yui-b"><div class="yui-g" id="usermessaging"> > > [% FOREACH BORROWER_INF IN BORROWER_INFO %] > <h3><a href="/cgi-bin/koha/opac-user.pl">[% BORROWER_INF.firstname %] [% BORROWER_INF.surname %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt=">" border="0" /> Your Messaging Settings</h3> >@@ -140,6 +140,7 @@ > </form> > </div> > </div> >+</div> > <div class="yui-b"> > <div id="leftmenus" class="container"> > [% INCLUDE 'navigation.inc' IsPatronPage=1 %] >-- >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 7122
:
6126
|
6130