Minor markup and style changes
This commit is contained in:
parent
9f8b947af0
commit
992aa614d7
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
|
||||
|
||||
<div id="main"><h3>Manual Credit</h3>
|
||||
<div class="form">
|
||||
<form class="inline" action="/cgi-bin/koha/mancredit.pl" method="post">
|
||||
<input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
|
||||
<div class="data">
|
||||
<table>
|
||||
<tr><th>Patron Number</th><td><!-- TMPL_VAR Name="bornum" --></td></tr>
|
||||
<tr><th>Credit Type</th><td><select name="type">
|
||||
|
@ -15,11 +15,12 @@
|
|||
</select></td></tr>
|
||||
<tr><th>Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
|
||||
<tr><th>Description</th><td><input type="text" name="desc" size="50" /></td></tr>
|
||||
<tr><th>Amount</th><td><input type="text" name="amount" /></td></tr>
|
||||
<tr><th>Amount</th><td>$<input type="text" name="amount" /></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<input type="submit" name="add" class="submit" value="Add Credit" />
|
||||
</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>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->
|
Loading…
Reference in a new issue