koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/members p... [dev_week]


From: Kyle Hall
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/members p... [dev_week]
Date: Thu, 14 Dec 2006 12:51:13 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Kyle Hall <kylemhall>   06/12/14 12:51:13

Modified files:
        koha-tmpl/intranet-tmpl/ccfls/en/members: pay.tmpl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/members/pay.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.1&r2=1.1.2.1.2.2

Patches:
Index: pay.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/members/Attic/pay.tmpl,v
retrieving revision 1.1.2.1.2.1
retrieving revision 1.1.2.1.2.2
diff -u -b -r1.1.2.1.2.1 -r1.1.2.1.2.2
--- pay.tmpl    30 Nov 2006 15:56:27 -0000      1.1.2.1.2.1
+++ pay.tmpl    14 Dec 2006 12:51:13 -0000      1.1.2.1.2.2
@@ -68,6 +68,29 @@
 </div>
 
 
+
+
+<!-- Added by Kyle Hall, Allows payment by amount -->
+<div id="main">
+  <form class="inline" action="/cgi-bin/koha/pay_by_amount.pl" method="post">
+    <input type="hidden" name="bornum" value="<!-- TMPL_VAR name="bornum" -->" 
/>
+    <div class="table">
+      <table>
+        <caption>Pay Fines By Amount</caption>
+       <tr>
+         <td>
+           <input type="hidden" name="bornum" value="<!-- TMPL_VAR 
name="bornum" -->" />
+           Amount to be paid: <input type="text" name="amount" />
+          </td>
+        <tr>
+      </table>
+    </div>
+    <input type="submit" name="submit"  value="Make Partial Payment" 
class="submit" />
+  </form>
+</div>
+
+
+
 </dd>
 </dl>
 </body>




reply via email to

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