From 3e56ec1bc7b8b6470f0cc94d3b1833f9f7bd1bb7 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 8 Jan 2016 15:51:48 +0000 Subject: [PATCH] Bug 14752 - (QA Followup) Use input type="number" and small update to error modal --- koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/additem.js b/koha-tmpl/intranet-tmpl/prog/en/js/additem.js index a533734..0261012 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/js/additem.js +++ b/koha-tmpl/intranet-tmpl/prog/en/js/additem.js @@ -180,7 +180,7 @@ function cloneItemBlock(index, unique_item_fields, callback) { buttonPlus += ''; buttonPlus += ''; buttonPlus += ''; - buttonPlus +=''; + buttonPlus +=''; buttonPlus += ""; $(clone).append(buttonPlus); /* Copy values from the original block (input) */ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index acf3872..016da92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -662,7 +662,8 @@ $(document).ready(function() [% END %] -- 2.1.4