[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] OPAC problem reports › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %]

OPAC problem reports

[% IF ( selected_count ) %]
[% IF ( action == 'viewed' ) %] [% selected_count | html %] problem report(s) marked as viewed. [% ELSIF ( action == 'closed' ) %] [% selected_count | html %] problem report(s) marked as closed. [% ELSIF ( action == 'new' ) %] [% selected_count | html %] problem report(s) marked as new. [% ELSE %] Failed to change the status of [% selected_count | html %] problem report(s). [% END %]
[% END %] [% IF ( problem_reports.count ) %]
Select all | Clear all | Hide viewed | Hide closed | Hide new | Show all
[% FOREACH report IN problem_reports %] [% END %]
  Message Problem page Sent to Created on Set by Status Actions
[% report.title | html %]
[% report.content | html %]
[% OPACBaseURL | url %][% report.problempage | html %] [% SWITCH report.recipient %] [% CASE 'admin' %]Koha administrator [% CASE 'library' %]A librarian [% END %] [% report.created_on | $KohaDates with_hours => 1 %] [% INCLUDE 'patron-title.inc' patron => report.patron hide_patron_infos_if_needed=1 %] [% SWITCH report.status %] [% CASE 'New' %]New [% CASE 'Closed' %]Closed [% CASE 'Viewed' %]Viewed [% CASE %]Unknown status ([% report.status | html %]) [% END %] [% IF ( report.status == 'New' ) %] [% ELSIF ( report.status == 'Viewed' ) %] [% ELSE %] [% END %]
[% ELSE %]
There are currently no problem reports.
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]