Lines 69-75
$(document).ready(function() {
Link Here
|
69 |
[% IF ( action_add_category ) %]New category[% END %] |
69 |
[% IF ( action_add_category ) %]New category[% END %] |
70 |
</h1> |
70 |
</h1> |
71 |
|
71 |
|
72 |
[% 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 %] |
72 |
[% 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 %] |
73 |
|
73 |
|
74 |
<form action="[% script_name %]" name="Aform" method="post"> |
74 |
<form action="[% script_name %]" name="Aform" method="post"> |
75 |
<input type="hidden" name="op" value="add_validate" /> |
75 |
<input type="hidden" name="op" value="add_validate" /> |
Lines 188-194
$(document).ready(function() {
Link Here
|
188 |
</div> |
188 |
</div> |
189 |
|
189 |
|
190 |
<h1>Authorized values</h1> |
190 |
<h1>Authorized values</h1> |
191 |
<div class="note"><strong>NOTE:</strong> If you change an authorized value, existing records using it won't be updated.</div> |
191 |
<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> |
192 |
|
192 |
|
193 |
[% IF ( duplicate_category ) %] |
193 |
[% IF ( duplicate_category ) %] |
194 |
<div class="dialog alert">Could not add value "[% duplicate_value %]" for category "[% duplicate_category %]" — value already present. |
194 |
<div class="dialog alert">Could not add value "[% duplicate_value %]" for category "[% duplicate_category %]" — value already present. |
195 |
- |
|
|