@@ -, +, @@ header - 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. --- koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 8 ++++++++ .../prog/en/includes/acquisitions-search.inc | 3 +++ 2 files changed, 11 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss @@ -160,6 +160,14 @@ a.navbar-toggle { z-index: 1; display: none; + a { + color: $green-text-color; + } + + div { + margin-bottom: .5em; + } + .form-control { display: block; width: 100%; --- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc @@ -37,6 +37,9 @@ +
+ Advanced search +
--