X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=blobdiff_plain;f=Open-ILS%2Fweb%2Ftemplates%2Fdefault%2Fopac%2Fmyopac%2Fcircs.tt2;h=d5602be7c44b6e84f0788466a8a3203f8cf7c4bc;hp=ea7842661dca3410804863a6b684d5c12a1d761f;hb=b9432b7b0413b2fb23d77bdb7da152dc12c9eab9;hpb=4b4c52bfa839d29ea77ee52596a854a637d19c3e 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 %]