From: senator Date: Mon, 21 Feb 2011 21:35:41 +0000 (-0500) Subject: empty case for myopac/circs X-Git-Tag: opac-tt-poc-demo2 X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=b9432b7b0413b2fb23d77bdb7da152dc12c9eab9;hp=4b4c52bfa839d29ea77ee52596a854a637d19c3e empty case for myopac/circs --- 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 %]