Bugzilla – Attachment 33414 Details for
Bug 7988
warning on authorized values confusing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7988: Make note on authorized values page less confusing
Bug-7988-Make-note-on-authorized-values-page-less-.patch (text/plain), 2.29 KB, created by
Katrin Fischer
on 2014-11-10 10:40:45 UTC
(
hide
)
Description:
Bug 7988: Make note on authorized values page less confusing
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-11-10 10:40:45 UTC
Size:
2.29 KB
patch
obsolete
>From 3fcb9a144c06d74b990ef688fcdf973f99b9cb75 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 10 Nov 2014 11:33:11 +0100 >Subject: [PATCH] Bug 7988: Make note on authorized values page less confusing > >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 >--- > 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 %] > </h1> > >- [% IF ( action_modify ) %]<div class="note"><strong>NOTE:</strong> If you change an authorized value, existing records using it won't be updated.</div>[% END %] >+ [% IF ( action_modify ) %]<div class="note"><strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.</div>[% END %] > > <form action="[% script_name %]" name="Aform" method="post"> > <input type="hidden" name="op" value="add_validate" /> >@@ -188,7 +188,7 @@ $(document).ready(function() { > </div> > > <h1>Authorized values</h1> >-<div class="note"><strong>NOTE:</strong> If you change an authorized value, existing records using it won't be updated.</div> >+<div class="note"><strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.</div> > > [% IF ( duplicate_category ) %] > <div class="dialog alert">Could not add value "[% duplicate_value %]" for category "[% duplicate_category %]" — value already present. >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7988
:
33414
|
33436
|
33468