Bugzilla – Attachment 166211 Details for
Bug 29948
Display author information for researchers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29948: Remove margin bottom for paragraph
Bug-29948-Remove-margin-bottom-for-paragraph.patch (text/plain), 2.85 KB, created by
David Nind
on 2024-05-06 11:09:13 UTC
(
hide
)
Description:
Bug 29948: Remove margin bottom for paragraph
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-05-06 11:09:13 UTC
Size:
2.85 KB
patch
obsolete
>From b66bf96810acdb24b22e99e82a69466abe60d625 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 6 May 2024 12:22:42 +0200 >Subject: [PATCH] Bug 29948: Remove margin bottom for paragraph > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../bootstrap/en/includes/authority-information.inc | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-information.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-information.inc >index 9bd43f41ee..2ed1afd693 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-information.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-information.inc >@@ -51,9 +51,9 @@ > [% IF info.end_period %]until: [% info.end_period | html %][% END ~%] > ) > [% END %] >- [% IF info.uri %]<p>URI: [% info.uri | html %]</p>[% END %] >- [% IF info.source_of_information %]<p>Source of information: [% info.source_of_information | html %]</p> [% END %] >- [% IF info.authority_record_number %]<p>Authority record control number or standard number: [% info.authority_record_number | html %]</p>[% END %] >+ [% IF info.uri %]<p style="margin-bottom: 0;">URI: [% info.uri | html %]</p>[% END %] >+ [% IF info.source_of_information %]<p style="margin-bottom: 0;">Source of information: [% info.source_of_information | html %]</p> [% END %] >+ [% IF info.authority_record_number %]<p style="margin-bottom: 0;">Authority record control number or standard number: [% info.authority_record_number | html %]</p>[% END %] > </span> > </li> > [% END %] >@@ -76,9 +76,9 @@ > [% IF info.end_period %]until: [% info.end_period | html %][% END ~%] > ) > [% END %] >- [% IF info.uri %]<p>URI: [% info.uri | html %]</p>[% END %] >- [% IF info.source_of_information %]<p>Source of information: [% info.source_of_information | html %]</p> [% END %] >- [% IF info.authority_record_number %]<p>Authority record control number or standard number: [% info.authority_record_number | html %]</p>[% END %] >+ [% IF info.uri %]<p style="margin-bottom: 0;">URI: [% info.uri | html %]</p>[% END %] >+ [% IF info.source_of_information %]<p style="margin-bottom: 0;">Source of information: [% info.source_of_information | html %]</p> [% END %] >+ [% IF info.authority_record_number %]<p style="margin-bottom: 0;">Authority record control number or standard number: [% info.authority_record_number | html %]</p>[% END %] > </span> > </li> > [% END %] >-- >2.39.2
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 29948
:
163167
|
163168
|
163169
|
163696
|
163697
|
163698
|
163699
|
163700
|
166166
|
166167
|
166168
|
166169
|
166181
|
166183
|
166184
|
166185
|
166186
|
166197
|
166198
|
166199
|
166200
|
166201
|
166202
|
166203
|
166205
|
166206
|
166207
|
166208
|
166209
|
166210
|
166211
|
166594
|
166595
|
166596
|
166597
|
166598
|
166599
|
166600
|
166642