@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/holds.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/js/holds.js +++ a/koha-tmpl/intranet-tmpl/prog/js/holds.js @@ -152,10 +152,10 @@ $(document).ready(function() { if ( oObj.found ) { return ""; } else if ( oObj.suspend == 1 ) { - return "" + return "" + " " + RESUME + ""; } else { - return "" + return "" + " " + SUSPEND + ""; } } @@ -229,7 +229,9 @@ $(document).ready(function() { } $("body").append("\ -