From 0ffda30e320a51d491093dd055d676cf28780e82 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 23 May 2017 14:23:54 -0400 Subject: [PATCH] PINES Customization: Mobile view for fines payment form Modified table so that the form design doesn't go off the side of the screen in mobile view. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 b/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 index 9ed377d67a..bf74528710 100644 --- a/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 +++ b/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 @@ -55,8 +55,15 @@ - - +
[% l('Billing Information') %] + + +
+ [% l('Total amount to pay:') %] + [% money(ctx.fines.balance_owed) %] +
+
+ [% l('Billing Information') %]

[% l('Selected fines you are paying for:') %]

-- 2.11.0