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

Kyle Hall kyle.m.hall at gmail.com
Mon May 21 18:19:56 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/05/21 16:19:56

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.5&r2=1.1.2.1.2.6

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.5
retrieving revision 1.1.2.1.2.6
diff -u -b -r1.1.2.1.2.5 -r1.1.2.1.2.6
--- pay.tmpl	14 May 2007 16:34:21 -0000	1.1.2.1.2.5
+++ pay.tmpl	21 May 2007 16:19:55 -0000	1.1.2.1.2.6
@@ -65,7 +65,8 @@
 </table></div>
 <input type="submit" name="submit"  value="Make Payment" class="submit" /></form>
 <div class="tabitem"><form action="/cgi-bin/koha/members/moremember.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR name="bornum" -->" name="bornum" /> <input type="submit" class="submit" value="Return to Patron Record" /></form> <form action="/cgi-bin/koha/boraccount.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR name="bornum" -->" name="bornum" /><input type="submit" value="View Patron Account" class="submit" /></form></div>
-</div>
+
+<div class="tabitem"><form action="/cgi-bin/koha/circ/circulation.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR name="bornum" -->" name="borrnumber" /> <input type="submit" class="submit" value="Return to Checkouts" /></form></div>
 
 
 
@@ -79,7 +80,7 @@
         <caption>Pay Fines By Amount</caption>
 	<tr>
 	  <td>
-	    Amount to be paid: <strong>$</strong><input type="text" name="total" />
+	    Amount to be paid: $<input type="text" name="total" />
           </td>
         <tr>
       </table>





More information about the Koha-cvs mailing list