From: Dan Pearl Date: Wed, 19 Dec 2012 20:08:25 +0000 (-0500) Subject: LP# 1092286: Account Summary text was too crowded. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f3cf75f49d7d339a74ce54dd9941dbc0d67e1c5e;p=working%2FEvergreen.git 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 --- 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) %]