More changes to enable YUI-Grids CSS layout
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / mancredit.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Borrowers &rsaquo; Create Manual Credit</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="header.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-members.inc" -->
6
7 <div id="doc3" class="yui-t2">
8    
9    <div id="bd">
10         <div id="yui-main">
11         <div class="yui-b"><div class="yui-g">
12
13 <h2>Manual Credit</h2>
14 <form action="/cgi-bin/koha/members/mancredit.pl" method="post">
15 <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" />
16
17 <table>
18         <tr><th scope="row">Patron Number</th><td><!-- TMPL_VAR Name="borrowernumber" --></td></tr>
19         <tr><th scope="row">Credit Type</th><td><select name="type">
20 <option value="C">Credit</option>
21 <option value="F">Forgiven</option>
22 </select></td></tr>
23         <tr><th scope="row">Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
24         <tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
25         <tr><th scope="row">Amount</th><td>$<input type="text" name="amount" /></td></tr>
26 </table>
27
28 <input type="submit" name="add" value="Add Credit" />
29 </form>
30
31 <form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR Name="borrowernumber" -->" name="borrowernumber" /><input type="submit" value="Cancel" /></form>
32
33
34 </div>
35 </div>
36 </div>
37
38 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
39 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->