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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt (-1 / +1 lines)
Lines 38-44 $(document).ready(function(){ Link Here
38
38
39
<fieldset class="rows">
39
<fieldset class="rows">
40
<legend>Manual credit</legend><ol>
40
<legend>Manual credit</legend><ol>
41
	<li><label for="type">Credit Type: </label><select name="type" id="type">
41
	<li><label for="type">Credit type: </label><select name="type" id="type">
42
<option value="C">Credit</option>
42
<option value="C">Credit</option>
43
<option value="FOR">Forgiven</option>
43
<option value="FOR">Forgiven</option>
44
</select></li>
44
</select></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt (-2 / +2 lines)
Lines 14-20 $(document).ready(function(){ Link Here
14
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'patron-search.inc' %]
15
[% INCLUDE 'patron-search.inc' %]
16
16
17
<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; Manual Invoice</div>
17
<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; Manual invoice</div>
18
18
19
<div id="doc3" class="yui-t2">
19
<div id="doc3" class="yui-t2">
20
   
20
   
Lines 40-46 $(document).ready(function(){ Link Here
40
[% ELSE %]
40
[% ELSE %]
41
<form action="/cgi-bin/koha/members/maninvoice.pl" method="post" id="maninvoice"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" />
41
<form action="/cgi-bin/koha/members/maninvoice.pl" method="post" id="maninvoice"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" />
42
	<fieldset class="rows">
42
	<fieldset class="rows">
43
	<legend>Manual Invoice</legend>
43
	<legend>Manual invoice</legend>
44
	<ol>
44
	<ol>
45
      <li>
45
      <li>
46
<script type="text/javascript">
46
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-2 / +1 lines)
Lines 82-88 function enableCheckboxActions(){ Link Here
82
</thead>
82
</thead>
83
<tfoot>
83
<tfoot>
84
<tr>
84
<tr>
85
    <td class="total" colspan="8">Total Due:</td>
85
    <td class="total" colspan="8">Total due:</td>
86
    <td>[% total | format('%.2f') %]</td>
86
    <td>[% total | format('%.2f') %]</td>
87
</tr>
87
</tr>
88
</tfoot>
88
</tfoot>
89
- 

Return to bug 11554