SearchFormWidget: Move hidden fields below the ActionFieldLayout
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 23 Feb 2017 17:02:29 +0000 (18:02 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 23 Feb 2017 17:02:29 +0000 (18:02 +0100)
commit6f2177e00e2305ab0498714e0cde29e99224a036
tree0aa06c34efcdd50dc648be576ffeb8242b76e76d
parent0ab1808578a42cb7d26cf0350a12443663fa6fc4
SearchFormWidget: Move hidden fields below the ActionFieldLayout

I think ideally, these would be at the end of the form, but there
are some hooks below which can produce arbitrary HTML and potentially
want to override these with their own fields, so I'm avoiding any
revolutionary changes to the field order here.

Bug: T158856
Change-Id: I377c0061a365930e11454a86c1e0926853789b55
includes/widget/search/SearchFormWidget.php