Bug 10515: make behavior of library category fetchers consistent with other fetchers
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / authorised_values.tt
index 5ba3072..f45749b 100644 (file)
@@ -81,7 +81,7 @@ $(document).ready(function() {
         <fieldset class="rows"><ol>
         <li>
         [% IF ( action_add_category ) %]<label for="category">Category: </label>
-            <input type="text" name="category"  id="category" size="10" maxlength="10" class="focus" />
+            <input type="text" name="category"  id="category" size="16" maxlength="16" class="focus" />
                         [% ELSE %]<span class="label">Category</span>
                <input type="hidden" name="category" value="[% category %]" />   [% category %]
                         [% END %]
@@ -114,7 +114,7 @@ $(document).ready(function() {
                   [% END %]
                 [% END %]
             </select>
-            <span>Select All if this authorised value must to be displayed all the time. Otherwise select libraries you want to associate with this value.
+            <span>Select All if this authorized value must to be displayed all the time. Otherwise select libraries you want to associate with this value.
             </span>
         </li>