Lines 188-194
Link Here
|
188 |
</div> |
188 |
</div> |
189 |
[% END %] |
189 |
[% END %] |
190 |
|
190 |
|
191 |
[% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports ) %] |
191 |
[% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) %] |
192 |
<div class="pending-info" id="problem_reports_pending"> |
192 |
<div class="pending-info" id="problem_reports_pending"> |
193 |
<a href="/cgi-bin/koha/admin/problem-reports.pl">OPAC problem reports pending</a>: |
193 |
<a href="/cgi-bin/koha/admin/problem-reports.pl">OPAC problem reports pending</a>: |
194 |
<span class="pending-number-link">[% pending_problem_reports.count | html %]</span> |
194 |
<span class="pending-number-link">[% pending_problem_reports.count | html %]</span> |
195 |
- |
|
|