Lines 94-99
Link Here
|
94 |
|
94 |
|
95 |
[% CASE 'REPORTS' %]Reports[% UNLESS Koha.Preference('ReportsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %] |
95 |
[% CASE 'REPORTS' %]Reports[% UNLESS Koha.Preference('ReportsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %] |
96 |
|
96 |
|
|
|
97 |
[% CASE 'SEARCHENGINE' %]Search engine |
98 |
|
97 |
[% CASE %][% module | html %] |
99 |
[% CASE %][% module | html %] |
98 |
[% END %] |
100 |
[% END %] |
99 |
[% END %] |
101 |
[% END %] |
Lines 116-121
Link Here
|
116 |
[% CASE 'DELCIRCMESSAGE' %]Delete circulation message |
118 |
[% CASE 'DELCIRCMESSAGE' %]Delete circulation message |
117 |
[% CASE 'STATUS_CHANGE' %]Change ILL request status |
119 |
[% CASE 'STATUS_CHANGE' %]Change ILL request status |
118 |
[% CASE 'Run' %]Run |
120 |
[% CASE 'Run' %]Run |
|
|
121 |
[% CASE 'EDIT_MAPPINGS' %]Edit mappings |
122 |
[% CASE 'RESET_MAPPINGS' %]Reset mappings |
119 |
[% CASE %][% action | html %] |
123 |
[% CASE %][% action | html %] |
120 |
[% END %] |
124 |
[% END %] |
121 |
[% END %] |
125 |
[% END %] |
Lines 167-173
Link Here
|
167 |
[% ELSE %] |
171 |
[% ELSE %] |
168 |
<label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value=""> All</label> |
172 |
<label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value=""> All</label> |
169 |
[% END %] |
173 |
[% END %] |
170 |
[% FOREACH modx IN [ 'AUTH' 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %] |
174 |
[% FOREACH modx IN [ 'AUTH' 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS', 'SEARCHENGINE' ] %] |
171 |
[% IF modules.grep(modx).size %] |
175 |
[% IF modules.grep(modx).size %] |
172 |
<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> |
176 |
<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> |
173 |
[% ELSE %] |
177 |
[% ELSE %] |
Lines 189-195
Link Here
|
189 |
<label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value=""> All</label> |
193 |
<label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value=""> All</label> |
190 |
[% END %] |
194 |
[% END %] |
191 |
|
195 |
|
192 |
[% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'CHANGE PASS' 'Run' ] %] |
196 |
[% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'CHANGE PASS' 'Run' 'EDIT_MAPPINGS' 'RESET_MAPPINGS'] %] |
193 |
[% IF actions.grep(actx).size %] |
197 |
[% IF actions.grep(actx).size %] |
194 |
<label for="action[% actx| replace('\s+', '_') | html %]" class="viewlog"><input type="checkbox" id="action[% actx | replace('\s+', '_') | html %]" name="actions" value="[% actx | html %]" checked="checked"> [% PROCESS translate_log_action action=actx %]</label> |
198 |
<label for="action[% actx| replace('\s+', '_') | html %]" class="viewlog"><input type="checkbox" id="action[% actx | replace('\s+', '_') | html %]" name="actions" value="[% actx | html %]" checked="checked"> [% PROCESS translate_log_action action=actx %]</label> |
195 |
[% ELSE %] |
199 |
[% ELSE %] |
196 |
- |
|
|