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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-2 / +1 lines)
Lines 200-206 Link Here
200
        <div class="hint">Note: you should have no reasons to modify the following default values</div>
200
        <div class="hint">Note: you should have no reasons to modify the following default values</div>
201
        <ol>
201
        <ol>
202
        <li><label for="preftype">Variable type:</label>
202
        <li><label for="preftype">Variable type:</label>
203
        <div class="hint"> (<span class="variabletype" id="Choice">Choice</span>, <span class="variabletype" id="YesNo">YesNo</span>, <span class="variabletype" id="Integer">Integer</span>, <span class="variabletype" id="Textarea">Textarea</span>, <span class="variabletype" id="Float">Float</span>, <span class="variabletype" id="Themes">Themes</span>, <span class="variabletype" id="Languages">Languages</span>, <span class="variabletype" id="Upload">Upload</span> or <span class="variabletype" id="ClassSources">ClassSources</span>)</div>
203
        <div class="hint"> (<span class="variabletype" id="Free">Free</span>, <span class="variabletype" id="Choice">Choice</span>, <span class="variabletype" id="YesNo">YesNo</span>, <span class="variabletype" id="Integer">Integer</span>, <span class="variabletype" id="Textarea">Textarea</span>, <span class="variabletype" id="Float">Float</span>, <span class="variabletype" id="Themes">Themes</span>, <span class="variabletype" id="Languages">Languages</span>, <span class="variabletype" id="Upload">Upload</span> or <span class="variabletype" id="ClassSources">ClassSources</span>)</div>
204
        <input type="text" name="preftype" id="preftype" value="[% preftype %]" size="40" maxlength="40" /></li>
204
        <input type="text" name="preftype" id="preftype" value="[% preftype %]" size="40" maxlength="40" /></li>
205
        <li><label for="prefoptions">Variable options:</label>
205
        <li><label for="prefoptions">Variable options:</label>
206
        <div class="hint">(a choice list for choice (separated by |) or cols|rows for texarea)</div>
206
        <div class="hint">(a choice list for choice (separated by |) or cols|rows for texarea)</div>
207
- 

Return to bug 14135