|
Lines 1-6
Link Here
|
| 1 |
[% BLOCK translate_log_module %] |
1 |
[% BLOCK translate_log_module %] |
| 2 |
[% SWITCH module %] |
2 |
[% SWITCH module %] |
| 3 |
[% CASE 'AUTH' %]<span>Authentication</span>[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthScuccessLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="AuthFailureLog"></i>[% END %] |
3 |
[% CASE 'AUTH' %]<span>Authentication</span>[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthSuccessLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="AuthFailureLog"></i>[% END %] |
| 4 |
[% CASE 'CATALOGUING' %]<span>Cataloging</span>[% UNLESS Koha.Preference('CataloguingLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="CataloguingLog"></i>[% END %] |
4 |
[% CASE 'CATALOGUING' %]<span>Cataloging</span>[% UNLESS Koha.Preference('CataloguingLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="CataloguingLog"></i>[% END %] |
| 5 |
|
5 |
|
| 6 |
[% CASE 'AUTHORITIES' %]<span>Authorities</span>[% UNLESS Koha.Preference('AuthoritiesLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="AuthoritiesLog"></i>[% END %] |
6 |
[% CASE 'AUTHORITIES' %]<span>Authorities</span>[% UNLESS Koha.Preference('AuthoritiesLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="AuthoritiesLog"></i>[% END %] |
|
Lines 104-107
Link Here
|
| 104 |
[% CASE 'UPGRADE' %]<span>Upgrade</span> |
104 |
[% CASE 'UPGRADE' %]<span>Upgrade</span> |
| 105 |
[% CASE %]<span>[% log_interface | html %]</span> |
105 |
[% CASE %]<span>[% log_interface | html %]</span> |
| 106 |
[% END %] |
106 |
[% END %] |
| 107 |
[% END %] |
107 |
[% END %] |
| 108 |
- |
|
|