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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 360-366 Link Here
360
                        <td class="materials"> [% item.materials | html %] </td>
360
                        <td class="materials"> [% item.materials | html %] </td>
361
                    [% END %]
361
                    [% END %]
362
                    [% IF ( itemdata_itemnotes ) %]
362
                    [% IF ( itemdata_itemnotes ) %]
363
                        <td><div class="itemnotes">[% item.itemnotes | html %]</div></td>
363
                        <td><div class="itemnotes">[% item.itemnotes | $raw %]</div></td>
364
                    [% END %]
364
                    [% END %]
365
                    [% IF itemdata_nonpublicnotes %]
365
                    [% IF itemdata_nonpublicnotes %]
366
                        <td class="nonpublicnote">[% item.itemnotes_nonpublic | html %]</td>
366
                        <td class="nonpublicnote">[% item.itemnotes_nonpublic | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +1 lines)
Lines 117-123 Link Here
117
            [% END %]
117
            [% END %]
118
            <td>[% checkout_info.barcode | html %]</td>
118
            <td>[% checkout_info.barcode | html %]</td>
119
            <td>
119
            <td>
120
              <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% checkout_info.biblio.biblionumber | uri %]&amp;type=intra"><strong>[% checkout_info.biblio.title | html %][% FOREACH subtitle IN checkout_info.biblio.subtitles %] [% subtitle.subfield | html %][% END %]</strong></a>[% IF checkout_info.biblio.author %], by [% checkout_info.biblio.author | html %][% END %][% IF ( checkout_info.item.itemnotes ) %]- <span class="circ-hlt">[% checkout_info.item.itemnotes | html %]</span>[% END %] <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% checkout_info.biblio.biblionumber | html %]&amp;itemnumber=[% checkout_info.item.itemnumber | html %]#item[% checkout_info.item.itemnumber | html %]">[% checkout_info.item.barcode | html %]</a>
120
              <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% checkout_info.biblio.biblionumber | uri %]&amp;type=intra"><strong>[% checkout_info.biblio.title | html %][% FOREACH subtitle IN checkout_info.biblio.subtitles %] [% subtitle.subfield | html %][% END %]</strong></a>[% IF checkout_info.biblio.author %], by [% checkout_info.biblio.author | html %][% END %][% IF ( checkout_info.item.itemnotes ) %]- <span class="circ-hlt">[% checkout_info.item.itemnotes | $raw %]</span>[% END %] <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% checkout_info.biblio.biblionumber | html %]&amp;itemnumber=[% checkout_info.item.itemnumber | html %]#item[% checkout_info.item.itemnumber | html %]">[% checkout_info.item.barcode | html %]</a>
121
            </td>
121
            </td>
122
            <td>
122
            <td>
123
              [% IF checkout_info.NEEDSCONFIRMATION %]
123
              [% IF checkout_info.NEEDSCONFIRMATION %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-1 / +1 lines)
Lines 48-54 Link Here
48
                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.borrowernumber | uri %]">[% item.firstname | html %] [% item.surname | html %]</a>
48
                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.borrowernumber | uri %]">[% item.firstname | html %] [% item.surname | html %]</a>
49
                  </td>
49
                  </td>
50
                  <td>
50
                  <td>
51
                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber | uri %]"><strong>[% item.title | html %]</strong></a>[% IF ( item.author ) %], by [% item.author | html %][% END %][% IF ( item.itemnotes ) %]- <span class="circ-hlt">[% item.itemnotes | html %]</span>[% END %]
51
                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber | uri %]"><strong>[% item.title | html %]</strong></a>[% IF ( item.author ) %], by [% item.author | html %][% END %][% IF ( item.itemnotes ) %]- <span class="circ-hlt">[% item.itemnotes | $raw %]</span>[% END %]
52
                  </td>
52
                  </td>
53
                  <td>[% item.itemcallnumber | html %]</td>
53
                  <td>[% item.itemcallnumber | html %]</td>
54
                  <td>
54
                  <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +1 lines)
Lines 190-196 Link Here
190
                            <td>[% IF (cr.public_note) %]
190
                            <td>[% IF (cr.public_note) %]
191
                                    [% cr.public_note | html %]
191
                                    [% cr.public_note | html %]
192
                                [% ELSIF (cr.item.itemnotes) %]
192
                                [% ELSIF (cr.item.itemnotes) %]
193
                                    [% cr.item.itemnotes | html %]
193
                                    [% cr.item.itemnotes | $raw %]
194
                                [% END %]
194
                                [% END %]
195
                            </td>
195
                            </td>
196
196
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-3 / +3 lines)
Lines 99-111 Link Here
99
                            </td>
99
                            </td>
100
                        [% END %]
100
                        [% END %]
101
                        <td>
101
                        <td>
102
                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber | uri %]" title="[% item.itemnotes | html %]">[% item.biblio.title | html %]</a>
102
                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber | uri %]">[% item.biblio.title | html %]</a>
103
                        </td>
103
                        </td>
104
                        <td>[% item.biblio.author | html %]</td>
104
                        <td>[% item.biblio.author | html %]</td>
105
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) | html %]
105
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) | html %]
106
                        <td><span title="[% item.itemlost_on | html %]">[% item.itemlost_on | $KohaDates %]</span></td>
106
                        <td><span title="[% item.itemlost_on | html %]">[% item.itemlost_on | $KohaDates %]</span></td>
107
                        <td>
107
                        <td>
108
                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber | uri %]" title="[% item.itemnotes | html %]">[% item.barcode | html %]</a>
108
                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber | uri %]">[% item.barcode | html %]</a>
109
                        </td>
109
                        </td>
110
                        <td>[% item.itemcallnumber | html %]</td>
110
                        <td>[% item.itemcallnumber | html %]</td>
111
                        <td><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td>
111
                        <td><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td>
Lines 117-123 Link Here
117
                        <td>[% Branches.GetName(item.holdingbranch) | html %]</td>
117
                        <td>[% Branches.GetName(item.holdingbranch) | html %]</td>
118
                        <td>[% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %]</td>
118
                        <td>[% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %]</td>
119
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %]
119
                        <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %]
120
                        <td>[% item.itemnotes | html %]</td>
120
                        <td>[% item.itemnotes | $raw %]</td>
121
                    </tr>
121
                    </tr>
122
                [% END %]
122
                [% END %]
123
            </tbody>
123
            </tbody>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-2 / +1 lines)
Lines 80-86 Link Here
80
                                    <td>[% IF ( cr.public_note ) %]
80
                                    <td>[% IF ( cr.public_note ) %]
81
                                            [% cr.public_note | html %]
81
                                            [% cr.public_note | html %]
82
                                        [% ELSIF ( cr.item.itemnotes ) %]
82
                                        [% ELSIF ( cr.item.itemnotes ) %]
83
                                            [% cr.item.itemnotes | html %]
83
                                            [% cr.item.itemnotes | $raw %]
84
                                        [% END %]
84
                                        [% END %]
85
                                    </td>
85
                                    </td>
86
                                    <td>[% IF (cr.item.uri) %]
86
                                    <td>[% IF (cr.item.uri) %]
87
- 

Return to bug 23194