memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / mancredit.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Patrons: Create Manual Credit<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <h2>Manual Credit</h2>
4 <form action="/cgi-bin/koha/members/mancredit.pl" method="post">
5 <input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
6
7 <table>
8         <tr><th scope="row">Patron Number</th><td><!-- TMPL_VAR Name="bornum" --></td></tr>
9         <tr><th scope="row">Credit Type</th><td><select name="type">
10 <option value="C">Credit</option>
11 <option value="F">Forgiven</option>
12 </select></td></tr>
13         <tr><th scope="row">Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
14         <tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
15         <tr><th scope="row">Amount</th><td>$<input type="text" name="amount" /></td></tr>
16 </table>
17
18 <input type="submit" name="add" value="Add Credit" />
19 </form>
20
21 <form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR Name="bornum" -->" name="bornum" /><input type="submit" value="Cancel" /></form>
22
23
24
25 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->