Bugzilla – Attachment 140485 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.38 KB, created by
Joonas Kylmälä
on 2022-09-12 17:09:44 UTC
(
hide
)
Description:
Bug 31412: Add focus to 'name' on SMTP Servers
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2022-09-12 17:09:44 UTC
Size:
1.38 KB
patch
obsolete
>From 8592cec839480c217e40f9f7e9f1e4d225e29c15 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch adds the focus class to ensure focus is given to the first form element on the SMTP server entry page. > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> >--- > 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.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 31412
:
140476
|
140479
|
140485
|
141193