In acq there is an advanced search page that can be accessed by the link from the acq specific search tab. There is no link now. Ideas: * Add a static link to the search bar that is always visible * Add a link to the navigation on the left I'd prefer doing the first or both - having easy access to this form is something we had come up in training.
Created attachment 142506 [details] [review] Bug 31936: Restore link to advanced search in acquisitions header This patch adds back the link to the advanced order search page which was previously in the acquisitions header search. Some CSS is tweaked to make the form style comfortable. To test, apply the patch and rebuild the staff interface CSS. - Go to Acquisitions. - In the header search form, click "Orders search" - Click the icon in the search form to expand the additional options. - You should see an "Advanced search" link which is the same style as other standard links. - The link should take you to the order search form.
Created attachment 142507 [details] [review] Bug 31936: Restore link to advanced search in acquisitions header This patch adds back the link to the advanced order search page which was previously in the acquisitions header search. Some CSS is tweaked to make the form style comfortable. To test, apply the patch and rebuild the staff interface CSS. - Go to Acquisitions. - In the header search form, click "Orders search" - Click the icon in the search form to expand the additional options. - You should see an "Advanced search" link which is the same style as other standard links. - The link should take you to the order search form. Signed-off-by: David Nind <david@davidnind.com>
This restores previous functionality with the same amount of clicks - so nothing to complain about. Just wish it was a little more accessible/easier to spot somehow.
Created attachment 142519 [details] [review] Bug 31936: Restore link to advanced search in acquisitions header This patch adds back the link to the advanced order search page which was previously in the acquisitions header search. Some CSS is tweaked to make the form style comfortable. To test, apply the patch and rebuild the staff interface CSS. - Go to Acquisitions. - In the header search form, click "Orders search" - Click the icon in the search form to expand the additional options. - You should see an "Advanced search" link which is the same style as other standard links. - The link should take you to the order search form. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Pushed to master for 22.11. Nice work everyone, thanks!