From 389392e6c62aa83bf0b405a87f40897aa8da2325 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 29 Apr 2008 14:25:52 +0000 Subject: [PATCH] Silence more trailing comma warnings git-svn-id: svn://svn.open-ils.org/ILS/trunk@9484 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../chrome/content/OpenILS/data.js | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 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 4565aba5f6..055d1e085d 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js @@ -213,7 +213,7 @@ OpenILS.data.prototype = { 'ccs' : [ api.FM_CCS_RETRIEVE.app, api.FM_CCS_RETRIEVE.method, [], true ], 'aou' : [ api.FM_AOU_RETRIEVE.app, api.FM_AOU_RETRIEVE.method, [], true ], 'aout' : [ api.FM_AOUT_RETRIEVE.app, api.FM_AOUT_RETRIEVE.method, [], true ], - 'crahp' : [ api.FM_CRAHP_RETRIEVE.app, api.FM_CRAHP_RETRIEVE.method, [], true ], + 'crahp' : [ api.FM_CRAHP_RETRIEVE.app, api.FM_CRAHP_RETRIEVE.method, [], true ] }, 'stash_retrieve' : function() { @@ -255,92 +255,92 @@ OpenILS.data.prototype = { 'type' : 'items', 'header' : 'The following items have been examined:
    ', 'line_item' : '
  1. %title%
    \r\nBarcode: %barcode%\r\n', - 'footer' : '

%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n', + 'footer' : '
%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n' }, 'transit_list' : { 'type' : 'transits', 'header' : 'Transits:
    ', 'line_item' : '
  1. From: %transit_source% To: %transit_dest_lib%
    \r\nWhen: %transit_source_send_time%
    \r\nBarcode: %transit_item_barcode% Title: %transit_item_title%
    \r\n', - 'footer' : '

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

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

%SHORTNAME% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME%
\r\n
\r\n', + 'footer' : '
%SHORTNAME% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME%
\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%
\r\n
\r\n', + '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' : '

%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n', + 'footer' : '
%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n' }, 'bill_payment' : { 'type' : 'payment', 'header' : 'Welcome to %LIBRARY%!
A receipt of your transaction:
Original Balance: $%original_balance%
Payment Method: %payment_type%
Payment Received: $%payment_received%
Payment Applied: $%payment_applied%
Billings Voided: %voided_balance%
Change Given: $%change_given%
New Balance: $%new_balance%

Note: %note%

Specific bills:

', 'line_item' : 'Bill #%bill_id% %last_billing_type% Received: $%payment%
%barcode% %title%

', - 'footer' : '


%SHORTNAME% %TODAY_TRIM%

', + 'footer' : '


%SHORTNAME% %TODAY_TRIM%

' }, 'bills_historical' : { 'type' : 'bills', 'header' : 'Welcome to %LIBRARY%!
You had the following bills:
    ', 'line_item' : '
    Bill #%id%
    Date:%xact_start%
    Type:%xact_type%
    Last Billing:%last_billing_type%
    %last_billing_note%
    Total Billed:$%total_owed%
    Last Payment:%last_payment_type%
    %last_payment_note%
    Total Paid:$%total_paid%
    Balance:$%balance_owed%

    ', - 'footer' : '

%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n', + 'footer' : '
%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n' }, 'bills_current' : { 'type' : 'bills', 'header' : 'Welcome to %LIBRARY%!
You have the following bills:
    ', 'line_item' : '
    Bill #%id%
    Date:%xact_start%
    Type:%xact_type%
    Last Billing:%last_billing_type%
    %last_billing_note%
    Total Billed:$%total_owed%
    Last Payment:%last_payment_type%
    %last_payment_note%
    Total Paid:$%total_paid%
    Balance:$%balance_owed%

    ', - 'footer' : '

%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n', + 'footer' : '
%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n' }, 'bills_main_view' : { 'type' : 'bills', 'header' : 'Welcome to %LIBRARY%!
You have the following bills:
    ', 'line_item' : '
    Bill #%id% %title%
    Date:%xact_start%
    Type:%xact_type%
    Last Billing:%last_billing_type%
    %last_billing_note%
    Total Billed:$%total_owed%
    Last Payment:%last_payment_type%
    %last_payment_note%
    Total Paid:$%total_paid%
    Balance:$%balance_owed%

    ', - 'footer' : '

%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n', + 'footer' : '
%SHORTNAME% %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%
\r\n
\r\n', + '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%
\r\n
\r\n', + '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%
\r\n
\r\n', + 'footer' : '
%TODAY_TRIM%
\r\n
\r\n' }, 'in_house_use' : { 'type' : 'items', 'header' : 'You marked the following in-house items used:
    ', 'line_item' : '
  1. Barcode: %barcode%\r\nUses: %uses%\r\n
    %alert_message%', - 'footer' : '

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

%SHORTNAME% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME%
\r\n
\r\n', - } + 'footer' : '
%SHORTNAME% %TODAY_TRIM%
\r\nYou were helped by %STAFF_FIRSTNAME%
\r\n
\r\n' + } }; obj.stash( 'print_list_templates', 'print_list_types' ); -- 2.43.2