Bugzilla – Attachment 145705 Details for
Bug 27424
One should be able to assign an SMTP server as the default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27424: (QA follow-up) Highlight the default row in the SMTP servers table
Bug-27424-QA-follow-up-Highlight-the-default-row-i.patch (text/plain), 1.02 KB, created by
Kyle M Hall (khall)
on 2023-01-26 20:02:27 UTC
(
hide
)
Description:
Bug 27424: (QA follow-up) Highlight the default row in the SMTP servers table
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-01-26 20:02:27 UTC
Size:
1.02 KB
patch
obsolete
>From 18016fe41fd632a04ff6e7c6f1576ded44790ceb Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Thu, 26 Jan 2023 15:02:13 -0500 >Subject: [PATCH] Bug 27424: (QA follow-up) Highlight the default row in the > SMTP servers table > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt >index 4d73447f3b..7105a1fbfd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt >@@ -408,6 +408,9 @@ > } > ], > createdRow: function (row, data, dataIndex) { >+ if ( data.is_default ) { >+ $(row).addClass('default warn'); >+ } > if ( data.debug ) { > $(row).addClass('debug'); > } >-- >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 27424
:
129673
|
129674
|
129675
|
129814
|
130168
|
130169
|
130170
|
130171
|
130172
|
130300
|
130301
|
130302
|
130303
|
130304
|
145697
|
145698
|
145699
|
145700
|
145701
|
145702
| 145705 |
145723
|
145724
|
145725
|
152192