]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1545226 - Fix MARC Batch Editor status screen.
authorJosh Stompro <stomproj@larl.org>
Mon, 15 Feb 2016 14:24:38 +0000 (08:24 -0600)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 2 Mar 2016 19:09:59 +0000 (14:09 -0500)
commit54114dc4a540f5e4eda5036e7e1e358a30aec6ce
treebfaa9dbb44d72854bf4e5bcf02e46214e426bf02
parent8a6f4ba380d2e64cfbb1f0e10a015c7787033af9
LP#1545226 - Fix MARC Batch Editor status screen.

This patch does the following:

  - 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 now displays
    percentage completion and has a title so it is
    wide enough to do so
  - Added color to failed row (red), and to completion text (green).

To test:

[1] In the staff interface (both XUL and web), perform
    a MARC Batch Edit on a bucket that contains at least
    a few bib records.
[2] Verify that the progress dialog now displays the
    percentage completion of the batch edit; verify
    that there is now a row displaying the total number
    of records.

Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm