Bugzilla – Attachment 59816 Details for
Bug 17937
Adding item description to Twitter Summary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17937 deleting space around TwitterSummary in OPAC details template
Bug-17937-deleting-space-around-TwitterSummary-in-.patch (text/plain), 1.23 KB, created by
Baptiste Wojtkowski (bwoj)
on 2017-02-02 13:39:12 UTC
(
hide
)
Description:
Bug 17937 deleting space around TwitterSummary in OPAC details template
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2017-02-02 13:39:12 UTC
Size:
1.23 KB
patch
obsolete
>From b02925d381e8f35605f38b6d415019c7542658e7 Mon Sep 17 00:00:00 2001 >From: Koha User <support@biblibre.com> >Date: Thu, 2 Feb 2017 13:31:57 +0000 >Subject: [PATCH] Bug 17937 deleting space around TwitterSummary in OPAC > details template > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 0f75a12..dbde139 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -26,7 +26,7 @@ > [% END %] > [% INCLUDE 'doc-head-open.inc' %] > <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %] [% subtitl.subfield |html %][% END %]</title> >-[% IF Koha.Preference(' TwitterSummary ') %] >+[% IF Koha.Preference('TwitterSummary') %] > <meta name="twitter:card" content="summary" /> > <meta name="twitter:site" content="[% Koha.Preference('TwitterAccount') %]" /> > <meta name="twitter:title" content="[% title |html %]" /> >-- >2.7.4
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 17937
:
59192
|
59200
|
59816
|
59817