Usability change: Added example of 5.00 to fines/manual credit and fines/manual invoi...
[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="patron-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 <!-- TMPL_INCLUDE NAME="members-toolbar.inc" -->
17
18 <!-- The manual invoice and credit buttons -->
19 <div class="toptabs">
20 <ul class="ui-tabs-nav">
21         <li><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Account</a></li>
22         <li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->" >Pay fines</a></li>
23         <li><a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->" >Create Manual Invoice</a></li>
24         <li class="ui-tabs-selected"><a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->" >Create Manual Credit</a></li>
25 </ul>
26 <div class="tabs-container">
27
28 <form action="/cgi-bin/koha/members/mancredit.pl" method="post">
29 <input type="hidden" name="borrowernumber" id="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" />
30
31 <fieldset class="rows">
32 <legend>Manual Credit</legend><ol>
33         <li><label for="type">Credit Type: </label><select name="type" id="type">
34 <option value="C">Credit</option>
35 <option value="FOR">Forgiven</option>
36 </select></li>
37         <li><label for="barcode">Barcode: </label><input type="text" name="barcode" id="barcode" /></li>
38         <li><label for="desc">Description: </label><input type="text" name="desc" size="50" id="desc" /></li>
39         <li><label for="amount">Amount: </label><input type="text" name="amount" id="amount" /> Example: 5.00</li>
40 </ol></fieldset>
41
42 <fieldset class="action"><input type="submit" name="add" value="Add Credit" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Cancel</a></fieldset>
43 </form>
44
45 </div></div>
46
47 </div>
48 </div>
49
50 <div class="yui-b">
51 <!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
52 </div>
53 </div>
54 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->