Bugzilla – Attachment 172371 Details for
Bug 36372
Allow privileged users to set the 'record source' on cataloguing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36372: Fix style issues in dropdown
Bug-36372-Fix-style-issues-in-dropdown.patch (text/plain), 1.52 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-10-03 19:13:52 UTC
(
hide
)
Description:
Bug 36372: Fix style issues in dropdown
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-10-03 19:13:52 UTC
Size:
1.52 KB
patch
obsolete
>From 21e24753272b85c304d22ece868af68ae9fc6029 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 3 Oct 2024 16:08:35 -0300 >Subject: [PATCH] Bug 36372: Fix style issues in dropdown > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 6bd62709f79..83e0eb9cdaf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -48,9 +48,9 @@ > [% END %] > > [% IF CAN_user_editcatalogue_set_record_sources %] >- <li><a id="setrecordsource" href="/cgi-bin/koha/cataloguing/record_source.pl?biblionumber=[% biblionumber | html %]">Set record source</a></li> >+ <li><a class="dropdown-item" id="setrecordsource" href="/cgi-bin/koha/cataloguing/record_source.pl?biblionumber=[% biblionumber | html %]">Set record source</a></li> > [% ELSE %] >- <li class="disabled"><a id="setrecordsource" href="#">Set record source</a></li> >+ <li data-bs-toggle="tooltip" data-bs-placement="left" title="This record is locked"><a class="dropdown-item disabled" aria-disabled="true" id="setrecordsource" href="#">Set record source</a></li> > [% END %] > > [% IF CAN_user_tools_records_batchmod %] >-- >2.46.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 36372
:
166161
|
168054
|
168195
|
168338
|
168339
|
168340
|
168430
|
168510
|
168511
|
168512
|
168897
|
168898
|
168899
|
168900
|
168902
|
169268
|
169269
|
169270
|
169271
|
169542
|
169831
|
172369
|
172370
|
172371
|
176743
|
176744
|
177467
|
177468