View | Details | Raw Unified | Return to bug 26844
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-14 / +26 lines)
Lines 67-86 Link Here
67
67
68
[% BLOCK translate_log_module %]
68
[% BLOCK translate_log_module %]
69
[%    SWITCH module %]
69
[%    SWITCH module %]
70
[%        CASE 'AUTH'         %]Authentication
70
[%        CASE 'AUTH'         %]Authentication[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthScuccessLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
71
[%        CASE 'CATALOGUING'  %]Catalog
71
[%        CASE 'CATALOGUING'  %]Catalog[% UNLESS Koha.Preference('CataloguingLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
72
[%        CASE 'AUTHORITIES'  %]Authorities
72
73
[%        CASE 'MEMBERS'      %]Patrons
73
[%        CASE 'AUTHORITIES'  %]Authorities[% UNLESS Koha.Preference('AuthoritiesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
74
[%        CASE 'ACQUISITIONS' %]Acquisitions
74
75
[%        CASE 'SERIAL'       %]Serials
75
[%        CASE 'MEMBERS'      %]Patrons[% UNLESS Koha.Preference('BorrowersLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
76
[%        CASE 'HOLDS'        %]Holds
76
77
[%        CASE 'ILL'          %]Interlibrary loans
77
[%        CASE 'ACQUISITIONS' %]Acquisitions <i class="fa fa-warning" title="Log not enabled"></i>
78
[%        CASE 'CIRCULATION'  %]Circulation
78
79
[%        CASE 'LETTER'       %]Letter
79
[%        CASE 'SERIAL'       %]Serials[% UNLESS Koha.Preference('SubscriptionLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
80
[%        CASE 'FINES'        %]Fines
80
81
[%        CASE 'HOLDS'        %]Holds[% UNLESS Koha.Preference('HoldsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
82
83
[%        CASE 'ILL'          %]Interlibrary loans[% UNLESS Koha.Preference('IllLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
84
85
[%        CASE 'CIRCULATION'  %]Circulation[% UNLESS Koha.Preference('IssueLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
86
87
[%        CASE 'LETTER'       %]Letter[% UNLESS Koha.Preference('LetterLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
88
89
[%        CASE 'FINES'        %]Fines[% UNLESS Koha.Preference('FinesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
90
81
[%        CASE 'SYSTEMPREFERENCE' %]System prefs
91
[%        CASE 'SYSTEMPREFERENCE' %]System prefs
82
[%        CASE 'CRONJOBS' %]Cron jobs
92
83
[%        CASE 'REPORTS'      %]Reports
93
[%        CASE 'CRONJOBS' %]Cron jobs[% UNLESS Koha.Preference('CronjobLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
94
95
[%        CASE 'REPORTS'      %]Reports[% UNLESS Koha.Preference('ReportsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
96
84
[%        CASE %][% module | html %]
97
[%        CASE %][% module | html %]
85
[%    END %]
98
[%    END %]
86
[% END %]
99
[% END %]
87
- 

Return to bug 26844