@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -19,6 +19,8 @@ $(document).ready(function(){ + $('#floating-save').css( { bottom: parseInt( $('#floating-save').css('bottom') ) + $('#changelanguage').height() + 'px' } ); + // Remove the onclick event defined in browser.js, // otherwise the deletion confirmation will not work correctly $('a[href*="biblionumber="]').off('click'); @@ -321,10 +323,13 @@ function confirm_deletion() { [% ELSE %] - - - - +
+
+ + + + +
[% END %] [%# Fields for fast cataloging %] --