|
Lines 30-35
Link Here
|
| 30 |
<div class="yui-b"> |
30 |
<div class="yui-b"> |
| 31 |
[% INCLUDE 'circ-toolbar.inc' %] |
31 |
[% INCLUDE 'circ-toolbar.inc' %] |
| 32 |
<h1>Circulation History</h1> |
32 |
<h1>Circulation History</h1> |
|
|
33 |
[% IF ( loop_reading ) %] |
| 33 |
<form action="/cgi-bin/koha/members/readingrec.pl" method="get"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /></form> |
34 |
<form action="/cgi-bin/koha/members/readingrec.pl" method="get"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /></form> |
| 34 |
|
35 |
|
| 35 |
<div id="pagertable_readingrec"> |
36 |
<div id="pagertable_readingrec"> |
|
Lines 78-84
Link Here
|
| 78 |
</tr> |
79 |
</tr> |
| 79 |
[% END %] |
80 |
[% END %] |
| 80 |
</table> |
81 |
</table> |
| 81 |
|
82 |
[% ELSE %] |
|
|
83 |
<div class="dialog message">This patron has no circulation history.</div> |
| 84 |
[% END %] |
| 82 |
</div> |
85 |
</div> |
| 83 |
</div> |
86 |
</div> |
| 84 |
|
87 |
|
| 85 |
- |
|
|