Bug 3362: Fixes invalid xhtml in stage-marc-import.tmpl
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / stage-marc-import.tmpl
index 9a768f2..8660db0 100644 (file)
@@ -91,13 +91,17 @@ function CheckForm(f) {
         <input type="hidden" name="runinbackground" id="runinbackground" value="" />
         <input type="hidden" name="completedJobID" id="completedJobID" value="" />
        <ol><li>
-               <label for="comments">Notes about this file: </label>
+               <label for="comments">Comments about this file: </label>
                <input type="text" id="comments" name="comments" />
                
        </li>
        <li>
                <label for="syntax">Character encoding: </label>
-               <select name="syntax" id="syntax"><option value="MARC21">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
+        <!-- TMPL_IF name="UNIMARC" -->
+            <select name="syntax" id="syntax"><option value="MARC21">MARC21</option><option value="UNIMARC" selected="selected">UNIMARC</option></select>
+        <!-- TMPL_ELSE -->
+            <select name="syntax" id="syntax"><option value="MARC21" selected="selected">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
+        <!-- /TMPL_IF -->
                
        </li>
 </ol></fieldset>