|
Lines 234-240
Link Here
|
| 234 |
<ul id="user_summary_shortcuts"> |
234 |
<ul id="user_summary_shortcuts"> |
| 235 |
[% IF checkouts && checkouts > 0 %] |
235 |
[% IF checkouts && checkouts > 0 %] |
| 236 |
<li> |
236 |
<li> |
| 237 |
<a href="/cgi-bin/koha/opac-user.pl#opac-user-checkouts"> |
237 |
<a href="/cgi-bin/koha/opac-user.pl?tab=opac-user-checkouts"> |
| 238 |
<span class="user_checkouts_count count_label">[% checkouts | html %]</span> |
238 |
<span class="user_checkouts_count count_label">[% checkouts | html %]</span> |
| 239 |
[% tn('checkout', 'checkouts', checkouts ) | html %] |
239 |
[% tn('checkout', 'checkouts', checkouts ) | html %] |
| 240 |
</a> |
240 |
</a> |
|
Lines 242-248
Link Here
|
| 242 |
[% END %] |
242 |
[% END %] |
| 243 |
[% IF overdues && overdues > 0 %] |
243 |
[% IF overdues && overdues > 0 %] |
| 244 |
<li> |
244 |
<li> |
| 245 |
<a href="/cgi-bin/koha/opac-user.pl#opac-user-overdues"> |
245 |
<a href="/cgi-bin/koha/opac-user.pl?tab=opac-user-overdues"> |
| 246 |
<span class="user_overdues_count count_label">[% overdues | html %]</span> |
246 |
<span class="user_overdues_count count_label">[% overdues | html %]</span> |
| 247 |
[% tn('overdue', 'overdues', overdues ) | html %] |
247 |
[% tn('overdue', 'overdues', overdues ) | html %] |
| 248 |
</a> |
248 |
</a> |
|
Lines 250-256
Link Here
|
| 250 |
[% END %] |
250 |
[% END %] |
| 251 |
[% IF holds_pending && holds_pending > 0 %] |
251 |
[% IF holds_pending && holds_pending > 0 %] |
| 252 |
<li> |
252 |
<li> |
| 253 |
<a href="/cgi-bin/koha/opac-user.pl#opac-user-holds"> |
253 |
<a href="/cgi-bin/koha/opac-user.pl?tab=opac-user-holds"> |
| 254 |
<span class="user_holds_pending_count count_label">[% holds_pending | html %]</span> |
254 |
<span class="user_holds_pending_count count_label">[% holds_pending | html %]</span> |
| 255 |
[% tn('hold pending', 'holds pending', holds_pending ) | html %] |
255 |
[% tn('hold pending', 'holds pending', holds_pending ) | html %] |
| 256 |
</a> |
256 |
</a> |
|
Lines 258-264
Link Here
|
| 258 |
[% END %] |
258 |
[% END %] |
| 259 |
[% IF holds_waiting && holds_waiting > 0 %] |
259 |
[% IF holds_waiting && holds_waiting > 0 %] |
| 260 |
<li> |
260 |
<li> |
| 261 |
<a href="/cgi-bin/koha/opac-user.pl#opac-user-holds"> |
261 |
<a href="/cgi-bin/koha/opac-user.pl?tab=opac-user-holds"> |
| 262 |
<span class="user_holds_waiting_count count_label">[% holds_waiting | html %]</span> |
262 |
<span class="user_holds_waiting_count count_label">[% holds_waiting | html %]</span> |
| 263 |
[% tn('hold waiting', 'holds waiting', holds_waiting ) | html %] |
263 |
[% tn('hold waiting', 'holds waiting', holds_waiting ) | html %] |
| 264 |
</a> |
264 |
</a> |