@@ -, +, @@ - Confirm that as you scroll down the page, the toolbar with the Save and Cancel buttons sticks to the top of the screen. - Test that the Save and Cancel buttons both work correctly. - Perform the same tests when editing an existing vendor. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -113,6 +113,14 @@ [% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %] [% IF ( enter ) %]
+
+ + [% IF ( booksellerid ) %] + + [% ELSE %] + + [% END %] Cancel +
@@ -239,9 +247,6 @@
  • -
    [% IF ( booksellerid ) %] - [% ELSE %] - [% END %]Cancel
    [% ELSE %] @@ -352,6 +357,7 @@ [% MACRO jsinclude BLOCK %] + [% INCLUDE 'datatables.inc' %] [% END %] --