[Koha-patches] [PATCH] Fixing xhtml errors

Chris Cormack chris at bigballofwax.co.nz
Sun Apr 19 16:00:05 CEST 2009


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

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
index 2d0687e..3714867 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
@@ -458,12 +458,12 @@ Sub report:<select name="subreport">
 <!-- TMPL_IF NAME="editsql" -->
 <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
 <input type="hidden" name="phase" value="Update SQL" />
-<input type="hidden" name="id" value="<!-- TMPL_VAR NAME="id" -->">
+<input type="hidden" name="id" value="<!-- TMPL_VAR NAME="id" -->"/>
 <fieldset class="rows">
 <legend>Edit SQL</legend>
 <ol>
-<li><label for="reportname">Report Name:</label><input type="text" id="reportname" name="reportname" value="<!-- TMPL_VAR NAME="reportname" -->" ></li>
-<li><textarea id="sql" name="sql"><!-- TMPL_VAR NAME="sql" --></textarea></li>
+<li><label for="reportname">Report Name:</label><input type="text" id="reportname" name="reportname" value="<!-- TMPL_VAR NAME="reportname" -->" /></li>
+<li><textarea id="sql" name="sql" rows="10" cols="60"><!-- TMPL_VAR NAME="sql" --></textarea></li>
 </ol>
 </fieldset>
 
-- 
1.5.6.3




More information about the Koha-patches mailing list