Bug 7122 - Add a div to opac-messaging.tt to facilitate consistent styling across...
authorLiz Rea <lrea@nekls.org>
Mon, 31 Oct 2011 21:16:34 +0000 (16:16 -0500)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 6 Dec 2011 11:11:28 +0000 (12:11 +0100)
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>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tt

index 93a717f..a92d71d 100644 (file)
@@ -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="&gt;" border="0" /> Your Messaging Settings</h3>
 </form>
 </div>
 </div>
+</div>
 <div class="yui-b">
 <div id="leftmenus" class="container">
 [% INCLUDE 'navigation.inc' IsPatronPage=1 %]