From 86ad07f746b1170e0e3bb99bbe3c62c77602072d Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 21 Feb 2011 16:35:41 -0500 Subject: [PATCH] empty case for myopac/circs --- Open-ILS/web/templates/default/opac/myopac/circs.tt2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/web/templates/default/opac/myopac/circs.tt2 b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 index ea7842661d..d5602be7c4 100644 --- a/Open-ILS/web/templates/default/opac/myopac/circs.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 @@ -30,6 +30,11 @@
+ [% IF ctx.circs.size < 1 %] +
+ [% l('You have no items checked out.') %] +
+ [% ELSE %] [% IF ctx.success_renewals %]
[% l("Successfully renewed [_1] item(s)", ctx.success_renewals) %] @@ -144,6 +149,7 @@
+ [% END %]
-- 2.11.0