View | Details | Raw Unified | Return to bug 8124
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-4 / +3 lines)
Lines 139-149 Link Here
139
					</select></li>
139
					</select></li>
140
		</ol>
140
		</ol>
141
	</fieldset>
141
	</fieldset>
142
	
142
<!-- FIXME: Not implemented
143
	<fieldset class="rows">
143
	<fieldset class="rows">
144
	<legend>Output</legend>
144
	<legend>Output</legend>
145
<ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
145
<ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
146
	<li><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" disabled="disabled" /><!-- FIXME: Not implemented -->
146
    <li><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" disabled="disabled" />
147
		<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" />
147
		<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" />
148
		<label class="inline" for="MIME">Into an application </label>
148
		<label class="inline" for="MIME">Into an application </label>
149
        <select name="MIME" id="MIME">
149
        <select name="MIME" id="MIME">
Lines 154-160 Link Here
154
        [% CGIsepChoice %]
154
        [% CGIsepChoice %]
155
	</li>
155
	</li>
156
</ol>
156
</ol>
157
	</fieldset>
157
    </fieldset> -->
158
158
159
	<fieldset class="action">
159
	<fieldset class="action">
160
	<input type="submit" value="Submit" />
160
	<input type="submit" value="Submit" />
161
- 

Return to bug 8124