Bugzilla – Attachment 140479 Details for
Bug 31412
Set focus for cursor to Name when adding a new SMTP server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31412: Add focus to 'name' on SMTP Servers
Bug-31412-Add-focus-to-name-on-SMTP-Servers.patch (text/plain), 1.24 KB, created by
Isobel Graham
on 2022-09-12 16:35:16 UTC
(
hide
)
Description:
Bug 31412: Add focus to 'name' on SMTP Servers
Filename:
MIME Type:
Creator:
Isobel Graham
Created:
2022-09-12 16:35:16 UTC
Size:
1.24 KB
patch
obsolete
>From 45d631bdaa925d8a39fbf273fb446ac9716600fd Mon Sep 17 00:00:00 2001 >From: Isobel Graham <isobel.graham09@gmail.com> >Date: Mon, 12 Sep 2022 17:33:57 +0100 >Subject: [PATCH] Bug 31412: Add focus to 'name' on SMTP Servers > >This patch adds the focus class to ensure focus is given to the first form element on the SMTP server entry page. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 ae78a07dad..e9278f2014 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 >@@ -88,7 +88,7 @@ > <ol> > <li> > <label for="smtp_name" class="required">Name: </label> >- <input type="text" name="smtp_name" id="smtp_name" size="60" class="required" required="required" /> >+ <input type="text" name="smtp_name" id="smtp_name" size="60" class="required focus" required="required" /> > <span class="required">Required</span> > </li> > </ol> >-- >2.37.3
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 31412
:
140476
|
140479
|
140485
|
141193