mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°2311 Fix focus set to sumbit button when pressing "tab" key after filing inputs
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<input type="submit" value="{{ 'UI:Button:Login'|dict_s }}" />
|
<input type="submit" value="{{ 'UI:Button:Login'|dict_s }}" tabindex="3" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user