Bugzilla – Attachment 146309 Details for
Bug 31768
Tags is a 'Tool' but doesn't include the tools nav sidebar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31768: Add tools toolbar to tags page
Bug-31768-Add-tools-toolbar-to-tags-page.patch (text/plain), 1.27 KB, created by
David Nind
on 2023-02-07 09:35:34 UTC
(
hide
)
Description:
Bug 31768: Add tools toolbar to tags page
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-02-07 09:35:34 UTC
Size:
1.27 KB
patch
obsolete
>From fb515d6a40e7037feeb57812d018a0730453baa0 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 6 Feb 2023 22:06:32 +0000 >Subject: [PATCH] Bug 31768: Add tools toolbar to tags page > >The tags tool was missing the toolbar on the left side. >With the filters, this patch adds the toolbar below, like >we do on other pages like HTML customizations. > >To test: >* Go to Tools > Tags >* Verify no toolbar >* Apply patch >* Verify toolbar is now present >* Compare to other tool pages >* Sign off :) > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >index e0bde15076..2065d231b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -245,6 +245,9 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } > <fieldset class="action"><button type="submit" class="btn btn-primary btn-sm"><i class="fa fa-filter" aria-hidden="true"></i> Apply filter(s)</button></fieldset> > </fieldset> > </form> >+ >+[% INCLUDE 'tools-menu.inc' %] >+ > </aside> > </div> > </div> >-- >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 31768
:
146301
|
146303
|
146309
|
146313