Bugzilla – Attachment 104096 Details for
Bug 13388
Add library pages to the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13388: (follow-up) Remove display of email address
Bug-13388-follow-up-Remove-display-of-email-addres.patch (text/plain), 1.78 KB, created by
Martin Renvoize (ashimema)
on 2020-05-01 14:14:55 UTC
(
hide
)
Description:
Bug 13388: (follow-up) Remove display of email address
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-05-01 14:14:55 UTC
Size:
1.78 KB
patch
obsolete
>From d3b3d4e59915c87a58de163957650a12d37f8b1e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 1 May 2020 12:06:03 +0000 >Subject: [PATCH] Bug 13388: (follow-up) Remove display of email address > >Since the email address configured for a library may not be the email >address libraries want to use as a contact email address the email >should not be displayed by default. > >This patch removes display of the email address. Libraries may choose to >add the information to the opac_info column, so there is already a >built-in alternative. > >To test, apply the patch and view the detail page for a library in your >system which has an email address configured. The email address should >not display on the page. > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt >index 8d9680cade..caba1e923b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt >@@ -57,9 +57,6 @@ > [% IF ( library.branchfax ) %] > <p>Fax: <span property="faxNumber">[% library.branchfax | html %]</span></p> > [% END %] >- [% IF ( library.branchemail ) %] >- <p>Email: <a href="mailto:[% library.branchemail | url %]" property="email">[% library.branchemail | html %]</a></p> >- [% END %] > [% IF ( library.branchurl ) %] > <p><a href="[% library.branchurl | url %]" property="url">[% library.branchurl | html %]</a></p> > [% END %] >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13388
:
103923
|
104042
|
104052
|
104081
|
104083
|
104084
|
104095
|
104096
|
104097
|
104109
|
104110
|
104111
|
104112