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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_hold_cancel.inc (-2 / +2 lines)
Lines 29-35 Link Here
29
            [% SWITCH m.code %]
29
            [% SWITCH m.code %]
30
            [% CASE 'hold_not_cancelled' %]
30
            [% CASE 'hold_not_cancelled' %]
31
                [% IF m.biblio && m.patron %]
31
                [% IF m.biblio && m.patron %]
32
                    <span>Hold on <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% m.biblio.biblionumber | uri %]">[% m.biblio.title | html %]</a> for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% m.patron.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=m.patron %]</a> has not been cancelled.</span>
32
                    <span>Hold on <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% m.biblio.biblionumber | uri %]">[% m.biblio.title | html %]</a> for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% m.patron.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=m.patron no_html = 1 %]</a> has not been cancelled.</span>
33
                [% END %]
33
                [% END %]
34
                <span>An error occurred on cancelling.</span>
34
                <span>An error occurred on cancelling.</span>
35
                [% SWITCH m.error %]
35
                [% SWITCH m.error %]
Lines 39-45 Link Here
39
                [% END %]
39
                [% END %]
40
            [% CASE 'hold_cancelled' %]
40
            [% CASE 'hold_cancelled' %]
41
                [% biblio_link = BLOCK %]<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% m.biblio_id | uri %]">[% m.biblio.title | html %]</a>[% END %]
41
                [% biblio_link = BLOCK %]<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% m.biblio_id | uri %]">[% m.biblio.title | html %]</a>[% END %]
42
                [% patron_link = BLOCK %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% m.patron_id | uri %]">[% INCLUDE 'patron-title.inc' patron=m.patron %]</a>[% END %]
42
                [% patron_link = BLOCK %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% m.patron_id | uri %]">[% INCLUDE 'patron-title.inc' patron=m.patron no_html = 1 %]</a>[% END %]
43
                <span>Hold on [% biblio_link | $raw | $KohaSpan %] for [% patron_link | $raw | $KohaSpan %] has successfully been cancelled.</span>
43
                <span>Hold on [% biblio_link | $raw | $KohaSpan %] for [% patron_link | $raw | $KohaSpan %] has successfully been cancelled.</span>
44
            [% END %]
44
            [% END %]
45
        </div>
45
        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc (-2 / +2 lines)
Lines 55-61 Link Here
55
        [%- SET display_patron_name = 0 -%]
55
        [%- SET display_patron_name = 0 -%]
56
    [%- END -%]
56
    [%- END -%]
57
[%- END -%]
57
[%- END -%]
58
[%- IF hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%]
58
[%- IF !no_html AND hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%] -%]
59
    [%- IF link_to == 'circulation_reserves' %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% data.borrowernumber | uri %]#reserves">
59
    [%- IF link_to == 'circulation_reserves' %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% data.borrowernumber | uri %]#reserves">
60
    [%- ELSIF link_to == 'circulation_recalls' %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% data.borrowernumber | uri %]#recalls">
60
    [%- ELSIF link_to == 'circulation_recalls' %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% data.borrowernumber | uri %]#recalls">
61
    [%- ELSIF link_to == 'members_pay' %]<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">
61
    [%- ELSIF link_to == 'members_pay' %]<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">
Lines 79-84 Link Here
79
    <span>A patron from library [% Branches.GetName( patron.branchcode ) | html -%]</span>
79
    <span>A patron from library [% Branches.GetName( patron.branchcode ) | html -%]</span>
80
[%- END -%]
80
[%- END -%]
81
81
82
[%- IF hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%]
82
[%- IF !no_html AND hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%]
83
    </a>
83
    </a>
84
[%- END -%]
84
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc (-1 / +1 lines)
Lines 44-50 Link Here
44
                        [% END %]
44
                        [% END %]
45
                        <br />Barcode: [% reserveloo.item.barcode | html %]
45
                        <br />Barcode: [% reserveloo.item.barcode | html %]
46
                </td>
46
                </td>
47
                <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrower.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=reserveloo.borrower invert_name=1 no_title=1 %]</a>
47
                <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrower.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=reserveloo.borrower invert_name=1 no_title=1 no_html = 1 %]</a>
48
                    [% IF ( reserveloo.borrower.phone ) %]<br /><span class="patron_phone">[% reserveloo.borrower.phone | html %]</span>[% END %]
48
                    [% IF ( reserveloo.borrower.phone ) %]<br /><span class="patron_phone">[% reserveloo.borrower.phone | html %]</span>[% END %]
49
                    [% IF ( reserveloo.borrower.first_valid_email_address ) %]
49
                    [% IF ( reserveloo.borrower.first_valid_email_address ) %]
50
                        <span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.first_valid_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]">
50
                        <span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.first_valid_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 / +3 lines)
Lines 935-949 Note that permanent location is a code, and location may be an authval. Link Here
935
                        [% IF ( suggestion.isbn ) %]; ISBN:<em>[% suggestion.isbn | html %]</em> [% END %][% IF ( suggestion.publishercode ) %]; Published by [% suggestion.publishercode | html %] [% END %][% IF ( suggestion.publicationyear ) %] in <em>[% suggestion.publicationyear | html %]</em> [% END %][% IF ( suggestion.place ) %] in <em>[% suggestion.place | html %]</em> [% END %][% IF ( suggestion.collectiontitle ) %]; [% suggestion.collectiontitle | html %] [% END %][% IF ( suggestion.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestion.itemtype, 0 ) | html %] [% END %]<br />[% IF ( suggestion.note ) %]<div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestion.note | html %]</div>[% END %]
935
                        [% IF ( suggestion.isbn ) %]; ISBN:<em>[% suggestion.isbn | html %]</em> [% END %][% IF ( suggestion.publishercode ) %]; Published by [% suggestion.publishercode | html %] [% END %][% IF ( suggestion.publicationyear ) %] in <em>[% suggestion.publicationyear | html %]</em> [% END %][% IF ( suggestion.place ) %] in <em>[% suggestion.place | html %]</em> [% END %][% IF ( suggestion.collectiontitle ) %]; [% suggestion.collectiontitle | html %] [% END %][% IF ( suggestion.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestion.itemtype, 0 ) | html %] [% END %]<br />[% IF ( suggestion.note ) %]<div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestion.note | html %]</div>[% END %]
936
                    </td>
936
                    </td>
937
                    <td>
937
                    <td>
938
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.suggestedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</a>
938
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.suggestedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.suggester no_html = 1 %]</a>
939
                        [% IF suggestion.suggesteddate %] - [% suggestion.suggesteddate | $KohaDates %][% END %]
939
                        [% IF suggestion.suggesteddate %] - [% suggestion.suggesteddate | $KohaDates %][% END %]
940
                    </td>
940
                    </td>
941
                    <td>
941
                    <td>
942
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.managedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.manager %]</a>
942
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.managedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.manager no_html = 1 %]</a>
943
                        [% IF suggestion.manageddate %] - [% suggestion.manageddate | $KohaDates %][% END %]
943
                        [% IF suggestion.manageddate %] - [% suggestion.manageddate | $KohaDates %][% END %]
944
                    </td>
944
                    </td>
945
                    <td>
945
                    <td>
946
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.lastmodificationby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.last_modifier %]</a>
946
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.lastmodificationby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.last_modifier no_html = 1 %]</a>
947
                        [% IF suggestion.lastmodificationdate %] - [% suggestion.lastmodificationdate | $KohaDates %][% END %]
947
                        [% IF suggestion.lastmodificationdate %] - [% suggestion.lastmodificationdate | $KohaDates %][% END %]
948
                    </td>
948
                    </td>
949
                    <td>
949
                    <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 / +1 lines)
Lines 87-93 Link Here
87
                    [% END %]</td>
87
                    [% END %]</td>
88
                <td>[% IF checkout.issuer_id %]
88
                <td>[% IF checkout.issuer_id %]
89
                    <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% checkout.issuer_id | uri %]">
89
                    <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% checkout.issuer_id | uri %]">
90
                    [% INCLUDE 'patron-title.inc' patron=checkout.issuer %]
90
                    [% INCLUDE 'patron-title.inc' patron=checkout.issuer no_html = 1 %]
91
                    </a>
91
                    </a>
92
                    [% END %]</td>
92
                    [% END %]</td>
93
                <td>[% IF checkout.renewals_count %]
93
                <td>[% IF checkout.renewals_count %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 42-48 Link Here
42
                </li>
42
                </li>
43
                <li>
43
                <li>
44
                    <a href="#" aria-current="page">
44
                    <a href="#" aria-current="page">
45
                        [% INCLUDE 'patron-title.inc' %]
45
                        [% INCLUDE 'patron-title.inc' no_html = 1 %]
46
                    </a>
46
                    </a>
47
                </li>
47
                </li>
48
            [% ELSE %]
48
            [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +1 lines)
Lines 38-44 Link Here
38
            </li>
38
            </li>
39
            <li>
39
            <li>
40
                <a href="#" aria-current="page">
40
                <a href="#" aria-current="page">
41
                    [% INCLUDE 'patron-title.inc' %]
41
                    [% INCLUDE 'patron-title.inc' no_html = 1 %]
42
                </a>
42
                </a>
43
            </li>
43
            </li>
44
        [% ELSE %]
44
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt (-3 / +3 lines)
Lines 28-34 Link Here
28
        [% IF accountline %]
28
        [% IF accountline %]
29
            [% IF accountline.credit_type_code %]
29
            [% IF accountline.credit_type_code %]
30
            <li>
30
            <li>
31
                <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Account for [% INCLUDE 'patron-title.inc' %]</a>
31
                <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]</a>
32
            </li>
32
            </li>
33
            <li>
33
            <li>
34
                <a href="#" aria-current="page">
34
                <a href="#" aria-current="page">
Lines 37-43 Link Here
37
            </li>
37
            </li>
38
            [% ELSIF accountline.debit_type_code %]
38
            [% ELSIF accountline.debit_type_code %]
39
            <li>
39
            <li>
40
                <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Account for [% INCLUDE 'patron-title.inc' %]</a>
40
                <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]</a>
41
            </li>
41
            </li>
42
            <li>
42
            <li>
43
                <a href="#" aria-current="page">
43
                <a href="#" aria-current="page">
Lines 48-54 Link Here
48
        [% ELSE %]
48
        [% ELSE %]
49
            <li>
49
            <li>
50
                <a href="#" aria-current="page">
50
                <a href="#" aria-current="page">
51
                    Account for [% INCLUDE 'patron-title.inc' %]
51
                    Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]
52
                </a>
52
                </a>
53
            </li>
53
            </li>
54
        [% END %]
54
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
        </li>
20
        </li>
21
        <li>
21
        <li>
22
            <a href="#" aria-current="page">
22
            <a href="#" aria-current="page">
23
                API Keys for [% INCLUDE 'patron-title.inc' %]
23
                API Keys for [% INCLUDE 'patron-title.inc' no_html = 1%]
24
            </a>
24
            </a>
25
        </li>
25
        </li>
26
    </ol>
26
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
        </li>
32
        </li>
33
        <li>
33
        <li>
34
            <a href="#" aria-current="page">
34
            <a href="#" aria-current="page">
35
                Account for [% INCLUDE 'patron-title.inc' %]
35
                Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]
36
            </a>
36
            </a>
37
        </li>
37
        </li>
38
    </ol>
38
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt (-1 / +1 lines)
Lines 23-29 Link Here
23
        </li>
23
        </li>
24
        <li>
24
        <li>
25
            <a href="#" aria-current="page">
25
            <a href="#" aria-current="page">
26
                Files for [% INCLUDE 'patron-title.inc' %]
26
                Files for [% INCLUDE 'patron-title.inc' no_html = 1 %]
27
            </a>
27
            </a>
28
        </li>
28
        </li>
29
    </ol>
29
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
        </li>
26
        </li>
27
        <li>
27
        <li>
28
            <a href="#" aria-current="page">
28
            <a href="#" aria-current="page">
29
                Holds history for [% INCLUDE 'patron-title.inc' %]
29
                Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]
30
            </a>
30
            </a>
31
        </li>
31
        </li>
32
    </ol>
32
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-3 / +3 lines)
Lines 68-74 Link Here
68
        </li>
68
        </li>
69
        <li>
69
        <li>
70
            <a href="#" aria-current="page">
70
            <a href="#" aria-current="page">
71
                Details for [% INCLUDE 'patron-title.inc' %]
71
                Details for [% INCLUDE 'patron-title.inc' no_html = 1 %]
72
            </a>
72
            </a>
73
        </li>
73
        </li>
74
    </ol>
74
    </ol>
Lines 388-399 Link Here
388
                      <td>[% entry.appointment_date | $KohaDates %] ([% entry.day_segment | html %])</td>
388
                      <td>[% entry.appointment_date | $KohaDates %] ([% entry.day_segment | html %])</td>
389
                      <td>
389
                      <td>
390
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% entry.chooser.borrowernumber | uri %]">
390
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% entry.chooser.borrowernumber | uri %]">
391
                          [% INCLUDE 'patron-title.inc' patron = entry.chooser invert_name = 0 %]
391
                          [% INCLUDE 'patron-title.inc' patron = entry.chooser invert_name = 0 no_html = 1 %]
392
                        </a>
392
                        </a>
393
                      </td>
393
                      </td>
394
                      <td>
394
                      <td>
395
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% entry.deliverer.borrowernumber | uri %]">
395
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% entry.deliverer.borrowernumber | uri %]">
396
                          [% INCLUDE 'patron-title.inc' patron = entry.deliverer invert_name = 0 %]
396
                          [% INCLUDE 'patron-title.inc' patron = entry.deliverer invert_name = 0 no_html = 1 %]
397
                        </a>
397
                        </a>
398
                      </td>
398
                      </td>
399
                      <td class="actions">
399
                      <td class="actions">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
            </li>
26
            </li>
27
            <li>
27
            <li>
28
                <a href="#" aria-current="page">
28
                <a href="#" aria-current="page">
29
                    ILL requests history for [% INCLUDE 'patron-title.inc' %]
29
                    ILL requests history for [% INCLUDE 'patron-title.inc' no_html = 1 %]
30
                </a>
30
                </a>
31
            </li>
31
            </li>
32
        </ol>
32
        </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 52-58 legend:hover { Link Here
52
                [% IF (borrower_data.firstname || borrower_data.surname ) %]
52
                [% IF (borrower_data.firstname || borrower_data.surname ) %]
53
                    <li>
53
                    <li>
54
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">
54
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">
55
                            [% INCLUDE 'patron-title.inc' %]
55
                            [% INCLUDE 'patron-title.inc' no_html = 1 %]
56
                        </a>
56
                        </a>
57
                    </li>
57
                    </li>
58
                [% END %]
58
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-2 / +2 lines)
Lines 137-143 Link Here
137
                                        </td>
137
                                        </td>
138
                                        <td>
138
                                        <td>
139
                                            <a target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% p.borrowernumber | uri %]">
139
                                            <a target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% p.borrowernumber | uri %]">
140
                                                [% INCLUDE 'patron-title.inc' patron = p %]
140
                                                [% INCLUDE 'patron-title.inc' patron = p no_html = 1 %]
141
                                                <i class="fa fa-window-restore"></i>
141
                                                <i class="fa fa-window-restore"></i>
142
                                            </a>
142
                                            </a>
143
                                        </td>
143
                                        </td>
Lines 173-179 Link Here
173
                    <div class="dialog alert">No valid patrons to merge were found.</div>
173
                    <div class="dialog alert">No valid patrons to merge were found.</div>
174
                [% ELSE %]
174
                [% ELSE %]
175
                    <p>
175
                    <p>
176
                        Patron records merged into <a href="moremember.pl?borrowernumber=[% keeper.id | uri %]">[% INCLUDE 'patron-title.inc' patron = keeper %]</a>
176
                        Patron records merged into <a href="moremember.pl?borrowernumber=[% keeper.id | uri %]">[% INCLUDE 'patron-title.inc' patron = keeper no_html = 1 %]</a>
177
                    </p>
177
                    </p>
178
178
179
                    [% FOREACH pair IN results.merged.pairs %]
179
                    [% FOREACH pair IN results.merged.pairs %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
                </li>
43
                </li>
44
                <li>
44
                <li>
45
                    <a href="#" aria-current="page">
45
                    <a href="#" aria-current="page">
46
                        Patron details for [% INCLUDE 'patron-title.inc' %]
46
                        Patron details for [% INCLUDE 'patron-title.inc' no_html = 1 %]
47
                    </a>
47
                    </a>
48
                </li>
48
                </li>
49
            [% END %]
49
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +1 lines)
Lines 27-33 Link Here
27
            </li>
27
            </li>
28
            <li>
28
            <li>
29
                <a href="#" aria-current="page">
29
                <a href="#" aria-current="page">
30
                    Sent notices for [% INCLUDE 'patron-title.inc' %]
30
                    Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]
31
                </a>
31
                </a>
32
            </li>
32
            </li>
33
        </ol>
33
        </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
        </li>
24
        </li>
25
        <li>
25
        <li>
26
            <a href="#" aria-current="page">
26
            <a href="#" aria-current="page">
27
                Purchase suggestions for [% INCLUDE 'patron-title.inc' %]
27
                Purchase suggestions for [% INCLUDE 'patron-title.inc' no_html = 1 %]
28
            </a>
28
            </a>
29
        </li>
29
        </li>
30
    </ol>
30
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +1 lines)
Lines 25-31 Link Here
25
        </li>
25
        </li>
26
        <li>
26
        <li>
27
            <a href="#" aria-current="page">
27
            <a href="#" aria-current="page">
28
                Circulation history for [% INCLUDE 'patron-title.inc' %]
28
                Circulation history for [% INCLUDE 'patron-title.inc' no_html = 1 %]
29
            </a>
29
            </a>
30
        </li>
30
        </li>
31
    </ol>
31
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt (-1 / +1 lines)
Lines 23-29 Link Here
23
        </li>
23
        </li>
24
        <li>
24
        <li>
25
            <a href="#" aria-current="page">
25
            <a href="#" aria-current="page">
26
                Subscription routing lists for [% INCLUDE 'patron-title.inc' %]
26
                Subscription routing lists for [% INCLUDE 'patron-title.inc' no_html = 1 %]
27
            </a>
27
            </a>
28
        </li>
28
        </li>
29
    </ol>
29
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
            </li>
36
            </li>
37
            <li>
37
            <li>
38
                <a href="#" aria-current="page">
38
                <a href="#" aria-current="page">
39
                    Statistics for [% INCLUDE 'patron-title.inc' invert_name = 1 %]
39
                    Statistics for [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %]
40
40
41
                </a>
41
                </a>
42
            </li>
42
            </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 / +1 lines)
Lines 61-67 Link Here
61
                        <td>
61
                        <td>
62
                            [% IF l.shared %]
62
                            [% IF l.shared %]
63
                                [% IF shared_by_other %]
63
                                [% IF shared_by_other %]
64
                                    by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% l.owner.id | uri %]">[% INCLUDE 'patron-title.inc' patron=l.owner %]</a>
64
                                    by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% l.owner.id | uri %]">[% INCLUDE 'patron-title.inc' patron=l.owner no_html = 1%]</a>
65
                                [% ELSE %]
65
                                [% ELSE %]
66
                                    by you
66
                                    by you
67
                                [% END %]
67
                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
        [% FOREACH subscriber IN subscribers %]
41
        [% FOREACH subscriber IN subscribers %]
42
        <tr>
42
        <tr>
43
            <td>
43
            <td>
44
                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% subscriber.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=subscriber %]</a>
44
                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% subscriber.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=subscriber not_html = 1 %]</a>
45
            </td>
45
            </td>
46
        </tr>
46
        </tr>
47
        [% END %]
47
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 / +1 lines)
Lines 413-419 Link Here
413
                                for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object | url %]">Bibliographic record [% object | html %]</a>
413
                                for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object | url %]">Bibliographic record [% object | html %]</a>
414
                            [% END %]
414
                            [% END %]
415
                            [% IF ( MEMBERS ) %]
415
                            [% IF ( MEMBERS ) %]
416
                                for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object | url %]">[% INCLUDE 'patron-title.inc' %]</a>
416
                                for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object | url %]">[% INCLUDE 'patron-title.inc' no_html = 1 %]</a>
417
                            [% END %]
417
                            [% END %]
418
                            .
418
                            .
419
                        </div>
419
                        </div>
420
- 

Return to bug 29768