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 (-2 / +3 lines)
Lines 41-47 Link Here
41
                        <tr
41
                        <tr
42
                            id="row[% subscription.id | html %]"
42
                            id="row[% subscription.id | html %]"
43
                            [% IF tr_class %]class="[% tr_class | html %]"[% END %]
43
                            [% IF tr_class %]class="[% tr_class | html %]"[% END %]
44
                            [% IF tr_warning %]title="This resource has been reported more than [% tr_warning | html %] times, take care!"[% END %]
44
                            [% IF tr_warning %]
45
                                title="This resource has been reported more than [% tr_warning | html %] times, take care!"
46
                            [% END %]
45
                        >
47
                        >
46
                            <input type="hidden" hidden class="rowid" value="[% subscription.id | html %]" />
48
                            <input type="hidden" hidden class="rowid" value="[% subscription.id | html %]" />
47
                            <td>[% IF ( subscription.issn ) %][% subscription.issn | html %][% END %]</td>
49
                            <td>[% IF ( subscription.issn ) %][% subscription.issn | html %][% END %]</td>
48
- 

Return to bug 41216