Bug 8124 - Hide option to download results of items with no checkouts report
authorOwen Leonard <oleonard@myacpl.org>
Fri, 18 May 2012 14:53:11 +0000 (10:53 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 May 2012 15:58:12 +0000 (17:58 +0200)
We should not show disabled controls for features which don't work.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt

index 281fa66..23eb6ba 100644 (file)
                                        </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" />