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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-3 / +12 lines)
Lines 200-207 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="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>
203
        <select name="preftype" id="preftype">
204
        <input type="text" name="preftype" id="preftype" value="[% preftype %]" size="40" maxlength="40" /></li>
204
          <option value="Choice">Choice</option>
205
          <option value="ClassSources">ClassSources</option>
206
          <option value="Float">Float</option>
207
          <option value="Free" selected>Free</option>
208
          <option value="Integer">Integer</option>
209
          <option value="Languages">Languages</option>
210
          <option value="Textarea">Textarea</option>
211
          <option value="Themes">Themes</option>
212
          <option value="Upload">Upload</option>
213
          <option value="YesNo">YesNo</option>
214
        </select>
205
        <li><label for="prefoptions">Variable options:</label>
215
        <li><label for="prefoptions">Variable options:</label>
206
        <div class="hint">(a choice list for choice (separated by |) or cols|rows for texarea)</div>
216
        <div class="hint">(a choice list for choice (separated by |) or cols|rows for texarea)</div>
207
        <input type="text" name="prefoptions" id="prefoptions" value="[% prefoptions %]" size="60" maxlength="80" /></li>
217
        <input type="text" name="prefoptions" id="prefoptions" value="[% prefoptions %]" size="60" maxlength="80" /></li>
208
- 

Return to bug 14268