|
Lines 39-44
fieldset.rows label.viewlog {
Link Here
|
| 39 |
|
39 |
|
| 40 |
[% BLOCK translate_log_module %] |
40 |
[% BLOCK translate_log_module %] |
| 41 |
[% SWITCH module %] |
41 |
[% SWITCH module %] |
|
|
42 |
[% CASE 'AUTH' %]Authentication |
| 42 |
[% CASE 'CATALOGUING' %]Catalog |
43 |
[% CASE 'CATALOGUING' %]Catalog |
| 43 |
[% CASE 'AUTHORITIES' %]Authorities |
44 |
[% CASE 'AUTHORITIES' %]Authorities |
| 44 |
[% CASE 'MEMBERS' %]Patrons |
45 |
[% CASE 'MEMBERS' %]Patrons |
|
Lines 123-129
fieldset.rows label.viewlog {
Link Here
|
| 123 |
[% ELSE %] |
124 |
[% ELSE %] |
| 124 |
<label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value=""> All</label> |
125 |
<label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value=""> All</label> |
| 125 |
[% END %] |
126 |
[% END %] |
| 126 |
[% FOREACH modx IN [ 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %] |
127 |
[% FOREACH modx IN [ 'AUTH' 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %] |
| 127 |
[% IF modules.grep(modx).size %] |
128 |
[% IF modules.grep(modx).size %] |
| 128 |
<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> |
129 |
<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> |
| 129 |
[% ELSE %] |
130 |
[% ELSE %] |
| 130 |
- |
|
|