From 42060794fc48dfe649a1a8aba1d7db2e7ff1c09d Mon Sep 17 00:00:00 2001 From: Andrew Fuerste-Henry Date: Fri, 30 Oct 2020 19:03:18 +0000 Subject: [PATCH] Bug 26880: Add explanatory text to add course reserve pages To test: - go to course reserve add item and batch add items pages - batch add has a little bit of explanation, add has none - apply patch, restart, reload pages - both pages have more text explaining how they work! "Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.
Any items with existing course reserves will have their on reserve values updated." Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Kelly McElligott Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- .../prog/en/modules/course_reserves/add_items-step2.tt | 5 ++++- .../prog/en/modules/course_reserves/batch_add_items.tt | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt index 870c0905d8..9c12bc05db 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt @@ -181,7 +181,10 @@ - +

+ Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.
+ Any items with existing course reserves will have their on reserve values updated. +

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt index 185141bb1e..1da830054d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt @@ -105,6 +105,7 @@

+ Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.
Any items with existing course reserves will have their on reserve values updated.

-- 2.39.2