From 18c4999fda7ed99604db0cfa14cca3250d401987 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 Sep 2014 10:02:59 +0200 Subject: [PATCH] [PASSED QA] Bug 11023: The age parameter should be a number The template should check if the age parameter is correctly filled (should be a number). Signed-off-by: Kyle M Hall --- .../prog/en/modules/tools/toggle_new_status.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/toggle_new_status.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/toggle_new_status.tt index f9aa6ce..3c4ec2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/toggle_new_status.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/toggle_new_status.tt @@ -147,7 +147,7 @@
Age
- days + days
Conditions
@@ -210,7 +210,7 @@
Age
- days + days
Conditions
-- 1.7.2.5