File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
partials/views/page-events-search Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88## [ Unreleased]
99
1010- TMS-1230: Allow audio-block
11+ - TMS-1226: Change focus order on events-search form
1112
1213## [ 1.69.0] - 2025-11-18
1314
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