Correcting mistake in yesterday's update (changed name instead of id of form input...
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / mancredit.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Patrons: Create Manual Credit<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="members-topmenu.inc" -->
4 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
5
6 <div id="main"><h3>Manual Credit</h3>
7 <div class="form">
8 <form class="inline" action="/cgi-bin/koha/mancredit.pl" method="post">
9 <input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
10 <table>
11         <tr><th>Patron Number</th><td><!-- TMPL_VAR Name="bornum" --></td></tr>
12         <tr><th>Credit Type</th><td><select name="type">
13 <option value="C">Credit</option>
14 <option value="F">Forgiven</option>
15 </select></td></tr>
16         <tr><th>Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
17         <tr><th>Description</th><td><input type="text" name="desc" size="50" /></td></tr>
18         <tr><th>Amount</th><td><input type="text" name="amount" /></td></tr>
19 </table>
20 <input type="submit" name="add" class="submit" value="Add Credit" />
21 </form> <form class="inline" action="/cgi-bin/koha/boraccount.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR Name="bornum" -->" name="bornum" /><input type="submit" class="cancel" value="Cancel" /></form>
22 </div>
23 </div>
24
25 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->