View | Details | Raw Unified | Return to bug 21190
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 / +2 lines)
Lines 23-28 Link Here
23
23
24
[% BLOCK translate_log_module %]
24
[% BLOCK translate_log_module %]
25
[%    SWITCH module %]
25
[%    SWITCH module %]
26
[%        CASE 'AUTH'         %]Authentication
26
[%        CASE 'CATALOGUING'  %]Catalog
27
[%        CASE 'CATALOGUING'  %]Catalog
27
[%        CASE 'AUTHORITIES'  %]Authorities
28
[%        CASE 'AUTHORITIES'  %]Authorities
28
[%        CASE 'MEMBERS'      %]Patrons
29
[%        CASE 'MEMBERS'      %]Patrons
Lines 107-113 Link Here
107
                                        [% ELSE %]
108
                                        [% ELSE %]
108
                                            <option value="">All</option>
109
                                            <option value="">All</option>
109
                                        [% END %]
110
                                        [% END %]
110
                                        [% FOREACH modx IN [ 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %]
111
                                        [% FOREACH modx IN [ 'AUTH' 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %]
111
                                            [% IF modules.grep(modx).size %]
112
                                            [% IF modules.grep(modx).size %]
112
                                                <option value="[% modx | html %]" selected="selected">[% PROCESS translate_log_module module=modx %]</option>
113
                                                <option value="[% modx | html %]" selected="selected">[% PROCESS translate_log_module module=modx %]</option>
113
                                            [% ELSE %]
114
                                            [% ELSE %]
114
- 

Return to bug 21190