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