View | Details | Raw Unified | Return to bug 6162
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tt (-2 / +1 lines)
Lines 22-28 $(document).ready(function(){ Link Here
22
	<div class="yui-b"><div class="yui-g">
22
	<div class="yui-b"><div class="yui-g">
23
<div id="userreadingrecord" class="container">
23
<div id="userreadingrecord" class="container">
24
<!--CONTENT-->
24
<!--CONTENT-->
25
<h3><a href="/cgi-bin/koha/opac-user.pl">[% firstname %] [% surname %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Checkout History</h3>
25
<h3><a href="/cgi-bin/koha/opac-user.pl">[% FOREACH BORROWER_INF IN BORROWER_INFO %][% BORROWER_INF.firstname %] [% BORROWER_INF.surname %][% END %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Checkout History</h3>
26
26
27
[% UNLESS ( count ) %]
27
[% UNLESS ( count ) %]
28
You have never borrowed anything from this library.
28
You have never borrowed anything from this library.
29
- 

Return to bug 6162