@@ -, +, @@ work together - Locate a vendor and a basket for that vendor with multiple orders. - Adjust the browse window height if necessary to trigger vertical scrolling. - Confirm that as you scroll down the toolbar (with buttons "Add to basket," "Edit basket," etc) sticks to the top of the browser window. - Confirm that as you continue to scroll, the table header sticks below the floating toolbar. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -54,7 +54,7 @@ [% UNLESS ( selectbasketg ) %] [% UNLESS ( closedate ) %] [% UNLESS ( delete_confirmed ) %] -
+
[% IF active %] [% END %] --