Link Here
|
78 |
[% IF ( EnhancedMessagingPreferences ) %] |
78 |
[% IF ( EnhancedMessagingPreferences ) %] |
79 |
[% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrower.borrowernumber %]">Notices</a></li> |
79 |
[% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrower.borrowernumber %]">Notices</a></li> |
80 |
[% END %] |
80 |
[% END %] |
81 |
[% IF ( statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% borrower.borrowernumber %]">Statistics</a></li> |
81 |
[% IF ( CAN_user_borrowers ) %] |
|
|
82 |
[% IF ( statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% borrower.borrowernumber %]">Statistics</a></li> |
83 |
[% END %] |
82 |
[% IF EnableBorrowerFiles %] |
84 |
[% IF EnableBorrowerFiles %] |
83 |
[% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% borrower.borrowernumber %]">Files</a></li> |
85 |
[% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% borrower.borrowernumber %]">Files</a></li> |
84 |
[% END %] |
86 |
[% END %] |
85 |
- |
|
|