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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt (-2 / +1 lines)
Lines 79-85 Link Here
79
                                        <b>[% report.title | html %]</b><br>
79
                                        <b>[% report.title | html %]</b><br>
80
                                        [% report.content | html %]
80
                                        [% report.content | html %]
81
                                    </td>
81
                                    </td>
82
                                    <td><a href="[% report.problempage | uri %]">[% report.problempage | html %]</a></td>
82
                                    <td><a href="[% report.problempage | url %]">[% report.problempage | html %]</a></td>
83
                                    <td>[% report.recipient %]</td>
83
                                    <td>[% report.recipient %]</td>
84
                                    <td><span title="[% report.created_on | html %]">[% report.created_on | $KohaDates with_hours => 1 %]</span></td>
84
                                    <td><span title="[% report.created_on | html %]">[% report.created_on | $KohaDates with_hours => 1 %]</span></td>
85
                                    <td>[% INCLUDE 'patron-title.inc' patron => report.patron hide_patron_infos_if_needed=1 %]</td>
85
                                    <td>[% INCLUDE 'patron-title.inc' patron => report.patron hide_patron_infos_if_needed=1 %]</td>
86
- 

Return to bug 4461