[Koha-patches] [PATCH] Bug 8124 - Hide option to download results of items with no checkouts report

Owen Leonard oleonard at myacpl.org
Fri May 18 16:54:17 CEST 2012


We should not show disabled controls for features which don't work.
---
 .../prog/en/modules/reports/catalogue_out.tt       |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt
index 281fa66..23eb6ba 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt
@@ -139,11 +139,11 @@
 					</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">
@@ -154,7 +154,7 @@
         [% CGIsepChoice %]
 	</li>
 </ol>
-	</fieldset>
+    </fieldset> -->
 
 	<fieldset class="action">
 	<input type="submit" value="Submit" />
-- 
1.7.9.5



More information about the Koha-patches mailing list