From 7f72234b62ae716c97fb25d98cdac7c3ea5bffe1 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 26 Sep 2012 13:14:16 -0400 Subject: [PATCH] adding new macros to listed ones --- Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js b/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js index c8461720d8..ebb7ef9d3f 100644 --- a/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js +++ b/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js @@ -265,9 +265,9 @@ circ.print_list_template_editor.prototype = { + document.getElementById('circStrings').getString('staff.circ.print_list_template.window.heading') + '' + '

%LIBRARY%, %SHORTNAME%, %LINE_NO%, ' - + '%STAFF_FIRSTNAME%, %STAFF_LASTNAME%, %STAFF_BARCODE%, %STAFF_PROFILE%, ' - + '%PATRON_FIRSTNAME%, %PATRON_ALIAS%, %PATRON_ALIAS_OR_FIRSTNAME%, %PATRON_LASTNAME%, ' - + '%PATRON_BARCODE%, %patron_barcode%, ' + + '%STAFF_FIRSTNAME%, %STAFF_MIDDLENAME%, %STAFF_LASTNAME%, %STAFF_BARCODE%, %STAFF_PROFILE%, ' + + '%PATRON_FIRSTNAME%, %PATRON_MIDDLENAME%, %PATRON_ALIAS%, %PATRON_ALIAS_OR_FIRSTNAME%, %PATRON_LASTNAME%, ' + + '%PATRON_BARCODE%, %patron_barcode%, %PATRON_EXPIRE_DATE%, %PATRON_EXPIRE_DATE_YMD%, ' + '%TODAY%, %TODAY_TRIM%, %TODAY_m%, %TODAY_d%, %TODAY_Y%, %TODAY_H%, %TODAY_I%, ' + '%TODAY_M%, %TODAY_D%, %TODAY_F% ' + '

' -- 2.11.0