Bug 10516 - Follow up - Fixing capitalization
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / catalogue_out.tt
index 281fa66..b098cc7 100644 (file)
@@ -20,7 +20,7 @@
        <h1>Items with no checkouts</h1>
        [% FOREACH mainloo IN mainloop %]
                [% IF ( mainloo.loopfilter ) %]
-                       <p>Filtered on</p>
+            <p>Filtered on:</p>
                        [% FOREACH loopfilte IN mainloo.loopfilter %]
                                [% IF ( loopfilte.err ) %]<p class="error">Error: 
                                [% ELSE %]<p>
                                        </select></li>
                </ol>
        </fieldset>
-       
+<!-- FIXME: Not implemented
        <fieldset class="rows">
        <legend>Output</legend>
 <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 -->
+    <li><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" disabled="disabled" />
                <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>
         <select name="MIME" id="MIME">
         [% CGIsepChoice %]
        </li>
 </ol>
-       </fieldset>
+    </fieldset> -->
 
        <fieldset class="action">
        <input type="submit" value="Submit" />