From e19c6ec320b64e79b94ea9d67aceaf84d46d4617 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 12 May 2006 12:45:08 +0000 Subject: [PATCH] template tweaks git-svn-id: svn://svn.open-ils.org/ILS/trunk@4260 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../chrome/content/OpenILS/data.js | 18 +++++++++--------- .../chrome/content/circ/offline.js | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js index 30bf920998..9ab0568742 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js @@ -108,55 +108,55 @@ OpenILS.data.prototype = { 'type' : 'items', 'header' : 'The following items have been examined:
    ', 'line_item' : '
  1. %title%
    \r\nBarcode: %barcode%\r\n', - 'footer' : '

%PINES_CODE% %TODAY_TRIM%\r\n', + 'footer' : '
%PINES_CODE% %TODAY_TRIM%
\r\n
\r\n', }, 'items_out' : { 'type' : 'items', 'header' : 'Welcome %PATRON_FIRSTNAME%, to %LIBRARY%!
\r\nYou have the following items:
    ', 'line_item' : '
  1. %title%
    \r\nBarcode: %barcode% Due: %due_date%\r\n', - 'footer' : '

%PINES_CODE% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME% %STAFF_LASTNAME%', + 'footer' : '
%PINES_CODE% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME% %STAFF_LASTNAME%
\r\n
\r\n', }, 'checkout' : { 'type' : 'items', 'header' : 'Welcome %PATRON_FIRSTNAME%, to %LIBRARY%!
\r\nYou checked out the following items:
    ', 'line_item' : '
  1. %title%
    \r\nBarcode: %barcode% Due: %due_date%\r\n', - 'footer' : '

%PINES_CODE% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME% %STAFF_LASTNAME%', + 'footer' : '
%PINES_CODE% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME% %STAFF_LASTNAME%
\r\n
\r\n', }, 'offline_checkout' : { 'type' : 'offline_checkout', 'header' : 'Patron %patron_barcode%
\r\nYou checked out the following items:
    ', 'line_item' : '
  1. Barcode: %barcode%
    \r\nDue: %due_date%\r\n', - 'footer' : '

%TODAY_TRIM%', + 'footer' : '
%TODAY_TRIM%
\r\n
\r\n', }, 'checkin' : { 'type' : 'items', 'header' : 'You checked in the following items:
    ', 'line_item' : '
  1. %title%
    \r\nBarcode: %barcode% Call Number: %call_number%\r\n', - 'footer' : '

%PINES_CODE% %TODAY_TRIM%\r\n', + 'footer' : '
%PINES_CODE% %TODAY_TRIM%
\r\n
\r\n', }, 'offline_checkin' : { 'type' : 'offline_checkin', 'header' : 'You checked in the following items:
    ', 'line_item' : '
  1. Barcode: %barcode%\r\n', - 'footer' : '

%TODAY_TRIM%', + 'footer' : '
%TODAY_TRIM%
\r\n
\r\n', }, 'offline_renew' : { 'type' : 'offline_renew', 'header' : 'You renewed the following items:
    ', 'line_item' : '
  1. Barcode: %barcode%\r\n', - 'footer' : '

%TODAY_TRIM%', + 'footer' : '
%TODAY_TRIM%
\r\n
\r\n', }, 'offline_inhouse_use' : { 'type' : 'offline_inhouse_use', 'header' : 'You marked the following in-house items used:
    ', 'line_item' : '
  1. Barcode: %barcode%\r\nUses: %count%', - 'footer' : '

%TODAY_TRIM%', + 'footer' : '
%TODAY_TRIM%
\r\n
\r\n', }, 'holds' : { 'type' : 'holds', 'header' : 'Welcome %PATRON_FIRSTNAME%, to %LIBRARY%!
\r\nYou have the following titles on hold:
    ', 'line_item' : '
  1. %title%\r\n', - 'footer' : '

%PINES_CODE% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME% %STAFF_LASTNAME%', + 'footer' : '
%PINES_CODE% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME% %STAFF_LASTNAME%
\r\n
\r\n', } }; diff --git a/Open-ILS/xul/staff_client/chrome/content/circ/offline.js b/Open-ILS/xul/staff_client/chrome/content/circ/offline.js index fa6d1528e5..c933497595 100644 --- a/Open-ILS/xul/staff_client/chrome/content/circ/offline.js +++ b/Open-ILS/xul/staff_client/chrome/content/circ/offline.js @@ -80,25 +80,25 @@ circ.offline.prototype = { 'type' : 'offline_checkout', 'header' : 'Patron %patron_barcode%
\r\nYou checked out the following items:
    ', 'line_item' : '
  1. Barcode: %barcode%
    \r\nDue: %due_date%\r\n', - 'footer' : '

%TODAY_TRIM%', + 'footer' : '
%TODAY_TRIM%
\r\n
\r\n', }, 'offline_checkin' : { 'type' : 'offline_checkin', 'header' : 'You checked in the following items:
    ', 'line_item' : '
  1. Barcode: %barcode%\r\n', - 'footer' : '

%TODAY_TRIM%', + 'footer' : '
%TODAY_TRIM%
\r\n
\r\n', }, 'offline_renew' : { 'type' : 'offline_renew', 'header' : 'You renewed the following items:
    ', 'line_item' : '
  1. Barcode: %barcode%\r\n', - 'footer' : '

%TODAY_TRIM%', + 'footer' : '
%TODAY_TRIM%
\r\n
\r\n', }, 'offline_inhouse_use' : { 'type' : 'offline_inhouse_use', 'header' : 'You marked the following in-house items used:
    ', 'line_item' : '
  1. Barcode: %barcode%\r\nUses: %count%', - 'footer' : '

%TODAY_TRIM%', + 'footer' : '
%TODAY_TRIM%
\r\n
\r\n', }, }; data.stash('print_list_templates'); -- 2.43.2