View | Details | Raw Unified | Return to bug 6133
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl (-5 / +2 lines)
Lines 65-70 Link Here
65
            <label for="authorised_value">Authorized value</label>
65
            <label for="authorised_value">Authorized value</label>
66
     <!-- TMPL_IF name="action_modify" --><input type="hidden" id="id" name="id" value="<!-- TMPL_VAR name="id" -->" /><!-- /TMPL_IF -->
66
     <!-- TMPL_IF name="action_modify" --><input type="hidden" id="id" name="id" value="<!-- TMPL_VAR name="id" -->" /><!-- /TMPL_IF -->
67
            <input type="text" id="authorised_value" name="authorised_value" value="<!-- TMPL_VAR name="authorised_value" -->" maxlength="80" />
67
            <input type="text" id="authorised_value" name="authorised_value" value="<!-- TMPL_VAR name="authorised_value" -->" maxlength="80" />
68
	    <!-- TMPL_IF name="action_modify" --><span class="problem">WARNING: if you change an authorized value, records using it won't be updated. So, be carefull</span><!-- /TMPL_IF -->
68
        </li>
69
        </li>
69
        <li>
70
        <li>
70
            <label for="lib">Description</label>
71
            <label for="lib">Description</label>
Lines 173-182 Link Here
173
</ul></div>
174
</ul></div>
174
175
175
<h1>Authorized values</h1>
176
<h1>Authorized values</h1>
176
<p>These values can be used in many pull down menus throughout the Koha system. You can define as many categories as you want, and as many authorized values as you want in each category.</p>
177
<p><span class="problem">WARNING: if you change an authorized value, records using it won't be updated. So, be carefull</span></p>
177
178
<p>When you define the MARC subfield structure, you can link a subfield to a authorized-value category. When the user ask for adding of modifying a biblio, the subfield is not entered through a free field, but though a list of authorized values</p>
179
180
<!-- TMPL_IF name="duplicate_category" -->
178
<!-- TMPL_IF name="duplicate_category" -->
181
<div>
179
<div>
182
<span class="problem">Could not add value &quot;<!-- TMPL_VAR name="duplicate_value" -->&quot; for category 
180
<span class="problem">Could not add value &quot;<!-- TMPL_VAR name="duplicate_value" -->&quot; for category 
183
- 

Return to bug 6133