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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE EmailHeader %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% USE ItemTypes %]
3
[% USE ItemTypes %]
3
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
Lines 55-61 Link Here
55
                <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>
56
                <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>
56
                    [% IF ( reserveloo.borrower.phone ) %]<br /><span class="patron_phone">[% reserveloo.borrower.phone | html %]</span>[% END %]
57
                    [% IF ( reserveloo.borrower.phone ) %]<br /><span class="patron_phone">[% reserveloo.borrower.phone | html %]</span>[% END %]
57
                    [% IF ( reserveloo.borrower.notice_email_address ) %]
58
                    [% IF ( reserveloo.borrower.notice_email_address ) %]
58
                        <span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.notice_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]">
59
                        <span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.notice_email_address | uri %]?subject=[% "Hold waiting: " | email_header %][% reserveloo.biblio.title | email_header %]">
59
                        [% reserveloo.borrower.notice_email_address | html %]</a></span>
60
                        [% reserveloo.borrower.notice_email_address | html %]</a></span>
60
                    [% END %]
61
                    [% END %]
61
                </td>
62
                </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-2 / +3 lines)
Lines 1-4 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE EmailHeader %]
2
[% USE Branches %]
3
[% USE Branches %]
3
[% USE Koha %]
4
[% USE Koha %]
4
[% USE KohaDates %]
5
[% USE KohaDates %]
Lines 73-79 Link Here
73
                            <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% overduesloo.borrowernumber | uri %]">[% overduesloo.borrowersurname | html %], [% overduesloo.borrowerfirstname | html %]</a>
74
                            <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% overduesloo.borrowernumber | uri %]">[% overduesloo.borrowersurname | html %], [% overduesloo.borrowerfirstname | html %]</a>
74
                            <br />[% overduesloo.cardnumber | html %]
75
                            <br />[% overduesloo.cardnumber | html %]
75
                            <br />[% overduesloo.borrowerphone | html %]<br />
76
                            <br />[% overduesloo.borrowerphone | html %]<br />
76
                        [% IF ( overduesloo.borroweremail ) %]<a href="mailto:[% overduesloo.borroweremail | uri %]?subject=Overdue: [% overduesloo.title | uri %]">
77
                        [% IF ( overduesloo.borroweremail ) %]<a href="mailto:[% overduesloo.borroweremail | uri %]?subject=Overdue: [% overduesloo.title | email_header %]">
77
                        [% overduesloo.borroweremail | html %]</a>[% END %]
78
                        [% overduesloo.borroweremail | html %]</a>[% END %]
78
                        </td>
79
                        </td>
79
                        <td>[% Branches.GetName( overduesloo.homebranch ) | html %] [% overduesloo.itemcallnumber | html %]
80
                        <td>[% Branches.GetName( overduesloo.homebranch ) | html %] [% overduesloo.itemcallnumber | html %]
Lines 114-120 Link Here
114
                            <p><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% todayoverduesloo.borrowernumber | uri %]">[% todayoverduesloo.borrowersurname | html %] &nbsp; [% todayoverduesloo.borrowerfirstname | html %]</a>
115
                            <p><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% todayoverduesloo.borrowernumber | uri %]">[% todayoverduesloo.borrowersurname | html %] &nbsp; [% todayoverduesloo.borrowerfirstname | html %]</a>
115
                            <br />[% todayoverduesloo.cardnumber | html %]<br />
116
                            <br />[% todayoverduesloo.cardnumber | html %]<br />
116
                            <br />[% todayoverduesloo.borrowerphone | html %]<br />
117
                            <br />[% todayoverduesloo.borrowerphone | html %]<br />
117
                        [% IF ( todayoverduesloo.borroweremail ) %]<a href="mailto:[% todayoverduesloo.borroweremail | uri %]?subject=Overdue: [% todayoverduesloo.title | uri %]">
118
                        [% IF ( todayoverduesloo.borroweremail ) %]<a href="mailto:[% todayoverduesloo.borroweremail | uri %]?subject=Overdue: [% todayoverduesloo.title | email_header %]">
118
                        [% todayoverduesloo.borroweremail | html %]</a>[% END %]
119
                        [% todayoverduesloo.borroweremail | html %]</a>[% END %]
119
                            </p>
120
                            </p>
120
                        </td>
121
                        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +2 lines)
Lines 1-4 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE EmailHeader %]
2
[% USE Asset %]
3
[% USE Asset %]
3
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
4
[% USE KohaDates %]
5
[% USE KohaDates %]
Lines 111-117 Link Here
111
          <td>
112
          <td>
112
            [% INCLUDE 'patron-title.inc' patron=overdueloo.patron hide_patron_infos_if_needed=1 %]
113
            [% INCLUDE 'patron-title.inc' patron=overdueloo.patron hide_patron_infos_if_needed=1 %]
113
            [% IF logged_in_user.can_see_patron_infos( overdueloo.patron ) %]
114
            [% IF logged_in_user.can_see_patron_infos( overdueloo.patron ) %]
114
                [% IF ( overdueloo.email ) %][<a href="mailto:[% overdueloo.email | uri %]?subject=[% INCLUDE subject %] [% overdueloo.title | uri %]">email</a>][% END %]
115
                [% IF ( overdueloo.email ) %][<a href="mailto:[% overdueloo.email | uri %]?subject=[% INCLUDE subject %] [% overdueloo.title | email_header %]">email</a>][% END %]
115
                [% IF ( overdueloo.phone ) %]([% overdueloo.phone | html %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile | html %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro | html %])[% END %]
116
                [% IF ( overdueloo.phone ) %]([% overdueloo.phone | html %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile | html %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro | html %])[% END %]
116
            [% END %]
117
            [% END %]
117
          </td>
118
          </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +2 lines)
Lines 1-4 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE EmailHeader %]
2
[% USE Asset %]
3
[% USE Asset %]
3
[% USE Koha %]
4
[% USE Koha %]
4
[% USE KohaDates %]
5
[% USE KohaDates %]
Lines 81-87 Link Here
81
                            [% IF ( reser.patron.notice_email_address ) %]
82
                            [% IF ( reser.patron.notice_email_address ) %]
82
                                <br />
83
                                <br />
83
                                [% BLOCK subject %]Hold:[% END %]
84
                                [% BLOCK subject %]Hold:[% END %]
84
                                <a href="mailto:[% reser.patron.notice_email_address | uri %]?subject=[% INCLUDE subject %] [% reser.title | uri %]">
85
                                <a href="mailto:[% reser.patron.notice_email_address | uri %]?subject=[% INCLUDE subject %] [% reser.title | email_header %]">
85
                                    [% reser.patron.notice_email_address | html %]
86
                                    [% reser.patron.notice_email_address | html %]
86
                                </a>
87
                                </a>
87
                            [% END %]
88
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +2 lines)
Lines 6-11 Link Here
6
[% USE Branches %]
6
[% USE Branches %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% USE TablesSettings %]
8
[% USE TablesSettings %]
9
[% USE EmailHeader %]
9
[% PROCESS 'i18n.inc' %]
10
[% PROCESS 'i18n.inc' %]
10
[% SET footerjs = 1 %]
11
[% SET footerjs = 1 %]
11
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
Lines 233-239 Link Here
233
                             <p>[% itemsloo.patron.phone | html %]</p>
234
                             <p>[% itemsloo.patron.phone | html %]</p>
234
                             [% IF itemsloo.patron.notice_email_address %]
235
                             [% IF itemsloo.patron.notice_email_address %]
235
                             <p class="patron-email">
236
                             <p class="patron-email">
236
                             <a href="mailto:[% itemsloo.patron.notice_email_address | uri %]?subject=[% itemsloo.title | uri %]">
237
                             <a href="mailto:[% itemsloo.patron.notice_email_address | uri %]?subject=[% itemsloo.title | email_header%]">
237
                             [% itemsloo.patron.notice_email_address | html %]</a>
238
                             [% itemsloo.patron.notice_email_address | html %]</a>
238
                             </p>
239
                             </p>
239
                             [% END %]
240
                             [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt (-2 / +3 lines)
Lines 2-7 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Asset %]
4
[% USE Asset %]
5
[% USE EmailHeader %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
Lines 74-80 Link Here
74
                                                <td class="recall-patron">
75
                                                <td class="recall-patron">
75
                                                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% recall.patron_id | uri %]">[% recall.patron.firstname | html %] [% recall.patron.surname | html %]</a>
76
                                                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% recall.patron_id | uri %]">[% recall.patron.firstname | html %] [% recall.patron.surname | html %]</a>
76
                                                    [% IF ( recall.patron.phone ) %]<br />[% recall.patron.phone | html %][% END %]
77
                                                    [% IF ( recall.patron.phone ) %]<br />[% recall.patron.phone | html %][% END %]
77
                                                    [% IF ( recall.patron.email ) %]<br /><a href="mailto:[% recall.patron.email | uri %]?subject=Recall waiting: [% recall.biblio.title | uri %]">[% recall.patron.email | html %]</a>[% END %]
78
                                                    [% IF ( recall.patron.email ) %]<br /><a href="mailto:[% recall.patron.email | uri %]?subject=Recall waiting: [% recall.biblio.title | email_header %]">[% recall.patron.email | html %]</a>[% END %]
78
                                                </td>
79
                                                </td>
79
                                                <td class="recall-library">[% recall.library.branchname | html %]</td>
80
                                                <td class="recall-library">[% recall.library.branchname | html %]</td>
80
                                                <td class="recall-action actions">
81
                                                <td class="recall-action actions">
Lines 119-125 Link Here
119
                                                    <td class="recall-patron">
120
                                                    <td class="recall-patron">
120
                                                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% recall.patron_id | uri %]">[% recall.patron.firstname | html %] [% recall.patron.surname | html %]</a>
121
                                                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% recall.patron_id | uri %]">[% recall.patron.firstname | html %] [% recall.patron.surname | html %]</a>
121
                                                        [% IF ( recall.patron.phone ) %]<br />[% recall.patron.phone | html %][% END %]
122
                                                        [% IF ( recall.patron.phone ) %]<br />[% recall.patron.phone | html %][% END %]
122
                                                        [% IF ( recall.patron.email ) %]<br /><a href="mailto:[% recall.patron.email | uri %]?subject=Recall waiting: [% recall.biblio.title | uri %]">[% recall.patron.email | html %]</a>[% END %]
123
                                                        [% IF ( recall.patron.email ) %]<br /><a href="mailto:[% recall.patron.email | uri %]?subject=Recall waiting: [% recall.biblio.title | email_header %]">[% recall.patron.email | html %]</a>[% END %]
123
                                                    </td>
124
                                                    </td>
124
                                                    <td class="recall-library">[% recall.library.branchname | html %]</td>
125
                                                    <td class="recall-library">[% recall.library.branchname | html %]</td>
125
                                                    <td class="recall-action actions">
126
                                                    <td class="recall-action actions">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +2 lines)
Lines 8-13 Link Here
8
[% USE AuthorisedValues %]
8
[% USE AuthorisedValues %]
9
[% USE KohaPlugins %]
9
[% USE KohaPlugins %]
10
[% USE SafeURL %]
10
[% USE SafeURL %]
11
[% USE EmailHeader %]
11
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnDetail ) %]
12
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnDetail ) %]
12
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnDetail ) %]
13
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnDetail ) %]
13
[% SET CoverImagePlugins = KohaPlugins.get_plugins_opac_cover_images %]
14
[% SET CoverImagePlugins = KohaPlugins.get_plugins_opac_cover_images %]
Lines 1095-1101 Link Here
1095
                                    [% CASE "linkedin" -%]
1096
                                    [% CASE "linkedin" -%]
1096
                                        <div><a id="linkedin" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on LinkedIn"><i class="fab fa-linkedin" aria-hidden="true"></i></a></div>
1097
                                        <div><a id="linkedin" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on LinkedIn"><i class="fab fa-linkedin" aria-hidden="true"></i></a></div>
1097
                                    [% CASE "email" -%]
1098
                                    [% CASE "email" -%]
1098
                                        <div><a id="email" href="mailto:?subject=[% title |url %]&amp;body=[% title |url %]%20([% current_url |url %])" title="Share by email"><i class="fa-solid fa-envelope" aria-hidden="true"></i></a></div>
1099
                                        <div><a id="email" href="mailto:?subject=[% title | email_header %]&amp;body=[% title | url %]%20([% current_url |url %])" title="Share by email"><i class="fa-solid fa-envelope" aria-hidden="true"></i></a></div>
1099
                                [% END # /SWITCH network -%]
1100
                                [% END # /SWITCH network -%]
1100
                            [% END # /FOREACH network %]
1101
                            [% END # /FOREACH network %]
1101
                        </div> <!-- /#social_networks -->
1102
                        </div> <!-- /#social_networks -->
1102
- 

Return to bug 37918