From 7dff230a7fc3c7079771b69e80de774dd321aecd Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 10 Nov 2014 11:33:11 +0100 Subject: [PATCH] Bug 7988: Make note on authorized values page less confusing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nicole suggested a change of the note, that this patch is implementing: NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately. To test: - Go to administration > authorised values - Check the note showing on the page - Select a category from the pull down and edit an existing entry - Check the note on this page is also correct Patch behaves as expected. Signed-off-by: Marc VĂ©ron --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 2549a0f..1248e28 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -69,7 +69,7 @@ $(document).ready(function() { [% IF ( action_add_category ) %]New category[% END %] - [% IF ( action_modify ) %]
NOTE: If you change an authorized value, existing records using it won't be updated.
[% END %] + [% IF ( action_modify ) %]
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% END %]
@@ -188,7 +188,7 @@ $(document).ready(function() {

Authorized values

-
NOTE: If you change an authorized value, existing records using it won't be updated.
+
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% IF ( duplicate_category ) %]
Could not add value "[% duplicate_value %]" for category "[% duplicate_category %]" — value already present. -- 1.7.10.4