Link Here
|
79 |
[% IF ( EnhancedMessagingPreferences ) %] |
79 |
[% IF ( EnhancedMessagingPreferences ) %] |
80 |
[% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber %]">Notices</a></li> |
80 |
[% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber %]">Notices</a></li> |
81 |
[% END %] |
81 |
[% END %] |
82 |
[% IF ( statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% borrowernumber %]">Statistics</a></li> |
82 |
<!-- Added IF statement to check if user has borrowers permission. The menu item will not be shown unless user has borrowers permission --> |
|
|
83 |
[% IF ( CAN_user_borrowers ) %] |
84 |
[% IF ( statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% borrowernumber %]">Statistics</a></li> |
85 |
[% END %] |
83 |
[% IF EnableBorrowerFiles %] |
86 |
[% IF EnableBorrowerFiles %] |
84 |
[% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% borrowernumber %]">Files</a></li> |
87 |
[% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% borrowernumber %]">Files</a></li> |
85 |
[% END %] |
88 |
[% END %] |
86 |
- |
|
|