Bugzilla – Attachment 156288 Details for
Bug 34921
Tabs on Additional Content page need space above
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34921: Tabs on Additional Content page need space above
Bug-34921-Tabs-on-Additional-Content-page-need-spa.patch (text/plain), 1.25 KB, created by
Martin Renvoize (ashimema)
on 2023-09-27 13:14:03 UTC
(
hide
)
Description:
Bug 34921: Tabs on Additional Content page need space above
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-09-27 13:14:03 UTC
Size:
1.25 KB
patch
obsolete
>From 9c31bd91c454eaa91c344cda5055239211fa61b8 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 27 Sep 2023 12:36:15 +0000 >Subject: [PATCH] Bug 34921: Tabs on Additional Content page need space above > >This patch adds a separator element, <hr /> between the additional >contents form and the tabs for visual clarity. Using an element is a >little hackish but it's a simple solution. > >To test, apply the patch and go to Tools -> News -> New entry. > >There should be a clear gap between the top form and the tabs below. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index dbf97f69f08..e7df348e3b3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -266,6 +266,8 @@ > </ol> > </fieldset> > >+ <hr aria-hidden="true" /> >+ > [% IF languages.size %] > [% WRAPPER tabs id= "tabs" %] > [% WRAPPER tabs_nav %] >-- >2.41.0
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 34921
:
156236
|
156286
| 156288