From b9432b7b0413b2fb23d77bdb7da152dc12c9eab9 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 --- .../web/templates/default/opac/myopac/circs.tt2 | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Open-ILS/web/templates/default/opac/myopac/circs.tt2 b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 index ea78426..d5602be 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 %]
-- 1.7.2.5