https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26236

            Bug ID: 26236
           Summary: log viewer does not translate the interface properly
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Tools
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

viewlog.tt

 83 [% BLOCK translate_log_interface %]
 84 [%    SWITCH log_interface %]
 85 [%        CASE 'INTRANET'    %]Intranet
 86 [%        CASE 'OPAC'        %]OPAC
 87 [%        CASE 'SIP'         %]SIP
 88 [%        CASE 'COMMANDLINE' %]Command-line
 89 [%        CASE 'API'         %]REST API
 90 [%        CASE 'CRON'        %]Cron job
 91 [%        CASE %][% log_interface | html %]
 92 [%    END %]
 93 [% END %]

We don't have CRON in DB, but 'cron', same for all others, they are all
lowercase.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to