koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en maninvoice.tmpl,1.2,


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en maninvoice.tmpl,1.2,1.3
Date: Wed, 16 Feb 2005 11:22:59 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16696/koha-tmpl/intranet-tmpl/npl/en

Modified Files:
        maninvoice.tmpl 
Log Message:
Minor markup changes

Index: maninvoice.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/maninvoice.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** maninvoice.tmpl     13 Apr 2004 16:50:26 -0000      1.2
--- maninvoice.tmpl     16 Feb 2005 19:22:56 -0000      1.3
***************
*** 6,12 ****
  
  <div id="main">
! <h3>Manual Invoice</h3>
! <div class="form"><form class="inline" action="/cgi-bin/koha/maninvoice.pl" 
method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR 
Name="bornum" -->" />
!       <table>
        <tr><th>Borrowernumber</th><td><!-- TMPL_VAR Name="bornum" --></td></tr>
        <tr><th>Type</th><td><select name="type">
--- 6,12 ----
  
  <div id="main">
! <form class="inline" action="/cgi-bin/koha/maninvoice.pl" 
method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR 
Name="bornum" -->" />
!       <div class="data"><table>
!       <caption>Manual Invoice</caption>
        <tr><th>Borrowernumber</th><td><!-- TMPL_VAR Name="bornum" --></td></tr>
        <tr><th>Type</th><td><select name="type">
***************
*** 20,27 ****
        <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>
!       </table>
  <input type="submit" name="add" value="Add Charge" class="submit" />
! </form><form class="inline" action="/cgi-bin/koha/boraccount.pl" 
method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR 
Name="bornum" -->" /><input type="submit" class="cancel" value="Cancel" 
/></form></div>
  
  
--- 20,27 ----
        <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>
!       </table></div>
  <input type="submit" name="add" value="Add Charge" class="submit" />
! </form> <form class="inline" action="/cgi-bin/koha/boraccount.pl" 
method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR 
Name="bornum" -->" /><input type="submit" class="cancel" value="Cancel" 
/></form>
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]