From: Chris Sharp Date: Wed, 26 Sep 2012 17:14:16 +0000 (-0400) Subject: adding new macros to listed ones X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f5c337505dce80b8077b00ec7eac8cd94af69e44;p=evergreen%2Fpines.git adding new macros to listed ones --- 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% ' + '

'