Lines 22-28
Link Here
|
22 |
[% INCLUDE 'masthead.inc' %] |
22 |
[% INCLUDE 'masthead.inc' %] |
23 |
|
23 |
|
24 |
<div id="yui-main"> |
24 |
<div id="yui-main"> |
25 |
<div class="yui-b"> |
25 |
<div class="yui-b"><div class="yui-g" id="usermessaging"> |
26 |
|
26 |
|
27 |
[% FOREACH BORROWER_INF IN BORROWER_INFO %] |
27 |
[% FOREACH BORROWER_INF IN BORROWER_INFO %] |
28 |
<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> |
28 |
<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> |
Lines 140-145
Link Here
|
140 |
</form> |
140 |
</form> |
141 |
</div> |
141 |
</div> |
142 |
</div> |
142 |
</div> |
|
|
143 |
</div> |
143 |
<div class="yui-b"> |
144 |
<div class="yui-b"> |
144 |
<div id="leftmenus" class="container"> |
145 |
<div id="leftmenus" class="container"> |
145 |
[% INCLUDE 'navigation.inc' IsPatronPage=1 %] |
146 |
[% INCLUDE 'navigation.inc' IsPatronPage=1 %] |
146 |
- |
|
|