Lines 87-92
fieldset.rows label.viewlog {
Link Here
|
87 |
[% CASE 'SIP' %]SIP |
87 |
[% CASE 'SIP' %]SIP |
88 |
[% CASE 'COMMANDLINE' %]Command-line |
88 |
[% CASE 'COMMANDLINE' %]Command-line |
89 |
[% CASE 'API' %]REST API |
89 |
[% CASE 'API' %]REST API |
|
|
90 |
[% CASE 'CRON' %]Cronjob |
90 |
[% CASE %][% log_interface | html %] |
91 |
[% CASE %][% log_interface | html %] |
91 |
[% END %] |
92 |
[% END %] |
92 |
[% END %] |
93 |
[% END %] |
Lines 178-184
fieldset.rows label.viewlog {
Link Here
|
178 |
<label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value=""> All</label> |
179 |
<label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value=""> All</label> |
179 |
[% END %] |
180 |
[% END %] |
180 |
|
181 |
|
181 |
[% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' 'API' ] %] |
182 |
[% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' 'API' 'CRON' ] %] |
182 |
[% IF interfaces.grep(interf).size %] |
183 |
[% IF interfaces.grep(interf).size %] |
183 |
<label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="[% interf | html %]" checked="checked"> [% PROCESS translate_log_interface log_interface=interf %]</label> |
184 |
<label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="[% interf | html %]" checked="checked"> [% PROCESS translate_log_interface log_interface=interf %]</label> |
184 |
[% ELSE %] |
185 |
[% ELSE %] |
185 |
- |
|
|