Lines 119-133
fieldset.rows label.viewlog {
Link Here
|
119 |
<label for="modules">Modules:</label> |
119 |
<label for="modules">Modules:</label> |
120 |
<div class="log_modules"> |
120 |
<div class="log_modules"> |
121 |
[% UNLESS modules %] |
121 |
[% UNLESS modules %] |
122 |
<label for="moduleALL" class="viewlog">All <input type="checkbox" id="moduleALL" name="modules" value="" checked="checked"></label> |
122 |
<label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value="" checked="checked"> All</label> |
123 |
[% ELSE %] |
123 |
[% ELSE %] |
124 |
<label for="moduleALL" class="viewlog">All <input type="checkbox" id="moduleALL" name="modules" value=""></label> |
124 |
<label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value=""> All</label> |
125 |
[% END %] |
125 |
[% END %] |
126 |
[% FOREACH modx IN [ 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %] |
126 |
[% FOREACH modx IN [ 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %] |
127 |
[% IF modules.grep(modx).size %] |
127 |
[% IF modules.grep(modx).size %] |
128 |
<label for="module[% modx | html %]" class="viewlog">[% PROCESS translate_log_module module=modx %] <input type="checkbox" id="module[% modx | html %]" name="modules" value="[% modx | html %]" checked="checked"></label> |
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 |
[% ELSE %] |
129 |
[% ELSE %] |
130 |
<label for="module[% modx | html %]" class="viewlog">[% PROCESS translate_log_module module=modx %] <input type="checkbox" id="module[% modx | html %]" name="modules" value="[% modx | html %]"></label> |
130 |
<label for="module[% modx | html %]" class="viewlog"><input type="checkbox" id="module[% modx | html %]" name="modules" value="[% modx | html %]"> [% PROCESS translate_log_module module=modx %]</label> |
131 |
[% END %] |
131 |
[% END %] |
132 |
[% END %] |
132 |
[% END %] |
133 |
</div> |
133 |
</div> |
Lines 139-154
fieldset.rows label.viewlog {
Link Here
|
139 |
<label for="actions">Actions:</label> |
139 |
<label for="actions">Actions:</label> |
140 |
<div class="log_modules"> |
140 |
<div class="log_modules"> |
141 |
[% UNLESS actions %] |
141 |
[% UNLESS actions %] |
142 |
<label for="actionALL" class="viewlog">All <input type="checkbox" id="actionALL" name="actions" value="" checked="checked"></label> |
142 |
<label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value="" checked="checked"> All</label> |
143 |
[% ELSE %] |
143 |
[% ELSE %] |
144 |
<label for="actionALL" class="viewlog">All <input type="checkbox" id="actionALL" name="actions" value=""></label> |
144 |
<label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value=""> All</label> |
145 |
[% END %] |
145 |
[% END %] |
146 |
|
146 |
|
147 |
[% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'CHANGE PASS' 'Run' ] %] |
147 |
[% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'CHANGE PASS' 'Run' ] %] |
148 |
[% IF actions.grep(actx).size %] |
148 |
[% IF actions.grep(actx).size %] |
149 |
<label for="action[% actx | html %]" class="viewlog">[% PROCESS translate_log_action action=actx %] <input type="checkbox" id="action[% actx | html %]" name="actions" value="[% actx | html %]" checked="checked"></label> |
149 |
<label for="action[% actx | html %]" class="viewlog"><input type="checkbox" id="action[% actx | html %]" name="actions" value="[% actx | html %]" checked="checked"> [% PROCESS translate_log_action action=actx %]</label> |
150 |
[% ELSE %] |
150 |
[% ELSE %] |
151 |
<label for="action[% actx | html %]" class="viewlog">[% PROCESS translate_log_action action=actx %] <input type="checkbox" id="action[% actx | html %]" name="actions" value="[% actx | html %]"></label> |
151 |
<label for="action[% actx | html %]" class="viewlog"><input type="checkbox" id="action[% actx | html %]" name="actions" value="[% actx | html %]"> [% PROCESS translate_log_action action=actx %]</label> |
152 |
[% END %] |
152 |
[% END %] |
153 |
[% END %] |
153 |
[% END %] |
154 |
</div> |
154 |
</div> |
Lines 169-184
fieldset.rows label.viewlog {
Link Here
|
169 |
<li> |
169 |
<li> |
170 |
<label for="interfaces">Interface:</label> |
170 |
<label for="interfaces">Interface:</label> |
171 |
[% UNLESS interfaces %] |
171 |
[% UNLESS interfaces %] |
172 |
<label for="interfaceALL" class="viewlog">All <input type="checkbox" id="interfaceALL" name="interfaces" value="" checked="checked"></label> |
172 |
<label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value="" checked="checked"> All</label> |
173 |
[% ELSE %] |
173 |
[% ELSE %] |
174 |
<label for="interfaceALL" class="viewlog">All <input type="checkbox" id="interfaceALL" name="interfaces" value=""></label> |
174 |
<label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value=""> All</label> |
175 |
[% END %] |
175 |
[% END %] |
176 |
|
176 |
|
177 |
[% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' ] %] |
177 |
[% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' ] %] |
178 |
[% IF interfaces.grep(interf).size %] |
178 |
[% IF interfaces.grep(interf).size %] |
179 |
<label for="interface[% interf | html %]" class="viewlog">[% PROCESS translate_log_interface log_interface=interf %] <input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="" checked="checked"></label> |
179 |
<label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="" checked="checked"> [% PROCESS translate_log_interface log_interface=interf %]</label> |
180 |
[% ELSE %] |
180 |
[% ELSE %] |
181 |
<label for="interface[% interf | html %]" class="viewlog">[% PROCESS translate_log_interface log_interface=interf %] <input type="checkbox" id="interface[% interf | html %]" name="interfaces" value=""></label> |
181 |
<label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value=""> [% PROCESS translate_log_interface log_interface=interf %]</label> |
182 |
[% END %] |
182 |
[% END %] |
183 |
[% END %] |
183 |
[% END %] |
184 |
</li> |
184 |
</li> |
185 |
- |
|
|