From 2c2e7b6baa481d4d39c7013ca07cdc0d31ba072b Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Mon, 4 Jun 2018 17:37:58 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/staff/circ/patron/bucket/t_changesets.tt2 | 4 ++-- Open-ILS/src/templates/staff/css/style.css.tt2 | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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 4a2cdd1255..a78d678cd0 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; } [%# -- 2.11.0