From eca3a28e8ab60b45808e6b487f9b3ffebf9ebad2 Mon Sep 17 00:00:00 2001 From: gmc Date: Wed, 21 Jul 2010 16:00:53 +0000 Subject: [PATCH] improve documentation of macros available to receipt templates Signed-off-by: Galen Charlton git-svn-id: svn://svn.open-ils.org/ILS/trunk@16999 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../xul/staff_client/server/circ/print_list_template_editor.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 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 a9c70f034..352d0c650 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 @@ -262,8 +262,13 @@ circ.print_list_template_editor.prototype = { + '

' + document.getElementById('circStrings').getString('staff.circ.print_list_template.window.heading') + '

' - + '

%SHORTNAME%, %TODAY%, %STAFF_FIRSTNAME%, %STAFF_LASTNAME%, ' - + '%PATRON_FIRSTNAME%, %PATRON_ALIAS%, %PATRON_ALIAS_OR_FIRSTNAME%, %LIBRARY%

' + + '

%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%, ' + + '%TODAY%, %TODAY_TRIM%, %TODAY_m%, %TODAY_d%, %TODAY_Y%, %TODAY_H%, %TODAY_I%, ' + + '%TODAY_M%, %TODAY_D%, %TODAY_F% ' + + '

' + '

' + document.getElementById('circStrings').getFormattedString('staff.circ.print_list_template.window.template_type', [template_type]) + '

' -- 2.11.0