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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/