Adds missing hint for upload-type syspref
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Wed, 17 Feb 2010 20:57:05 +0000 (21:57 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 30 Apr 2010 10:50:26 +0000 (06:50 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl

index 8f95aa6..8d54fe0 100644 (file)
         <div class="hint">Note: you should have no reasons to modify the following default values</div>
         <ol>
         <li><label for="preftype">Variable type:</label>
-        <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>, or <span class="variabletype" id="ClassSources">ClassSources</span>)</div>
+        <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>
         <input type="text" name="preftype" id="preftype" value="<!--TMPL_VAR NAME="preftype" -->" size="40" maxlength="40" /></li>
         <li><label for="prefoptions">Variable options:</label>
         <div class="hint">(a choice list for Choice (separated by |) or cols|rows for Texarea)</div>