Skip to content

Commit 1151bb1

Browse files
authored
Merge pull request #554 from devgeniem/TMS-1226
TMS-1226: Change focus order on events-search form
2 parents c7589d3 + 03961fb commit 1151bb1

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- TMS-1226: Change focus order on events-search form
11+
1012
## [1.69.0] - 2025-11-18
1113

1214
- Fix PHP deprecations

partials/views/page-events-search/form.dust

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@
4949
</div>
5050
</div>
5151

52-
<div class="column is-align-self-flex-start is-flex order-4">
53-
<a href="{form.action|url}" class="button button-clear-inputs is-secondary">
54-
{Strings.s.search.clear|html}
55-
</a>
56-
</div>
57-
58-
<div class="column is-12-mobile is-2-tablet is-3-widescreen is-align-self-flex-end is-flex order-3">
52+
<div class="column is-12-mobile is-2-tablet is-3-widescreen is-align-self-flex-end is-flex">
5953
<button type="submit" class="button button--icon is-primary ml-auto-desktop">
6054
{Strings.s.header.search|html}
6155
{>"ui/icon" icon="search" class="icon--medium" /}
6256
</button>
6357
</div>
58+
59+
<div class="column is-align-self-flex-start is-flex">
60+
<a href="{form.action|url}" class="button button-clear-inputs is-secondary">
61+
{Strings.s.search.clear|html}
62+
</a>
63+
</div>
6464
</div>
6565
</div>
6666
</div>

0 commit comments

Comments
 (0)