From: Josh Stompro Date: Mon, 15 Feb 2016 14:24:38 +0000 (-0600) Subject: LP#1545226 - Fix MARC Batch Editor status screen. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fstompro%2Flp1545226_marc_batch_editor_status;p=working%2FEvergreen.git LP#1545226 - Fix MARC Batch Editor status screen. - The html table was broken, fixed the markup. - Added some styling to the table. - Added a row with total records info. - Fixed the progress bar popup, it was set to not show progress, and added a title so it had enough width to show progress. - Added color to failed row (red), and to completion text (green). Signed-off-by: Josh Stompro --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm index 5f46799545..6d75965f16 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm @@ -247,8 +247,10 @@ sub show_processing_template { var u = new openils.User({ authtoken: authtoken }); dojo.addOnLoad(function () { - progress_dialog.show(true); - progress_dialog.update({maximum:$rec_string}); + + progress_dialog.update({maximum: $rec_string}); + progress_dialog.attr("title", "MARC Batch Editor Progress......"); + progress_dialog.show(); var interval; interval = setInterval( function() { @@ -290,30 +292,75 @@ sub show_processing_template { }); + + - +
- - - - +

MARC Batch Editor Status

+ +
- StatusRecord Count
+ + + + - + - - + + + + + + + + +
StatusRecord Count
Success
Failure
Total Processed
Total To Process$rec_string
- +