|
Lines 275-298
Link Here
|
| 275 |
</div> |
275 |
</div> |
| 276 |
[% END %] |
276 |
[% END %] |
| 277 |
|
277 |
|
| 278 |
[% IF self_registered_count %] |
278 |
[% IF (CAN_user_borrowers_edit_borrowers) || (CAN_user_borrowers_list_borrowers) %] |
| 279 |
<div class="pending-info" id="self_registered_patrons_info"> |
279 |
[% IF self_registered_count %] |
| 280 |
Self-registrations from: |
280 |
<div class="pending-info" id="self_registered_patrons_info"> |
| 281 |
<a |
281 |
Self-registrations from: |
| 282 |
class="self-registration-link pending-number-link self-registration-link-all" |
|
|
| 283 |
href="/cgi-bin/koha/members/member.pl?categorycode_filter=[% Koha.Preference('PatronSelfRegistrationDefaultCategory') | html %]" |
| 284 |
>All libraries: [% self_registered_count | html %]</a |
| 285 |
> |
| 286 |
|
| 287 |
[% IF self_registered_mybranch_count %] |
| 288 |
<span>/</span> |
| 289 |
<a |
282 |
<a |
| 290 |
class="self-registration-link pending-number-link self-registration-link-branch" |
283 |
class="self-registration-link pending-number-link self-registration-link-all" |
| 291 |
href="/cgi-bin/koha/members/member.pl?categorycode_filter=[% Koha.Preference('PatronSelfRegistrationDefaultCategory') | html %]&branchcode_filter=[% Branches.GetLoggedInBranchcode | html %]" |
284 |
href="/cgi-bin/koha/members/member.pl?categorycode_filter=[% Koha.Preference('PatronSelfRegistrationDefaultCategory') | html %]" |
| 292 |
>[% Branches.GetLoggedInBranchname | html %]: [% self_registered_mybranch_count | html %]</a |
285 |
>All libraries: [% self_registered_count | html %]</a |
| 293 |
> |
286 |
> |
| 294 |
[% END %] |
287 |
|
| 295 |
</div> |
288 |
[% IF self_registered_mybranch_count %] |
|
|
289 |
<span>/</span> |
| 290 |
<a |
| 291 |
class="self-registration-link pending-number-link self-registration-link-branch" |
| 292 |
href="/cgi-bin/koha/members/member.pl?categorycode_filter=[% Koha.Preference('PatronSelfRegistrationDefaultCategory') | html %]&branchcode_filter=[% Branches.GetLoggedInBranchcode | html %]" |
| 293 |
>[% Branches.GetLoggedInBranchname | html %]: [% self_registered_mybranch_count | html %]</a |
| 294 |
> |
| 295 |
[% END %] |
| 296 |
</div> |
| 297 |
[% END %] |
| 296 |
[% END %] |
298 |
[% END %] |
| 297 |
</div> |
299 |
</div> |
| 298 |
[% END %] |
300 |
[% END %] |
| 299 |
- |
|
|