From: Garry Collum Date: Mon, 4 Jun 2018 21:37:58 +0000 (-0400) Subject: LP#1721139 User Buckets - View Batch Changes date/time display not wrapping. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bb68e8fe1182710918252a795253ecb8a30f3455;p=evergreen%2Fpines.git LP#1721139 User Buckets - View Batch Changes date/time display not wrapping. This fixes a wrapping issue in Firefox for the date/time display in the 'View Batch Changes' modal in user buckets. The css change was made to style.css.tt2 because the class can be used for other tables with text wrapping issues. To test. 1. Using user buckets, make some batch changes on some patrons and roll back some of those changes. 2. Using Firefox, click on the 'View Batch Edits' button. 3. Apply patch. 4. Delete browser cache, and then log back in and 'View Batch Edits' again. Signed-off-by: Garry Collum --- diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_changesets.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_changesets.tt2 index dc98390a26..407338e830 100644 --- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_changesets.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_changesets.tt2 @@ -22,10 +22,10 @@
{{g.name()}}
-
+
{{g.complete_time() | date}}
-
+
{{g.rollback_time() | date}}
diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 063da5f64e..706ea47d36 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -566,6 +566,9 @@ eg-grid-field { .eg-grid-tooltip .tooltip-inner { max-width: 400px; + +.long-text-break { + word-wrap: break-word; } [%#