catalogue_out report cleanup.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / catalogue_out.tmpl
index e9f565e..fca048b 100644 (file)
 <ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
        <li><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" disabled="disabled" /><!-- FIXME: Not implemented -->
                <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" />
-               <label class="inline" for="MIME">Into an application </label><!-- TMPL_VAR NAME="CGIextChoice" --> <!-- TMPL_VAR NAME="CGIsepChoice" -->
+               <label class="inline" for="MIME">Into an application </label>
+        <select name="MIME" id="MIME">
+        <!-- TMPL_LOOP NAME="CGIextChoice" -->
+          <option value="<!-- TMPL_VAR NAME="type" -->"><!-- TMPL_VAR NAME="type" --></option>
+        <!-- /TMPL_LOOP -->
+        </select>
+        <!-- TMPL_VAR NAME="CGIsepChoice" -->
        </li>
 </ol>
        </fieldset>