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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-subscription-search-result.inc (-8 / +5 lines)
Lines 3-8 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE raw %]
5
[% USE raw %]
6
[% USE I18N %]
6
7
7
[% IF statuscode == "200" %]
8
[% IF statuscode == "200" %]
8
    [% INCLUDE 'mana/mana-comment-status.inc' %]
9
    [% INCLUDE 'mana/mana-comment-status.inc' %]
Lines 38-50 Link Here
38
                            [% SET tr_class = 'highlighted-row' %]
39
                            [% SET tr_class = 'highlighted-row' %]
39
                            [% SET tr_warning = lowWarned %]
40
                            [% SET tr_warning = lowWarned %]
40
                        [% END %]
41
                        [% END %]
41
                        <tr
42
                        [% IF tr_warning %]
42
                            id="row[% subscription.id | html %]"
43
                            [% SET tr_title = I18N.tnx('This resource has already been reported', 'This resource has been reported more than {count} times, take care!', tr_warning, { count = tr_warning } %]
43
                            [% IF tr_class %]class="[% tr_class | html %]"[% END %]
44
                        [% END %]
44
                            [% IF tr_warning %]
45
                        <tr id="row[% subscription.id | html %]" [% IF tr_class %]class="[% tr_class | html %]"[% END %] title="[% tr_title | html %]">
45
                                title="This resource has been reported more than [% tr_warning | html %] times, take care!"
46
                            [% END %]
47
                        >
48
                            <input type="hidden" hidden class="rowid" value="[% subscription.id | html %]" />
46
                            <input type="hidden" hidden class="rowid" value="[% subscription.id | html %]" />
49
                            <td>[% IF ( subscription.issn ) %][% subscription.issn | html %][% END %]</td>
47
                            <td>[% IF ( subscription.issn ) %][% subscription.issn | html %][% END %]</td>
50
                            <td>[% subscription.title | html %]</td>
48
                            <td>[% subscription.title | html %]</td>
51
- 

Return to bug 41216