Bug 14647: Make spelling in file format pull downs match
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 16 Feb 2020 05:41:46 +0000 (05:41 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 20 Feb 2020 08:59:41 +0000 (08:59 +0000)
While bibliographic had XML and MARC, authorities had xml and marc
in the pull down. This just makes both the same.

To test:
- Look at the pull downs on both tabs and verify they are
  now using the same spelling

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt

index be71311..bfd7809 100644 (file)
         <ol><li>
             <label for="output_format">File format: </label>
             <select id="output_format_auth" name="output_format">
-                <option value="marc">marc</option>
-                <option value="xml">xml</option>
+                <option value="marc">MARC</option>
+                <option value="xml">XML</option>
             </select>
         </li>
         <li>