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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-4 / +3 lines)
Lines 3-9 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Price %]
4
[% USE Price %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Patrons &rsaquo; Pay Fines for  [% borrower.firstname %] [% borrower.surname %]</title>
6
<title>Koha &rsaquo; Patrons &rsaquo; Pay Fines for  [% borrower.firstname |html %] [% borrower.surname |html %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type= "text/javascript">
9
<script type= "text/javascript">
Lines 48-54 function enableCheckboxActions(){ Link Here
48
[% INCLUDE 'header.inc' %]
48
[% INCLUDE 'header.inc' %]
49
[% INCLUDE 'patron-search.inc' %]
49
[% INCLUDE 'patron-search.inc' %]
50
50
51
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Pay fines for [% borrower.firstname %] [% borrower.surname %]</div>
51
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Pay fines for [% borrower.firstname |html %] [% borrower.surname |html %]</div>
52
52
53
<div id="doc3" class="yui-t2">
53
<div id="doc3" class="yui-t2">
54
   
54
   
Lines 169-175 function enableCheckboxActions(){ Link Here
169
</fieldset>
169
</fieldset>
170
</form>
170
</form>
171
[% ELSE %]
171
[% ELSE %]
172
    <p>[% borrower.firstname %] [% borrower.surname %] has no outstanding fines.</p>
172
    <p>[% borrower.firstname |html %] [% borrower.surname |html %] has no outstanding fines.</p>
173
[% END %]
173
[% END %]
174
</div></div>
174
</div></div>
175
175
176
- 

Return to bug 19614