Bugzilla – Attachment 161963 Details for
Bug 32731
Option for cataloguing tools to also be shown in tools home
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32731: (QA follow-up) Remove show/hide, add css classes
Bug-32731-QA-follow-up-Remove-showhide-add-css-cla.patch (text/plain), 1.37 KB, created by
Kyle M Hall (khall)
on 2024-02-09 11:58:48 UTC
(
hide
)
Description:
Bug 32731: (QA follow-up) Remove show/hide, add css classes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-02-09 11:58:48 UTC
Size:
1.37 KB
patch
obsolete
>From 7f3d03814bb1bc8878d09fe2d47ff2157ed96efc Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 9 Feb 2024 06:58:23 -0500 >Subject: [PATCH] Bug 32731: (QA follow-up) Remove show/hide, add css classes > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >index dcf897a51a6..542c0b997d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >@@ -200,11 +200,7 @@ > </div> <!-- /.col-md-10 --> > </div> <!-- /.row --> > <div class="row"> >- <div class="cataloging-tools col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> >- <a class="toggle-ct">Show cataloging tools</a> >- <a class="toggle-ct" style="display:none;">Hide cataloging tools</a> >- </div> >- <div class="toggle-ct col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2" style="display:none;"> >+ <div id="cataloging-tools-menu" class="cataloging-tools-menu toggle-ct col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> > [% INCLUDE 'cataloging-tools.inc' %] > </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 32731
:
145682
|
145683
|
145752
|
145753
|
148947
|
150691
|
151605
|
157127
|
158613
|
161962
| 161963