Bugzilla – Attachment 6130 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]
signed off patch
0001-Bug-7122-Add-a-div-to-opac-messaging.tt-to-facilitat.patch (text/plain), 1.41 KB, created by
Arslan Farooq
on 2011-11-01 11:06:42 UTC
(
hide
)
Description:
signed off patch
Filename:
MIME Type:
Creator:
Arslan Farooq
Created:
2011-11-01 11:06:42 UTC
Size:
1.41 KB
patch
obsolete
>From f97f5a9490a435a1d9ccb81c5cf5f1dce65823d1 Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Mon, 31 Oct 2011 16:16:34 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7122 - Add a div to opac-messaging.tt to > facilitate consistent styling across OPAC user > pages. > >To test: >verify that the div <div class="yui-g" id="usermessaging"> appears and can be styled via opacusercss. > >Signed-off-by: Arslan Farooq <arslanone@gmail.com> >--- > .../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.4.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 7122
:
6126
| 6130