Bugzilla – Attachment 166073 Details for
Bug 36760
Make 'Current assignee' stand out more in ticket details view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36760: Use 'strong' for 'Assignee' label
Bug-36760-Use-strong-for-Assignee-label.patch (text/plain), 1.12 KB, created by
Martin Renvoize (ashimema)
on 2024-05-02 14:31:50 UTC
(
hide
)
Description:
Bug 36760: Use 'strong' for 'Assignee' label
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-02 14:31:50 UTC
Size:
1.12 KB
patch
obsolete
>From ac3534155c71ae2ab52b580218ca069ce867437e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 2 May 2024 15:30:40 +0100 >Subject: [PATCH] Bug 36760: Use 'strong' for 'Assignee' label > >This patch simply add the 'strong' class to the assignee label in the >catalog concerns display ticket modal. >--- > koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js b/koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js >index 64b8d10bdaa..9fd1c5f0882 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js >@@ -21,7 +21,7 @@ $(document).ready(function () { > display += '<div class="list-group-item">'; > if (assignee) { > display += >- '<span class="pull-right"><span class="label">' + >+ '<span class="pull-right"><span class="label strong">' + > __("Assignee") + > "</span>: " + > assignee + >-- >2.44.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 36760
:
166073
|
166090