Lines 101-106
Link Here
|
101 |
[% CASE 'NOTICES' %]<span>Notices</span>[% UNLESS Koha.Preference('NoticesLog') %] <i class="fa-solid fa-triangle-exclamation" title="Log not enabled"></i>[% END %] |
101 |
[% CASE 'NOTICES' %]<span>Notices</span>[% UNLESS Koha.Preference('NoticesLog') %] <i class="fa-solid fa-triangle-exclamation" title="Log not enabled"></i>[% END %] |
102 |
[% CASE 'NEWS' %]<span>News</span>[% UNLESS Koha.Preference('NewsLog') %] <i class="fa-solid fa-triangle-exclamation" title="Log not enabled"></i>[% END %] |
102 |
[% CASE 'NEWS' %]<span>News</span>[% UNLESS Koha.Preference('NewsLog') %] <i class="fa-solid fa-triangle-exclamation" title="Log not enabled"></i>[% END %] |
103 |
[% CASE 'RECALLS' %]<span>Recalls</span>[% UNLESS Koha.Preference('RecallsLog') %] <i class="fa-solid fa-triangle-exclamation" title="Log not enabled"></i>[% END %] |
103 |
[% CASE 'RECALLS' %]<span>Recalls</span>[% UNLESS Koha.Preference('RecallsLog') %] <i class="fa-solid fa-triangle-exclamation" title="Log not enabled"></i>[% END %] |
|
|
104 |
[% CASE 'SUGGESTION' %]<span>Suggestions</span> |
104 |
|
105 |
|
105 |
[% CASE %][% module | html %] |
106 |
[% CASE %][% module | html %] |
106 |
[% END %] |
107 |
[% END %] |
Lines 217-223
Link Here
|
217 |
[% ELSE %] |
218 |
[% ELSE %] |
218 |
<label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value=""> All</label> |
219 |
<label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value=""> All</label> |
219 |
[% END %] |
220 |
[% END %] |
220 |
[% FOREACH modx IN [ 'AUTH' 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'CLAIMS' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS', 'SEARCHENGINE', 'NOTICES', 'NEWS', 'RECALLS' ] %] |
221 |
[% FOREACH modx IN [ 'AUTH' 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'CLAIMS' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS', 'SEARCHENGINE', 'NOTICES', 'NEWS', 'RECALLS', 'SUGGESTION' ] %] |
221 |
[% IF modules.grep(modx).size %] |
222 |
[% IF modules.grep(modx).size %] |
222 |
<label for="module[% modx | html %]" class="viewlog"><input type="checkbox" id="module[% modx | html %]" name="modules" value="[% modx | html %]" checked="checked"> [% PROCESS translate_log_module module=modx %]</label> |
223 |
<label for="module[% modx | html %]" class="viewlog"><input type="checkbox" id="module[% modx | html %]" name="modules" value="[% modx | html %]" checked="checked"> [% PROCESS translate_log_module module=modx %]</label> |
223 |
[% ELSE %] |
224 |
[% ELSE %] |
Lines 383-388
Link Here
|
383 |
[% ELSE %] |
384 |
[% ELSE %] |
384 |
Basket [% loopro.object | html %] |
385 |
Basket [% loopro.object | html %] |
385 |
[% END %] |
386 |
[% END %] |
|
|
387 |
[% ELSIF ( loopro.module == "SUGGESTION" ) %] |
388 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% loopro.object | uri %]&op=show">[% loopro.object | html %]</a> |
386 |
[% ELSE %] |
389 |
[% ELSE %] |
387 |
[% loopro.object | html %] |
390 |
[% loopro.object | html %] |
388 |
[% END %] |
391 |
[% END %] |
389 |
- |
|
|