[Koha-patches] [PATCH] bug 4011 remove blank row on stats form

Nicole Engard nengard at gmail.com
Mon Dec 28 01:59:38 CET 2009


---
 .../prog/en/modules/reports/issues_avg_stats.tmpl  |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tmpl
index 2e93aa7..2e19641 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tmpl
@@ -250,7 +250,6 @@
 				<td><input type="radio" name="Column" value="issuingbranch"></td>
 				<td ><! TMPL_VAR NAME="CGIBranch" ></td>
 			</tr> -->
-			<tr><td colspan="4"><input type="hidden" name="Filter" value="" /></td></tr>
 <!--End Modified -->
 			<!-- TMPL_IF Name="hassort1" -->
 				<tr class="hilighted"> 
@@ -275,15 +274,16 @@
 	<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" /> <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> <label class="inline" for="MIME">Into an application  
+<li><label for="outputfile">To a file:</label> 		<input type="radio" name="output" value="file" id="outputfile" /> <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><!-- TMPL_VAR NAME="CGIextChoice" -->
 		<!-- TMPL_VAR NAME="CGIsepChoice" --></li></ol>
 	</fieldset>
 
 	<fieldset class="action">
-	<input type="submit" value="Submit" />
+	<input type="hidden" name="Filter" value="" />
 	<input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
 	<input type="hidden" name="do_it" value="1" />
+	<input type="submit" value="Submit" />
 	</fieldset>
 	</form>
 <!-- /TMPL_IF -->
-- 
1.5.6.5




More information about the Koha-patches mailing list