[open-ils-commits] r14061 - trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 18 16:33:10 EDT 2009


Author: phasefx
Date: 2009-09-18 16:33:05 -0400 (Fri, 18 Sep 2009)
New Revision: 14061

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
Log:
receipt template for Item Renew interface

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js	2009-09-18 20:29:15 UTC (rev 14060)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js	2009-09-18 20:33:05 UTC (rev 14061)
@@ -269,6 +269,12 @@
 					'line_item' : '<li>%title%<br/>\r\nBarcode: %barcode% Due: %due_date%\r\n',
 					'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\nYou were helped by %STAFF_FIRSTNAME%<br/>\r\n<br/>\r\n'
 				}, 
+				'renew' : {
+					'type' : 'items',
+					'header' : 'Welcome to %LIBRARY%!<br/>\r\nYou have renewed the following items:<hr/><ol>',
+					'line_item' : '<li>%title%<br/>\r\nBarcode: %barcode% Due: %due_date%\r\n',
+					'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\nYou were helped by %STAFF_FIRSTNAME%<br/>\r\n<br/>\r\n'
+				}, 
 				'checkout' : {
 					'type' : 'items',
 					'header' : 'Welcome to %LIBRARY%!<br/>\r\nYou checked out the following items:<hr/><ol>',



More information about the open-ils-commits mailing list