Bugzilla – Attachment 156286 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.19 KB, created by
Owen Leonard
on 2023-09-27 12:40:46 UTC
(
hide
)
Description:
Bug 34921: Tabs on Additional Content page need space above
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-09-27 12:40:46 UTC
Size:
1.19 KB
patch
obsolete
>From ed8362071af76d4b18b3b6f93b314b6d5cadb96c 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. >--- > .../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 dbf97f69f0..e7df348e3b 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.30.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 34921
:
156236
|
156286
|
156288