From 07b24d4acdb2b36d96e34a18a1c38342831674e3 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Tue, 11 May 2021 15:43:34 -0400 Subject: [PATCH] LP1928005 Bootstrap Opac: Current charges not aligned on mobile. This patch removes the classes from the charges table that presents the table in a vertical format. It wraps the table in a
that uses the table-responsive class. To test add some charges to a patron record. Bring that patron's account up in the opac and view the charges table in the smallest browser size possible. Notice that the table switches to a vertical format and the column names are mis-aligned. Apply the patch. View the table again. The table should now be horizontal with all of the columns correct. Signed-off-by: Garry Collum Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index febd838242..efb7276af7 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -129,7 +129,7 @@ [% IF ctx.fines.grocery.size > 0 %] -
+

[% l("Charges On Your Account") %]

@@ -143,7 +143,8 @@
[% END %] - +
+
@@ -203,6 +204,7 @@ [% END %]
+
[% END %] -- 2.43.2