From 03c9c32f5ffce61d9fc037d21725de8c6d1c2ebd Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 10 Dec 2013 11:10:30 -0500 Subject: [PATCH] web staff : log templates / dynamic strings Signed-off-by: Bill Erickson --- web-staff-log.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web-staff-log.txt b/web-staff-log.txt index bc7a169359..62fa8dc02b 100644 --- a/web-staff-log.txt +++ b/web-staff-log.txt @@ -900,8 +900,11 @@ these will be used frequently, so they are good candidates for genericizing. [source,js] ----------------------------------------------------------------------------- +// egAlertDialog.open(message_str, dialog_scope) +// egConfirmDialog.open(title_str, message_str, dialog_scope) + egConfirmDialog.open( - 'Copy Alert Message for {{copy_barcode}}', + 'Copy Alert Message for {{copy_barcode}}. Continue checkin?', evt.payload, // copy alert message text { copy_barcode : barcode_str, ok : function() { console.log('user clicked OK') } @@ -948,7 +951,7 @@ UNCAT_ALERT_DIALOG : '[% l('Copy "{{copy_barcode}}" was mis-scanned or is not cataloged') %]', COPY_ALERT_MSG_DIALOG_TITLE : - '[% l('Copy Alert Message for {{copy_barcode}}') %]' + '[% l('Copy Alert Message for {{copy_barcode}}. Continue checkin?') %]' }}); ----------------------------------------------------------------------------- -- 2.11.0