File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
partials/views/page-events-search Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments