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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/