From f3cf75f49d7d339a74ce54dd9941dbc0d67e1c5e Mon Sep 17 00:00:00 2001 From: Dan Pearl Date: Wed, 19 Dec 2012 15:08:25 -0500 Subject: [PATCH] LP# 1092286: Account Summary text was too crowded. This minor change (3 characters), increases the space between cells in the table in the Account Summary screen. Signed-off-by: Dan Pearl --- Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 index dee5662a2d..66e48c2f34 100644 --- a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 +++ b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 @@ -58,7 +58,7 @@ [% END %]
- +
[% l("Items Currently Checked out ([_1])", ctx.user_stats.checkouts.total_out) %] @@ -68,7 +68,7 @@
- +
[% l('Items Currently on Hold ([_1])', ctx.user_stats.holds.total) %] @@ -78,7 +78,7 @@
- +
[% l('Items ready for pickup ([_1])', ctx.user_stats.holds.ready) %] -- 2.11.0