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 ( 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 ( 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 944-958 Note that permanent location is a code, and location may be an authval. Link Here
944
                        [% 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 %]
944
                        [% 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 %]
945
                    </td>
945
                    </td>
946
                    <td>
946
                    <td>
947
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.suggestedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</a>
947
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.suggestedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.suggester no_html = 1 %]</a>
948
                        [% IF suggestion.suggesteddate %] - [% suggestion.suggesteddate | $KohaDates %][% END %]
948
                        [% IF suggestion.suggesteddate %] - [% suggestion.suggesteddate | $KohaDates %][% END %]
949
                    </td>
949
                    </td>
950
                    <td>
950
                    <td>
951
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.managedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.manager %]</a>
951
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.managedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.manager no_html = 1 %]</a>
952
                        [% IF suggestion.manageddate %] - [% suggestion.manageddate | $KohaDates %][% END %]
952
                        [% IF suggestion.manageddate %] - [% suggestion.manageddate | $KohaDates %][% END %]
953
                    </td>
953
                    </td>
954
                    <td>
954
                    <td>
955
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.lastmodificationby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.last_modifier %]</a>
955
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.lastmodificationby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.last_modifier no_html = 1 %]</a>
956
                        [% IF suggestion.lastmodificationdate %] - [% suggestion.lastmodificationdate | $KohaDates %][% END %]
956
                        [% IF suggestion.lastmodificationdate %] - [% suggestion.lastmodificationdate | $KohaDates %][% END %]
957
                    </td>
957
                    </td>
958
                    <td>
958
                    <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 / +1 lines)
Lines 90-96 Link Here
90
                    [% END %]</td>
90
                    [% END %]</td>
91
                <td>[% IF checkout.issuer_id %]
91
                <td>[% IF checkout.issuer_id %]
92
                    <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% checkout.issuer_id | uri %]">
92
                    <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% checkout.issuer_id | uri %]">
93
                    [% INCLUDE 'patron-title.inc' patron=checkout.issuer %]
93
                    [% INCLUDE 'patron-title.inc' patron=checkout.issuer no_html = 1 %]
94
                    </a>
94
                    </a>
95
                    [% END %]</td>
95
                    [% END %]</td>
96
                <td>[% IF checkout.renewals_count %]
96
                <td>[% IF checkout.renewals_count %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 46-52 Link Here
46
        <table>
46
        <table>
47
            <caption>
47
            <caption>
48
                [% IF ( reserved ) %]
48
                [% IF ( reserved ) %]
49
                    <span>Hold found for [% INCLUDE 'patron-title.inc' patron => hold.patron | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>).
49
                    <span>Hold found for [% INCLUDE 'patron-title.inc' patron => hold.patron no_html = 1 | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>).
50
                [% END %]
50
                [% END %]
51
                [% IF ( waiting ) %]
51
                [% IF ( waiting ) %]
52
                    <span>Item is marked waiting at [% branchname | html %] for [% name | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>).
52
                    <span>Item is marked waiting at [% branchname | html %] for [% name | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>).
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 44-50 Link Here
44
                </li>
44
                </li>
45
                <li>
45
                <li>
46
                    <a href="#" aria-current="page">
46
                    <a href="#" aria-current="page">
47
                        [% INCLUDE 'patron-title.inc' %]
47
                        [% INCLUDE 'patron-title.inc' no_html = 1 %]
48
                    </a>
48
                    </a>
49
                </li>
49
                </li>
50
            [% ELSE %]
50
            [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +1 lines)
Lines 40-46 Link Here
40
            </li>
40
            </li>
41
            <li>
41
            <li>
42
                <a href="#" aria-current="page">
42
                <a href="#" aria-current="page">
43
                    [% INCLUDE 'patron-title.inc' %]
43
                    [% INCLUDE 'patron-title.inc' no_html = 1 %]
44
                </a>
44
                </a>
45
            </li>
45
            </li>
46
        [% ELSE %]
46
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt (-3 / +3 lines)
Lines 30-36 Link Here
30
        [% IF accountline %]
30
        [% IF accountline %]
31
            [% IF accountline.credit_type_code %]
31
            [% IF accountline.credit_type_code %]
32
            <li>
32
            <li>
33
                <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Account for [% INCLUDE 'patron-title.inc' %]</a>
33
                <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]</a>
34
            </li>
34
            </li>
35
            <li>
35
            <li>
36
                <a href="#" aria-current="page">
36
                <a href="#" aria-current="page">
Lines 39-45 Link Here
39
            </li>
39
            </li>
40
            [% ELSIF accountline.debit_type_code %]
40
            [% ELSIF accountline.debit_type_code %]
41
            <li>
41
            <li>
42
                <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Account for [% INCLUDE 'patron-title.inc' %]</a>
42
                <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]</a>
43
            </li>
43
            </li>
44
            <li>
44
            <li>
45
                <a href="#" aria-current="page">
45
                <a href="#" aria-current="page">
Lines 50-56 Link Here
50
        [% ELSE %]
50
        [% ELSE %]
51
            <li>
51
            <li>
52
                <a href="#" aria-current="page">
52
                <a href="#" aria-current="page">
53
                    Account for [% INCLUDE 'patron-title.inc' %]
53
                    Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]
54
                </a>
54
                </a>
55
            </li>
55
            </li>
56
        [% END %]
56
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
        </li>
22
        </li>
23
        <li>
23
        <li>
24
            <a href="#" aria-current="page">
24
            <a href="#" aria-current="page">
25
                API Keys for [% INCLUDE 'patron-title.inc' %]
25
                API Keys for [% INCLUDE 'patron-title.inc' no_html = 1%]
26
            </a>
26
            </a>
27
        </li>
27
        </li>
28
    </ol>
28
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-1 / +1 lines)
Lines 34-40 Link Here
34
        </li>
34
        </li>
35
        <li>
35
        <li>
36
            <a href="#" aria-current="page">
36
            <a href="#" aria-current="page">
37
                Account for [% INCLUDE 'patron-title.inc' %]
37
                Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]
38
            </a>
38
            </a>
39
        </li>
39
        </li>
40
    </ol>
40
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.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
                Files for [% INCLUDE 'patron-title.inc' %]
28
                Files 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/holdshistory.tt (-1 / +1 lines)
Lines 28-34 Link Here
28
        </li>
28
        </li>
29
        <li>
29
        <li>
30
            <a href="#" aria-current="page">
30
            <a href="#" aria-current="page">
31
                Holds history for [% INCLUDE 'patron-title.inc' %]
31
                Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]
32
            </a>
32
            </a>
33
        </li>
33
        </li>
34
    </ol>
34
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-3 / +3 lines)
Lines 70-76 Link Here
70
        </li>
70
        </li>
71
        <li>
71
        <li>
72
            <a href="#" aria-current="page">
72
            <a href="#" aria-current="page">
73
                Details for [% INCLUDE 'patron-title.inc' %]
73
                Details for [% INCLUDE 'patron-title.inc' no_html = 1 %]
74
            </a>
74
            </a>
75
        </li>
75
        </li>
76
    </ol>
76
    </ol>
Lines 391-402 Link Here
391
                      <td>[% entry.appointment_date | $KohaDates %] ([% entry.day_segment | html %])</td>
391
                      <td>[% entry.appointment_date | $KohaDates %] ([% entry.day_segment | html %])</td>
392
                      <td>
392
                      <td>
393
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% entry.chooser.borrowernumber | uri %]">
393
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% entry.chooser.borrowernumber | uri %]">
394
                          [% INCLUDE 'patron-title.inc' patron = entry.chooser invert_name = 0 %]
394
                          [% INCLUDE 'patron-title.inc' patron = entry.chooser invert_name = 0 no_html = 1 %]
395
                        </a>
395
                        </a>
396
                      </td>
396
                      </td>
397
                      <td>
397
                      <td>
398
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% entry.deliverer.borrowernumber | uri %]">
398
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% entry.deliverer.borrowernumber | uri %]">
399
                          [% INCLUDE 'patron-title.inc' patron = entry.deliverer invert_name = 0 %]
399
                          [% INCLUDE 'patron-title.inc' patron = entry.deliverer invert_name = 0 no_html = 1 %]
400
                        </a>
400
                        </a>
401
                      </td>
401
                      </td>
402
                      <td class="actions">
402
                      <td class="actions">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-1 / +1 lines)
Lines 28-34 Link Here
28
            </li>
28
            </li>
29
            <li>
29
            <li>
30
                <a href="#" aria-current="page">
30
                <a href="#" aria-current="page">
31
                    ILL requests history for [% INCLUDE 'patron-title.inc' %]
31
                    ILL requests history for [% INCLUDE 'patron-title.inc' no_html = 1 %]
32
                </a>
32
                </a>
33
            </li>
33
            </li>
34
        </ol>
34
        </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 55-61 legend:hover { Link Here
55
                [% IF (borrower_data.firstname || borrower_data.surname ) %]
55
                [% IF (borrower_data.firstname || borrower_data.surname ) %]
56
                    <li>
56
                    <li>
57
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">
57
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">
58
                            [% INCLUDE 'patron-title.inc' %]
58
                            [% INCLUDE 'patron-title.inc' no_html = 1 %]
59
                        </a>
59
                        </a>
60
                    </li>
60
                    </li>
61
                [% END %]
61
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-2 / +2 lines)
Lines 140-146 Link Here
140
                                        </td>
140
                                        </td>
141
                                        <td>
141
                                        <td>
142
                                            <a target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% p.borrowernumber | uri %]">
142
                                            <a target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% p.borrowernumber | uri %]">
143
                                                [% INCLUDE 'patron-title.inc' patron = p %]
143
                                                [% INCLUDE 'patron-title.inc' patron = p no_html = 1 %]
144
                                                <i class="fa fa-window-restore"></i>
144
                                                <i class="fa fa-window-restore"></i>
145
                                            </a>
145
                                            </a>
146
                                        </td>
146
                                        </td>
Lines 176-182 Link Here
176
                    <div class="dialog alert">No valid patrons to merge were found.</div>
176
                    <div class="dialog alert">No valid patrons to merge were found.</div>
177
                [% ELSE %]
177
                [% ELSE %]
178
                    <p>
178
                    <p>
179
                        Patron records merged into <a href="moremember.pl?borrowernumber=[% keeper.id | uri %]">[% INCLUDE 'patron-title.inc' patron = keeper %]</a>
179
                        Patron records merged into <a href="moremember.pl?borrowernumber=[% keeper.id | uri %]">[% INCLUDE 'patron-title.inc' patron = keeper no_html = 1 %]</a>
180
                    </p>
180
                    </p>
181
181
182
                    [% FOREACH pair IN results.merged.pairs %]
182
                    [% FOREACH pair IN results.merged.pairs %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
                </li>
45
                </li>
46
                <li>
46
                <li>
47
                    <a href="#" aria-current="page">
47
                    <a href="#" aria-current="page">
48
                        Patron details for [% INCLUDE 'patron-title.inc' %]
48
                        Patron details for [% INCLUDE 'patron-title.inc' no_html = 1 %]
49
                    </a>
49
                    </a>
50
                </li>
50
                </li>
51
            [% END %]
51
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +1 lines)
Lines 29-35 Link Here
29
            </li>
29
            </li>
30
            <li>
30
            <li>
31
                <a href="#" aria-current="page">
31
                <a href="#" aria-current="page">
32
                    Sent notices for [% INCLUDE 'patron-title.inc' %]
32
                    Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]
33
                </a>
33
                </a>
34
            </li>
34
            </li>
35
        </ol>
35
        </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.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
                Purchase suggestions for [% INCLUDE 'patron-title.inc' %]
29
                Purchase suggestions 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/readingrec.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
                Circulation history for [% INCLUDE 'patron-title.inc' %]
30
                Circulation history 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/routing-lists.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
                Subscription routing lists for [% INCLUDE 'patron-title.inc' %]
28
                Subscription routing lists 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/statistics.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
                    Statistics for [% INCLUDE 'patron-title.inc' invert_name = 1 %]
41
                    Statistics for [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %]
42
42
43
                </a>
43
                </a>
44
            </li>
44
            </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 / +1 lines)
Lines 65-71 Link Here
65
                            <td>
65
                            <td>
66
                                [% IF l.shared %]
66
                                [% IF l.shared %]
67
                                    [% IF shared_by_other %]
67
                                    [% IF shared_by_other %]
68
                                        by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% l.owner.id | uri %]">[% INCLUDE 'patron-title.inc' patron=l.owner %]</a>
68
                                        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>
69
                                    [% ELSE %]
69
                                    [% ELSE %]
70
                                        by you
70
                                        by you
71
                                    [% END %]
71
                                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
        [% FOREACH subscriber IN subscribers %]
45
        [% FOREACH subscriber IN subscribers %]
46
        <tr>
46
        <tr>
47
            <td>
47
            <td>
48
                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% subscriber.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=subscriber %]</a>
48
                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% subscriber.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=subscriber not_html = 1 %]</a>
49
            </td>
49
            </td>
50
        </tr>
50
        </tr>
51
        [% END %]
51
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 / +1 lines)
Lines 423-429 Link Here
423
                                for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object | url %]">Bibliographic record [% object | html %]</a>
423
                                for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object | url %]">Bibliographic record [% object | html %]</a>
424
                            [% END %]
424
                            [% END %]
425
                            [% IF ( MEMBERS ) %]
425
                            [% IF ( MEMBERS ) %]
426
                                for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object | url %]">[% INCLUDE 'patron-title.inc' %]</a>
426
                                for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object | url %]">[% INCLUDE 'patron-title.inc' no_html = 1 %]</a>
427
                            [% END %]
427
                            [% END %]
428
                            .
428
                            .
429
                        </div>
429
                        </div>
430
- 

Return to bug 29768