Skip to content
Snippets Groups Projects
Commit 1efb155a authored by NOUMANE's avatar NOUMANE
Browse files

[US TRTL-287] fix subrogation focus on OK button

parent 03c3ad6d
No related branches found
No related tags found
1 merge request!1Feature/design/1
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<input type="hidden" name="execution" th:value="${flowExecutionKey}"/> <input type="hidden" name="execution" th:value="${flowExecutionKey}"/>
<input type="hidden" name="_eventId" value="submit"/> <input type="hidden" name="_eventId" value="submit"/>
<button type="submit" class="vitamui-primary" name="submit" accesskey="l" th:value="Suivant" tabindex="6">OK</button> <button type="submit" autofocus class="vitamui-primary" name="submit" accesskey="l" th:value="Suivant" tabindex="6">OK</button>
</form> </form>
<p class="helper">Appuyez sur <strong>Entrée</strong> pour valider</p> <p class="helper">Appuyez sur <strong>Entrée</strong> pour valider</p>
<button class="back" type="button" th:onclick="|location.href = '@{/login(service=${serviceUrl})}';|" th:if="${!#strings.isEmpty(superUser)}"> <button class="back" type="button" th:onclick="|location.href = '@{/login(service=${serviceUrl})}';|" th:if="${!#strings.isEmpty(superUser)}">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment