Logical error where closing tags for LI and OL were inside the (2nd half of the)...
[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 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="members-search.inc" -->
8
9 <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 Credit</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <h2>Manual Credit</h2>
18 <form action="/cgi-bin/koha/members/mancredit.pl" method="post">
19 <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" />
20
21 <table>
22         <tr><th scope="row">Patron Number</th><td><!-- TMPL_VAR Name="borrowernumber" --></td></tr>
23         <tr><th scope="row">Credit Type</th><td><select name="type">
24 <option value="C">Credit</option>
25 <option value="F">Forgiven</option>
26 </select></td></tr>
27         <tr><th scope="row">Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
28         <tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
29         <tr><th scope="row">Amount</th><td>$<input type="text" name="amount" /></td></tr>
30 </table>
31
32 <input type="submit" name="add" value="Add Credit" />
33 </form>
34
35 <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>
36
37
38 </div>
39 </div>
40
41 <div class="yui-b">
42 <!-- TMPL_INCLUDE NAME="members-menu.inc" -->
43 </div>
44 </div>
45 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->