Bugzilla – Attachment 166090 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.16 KB, created by
David Nind
on 2024-05-02 20:58:41 UTC
(
hide
)
Description:
Bug 36760: Use 'strong' for 'Assignee' label
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-05-02 20:58:41 UTC
Size:
1.16 KB
patch
obsolete
>From e7d4ea080e6c69071b5ac90770258ddb70bc2d1a 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. > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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 64b8d10bda..9fd1c5f088 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.39.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 36760
:
166073
| 166090