@@ -, +, @@ modification --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -268,7 +268,7 @@ - + New @@ -396,7 +396,7 @@ span.html(''); $(disable_input_node).show(); } else { - span.html(''); + span.html(''); $(disable_input_node).hide(); } } --