Browse Source

Removing debug text and tidying up layout of 6 of 6

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Russel Garlick 17 years ago
committed by Joshua Ferraro
parent
commit
06c39e8905
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl

4
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl

@ -136,7 +136,7 @@ NAME="name" -->"> <!-- TMPL_VAR NAME="description" -->
<!-- TMPL_IF NAME="date" -->
<td><input type="text" size="10" id="<!-- TMPL_VAR NAME="name"
-->_value" name="<!-- TMPL_VAR NAME="name" -->_value" value=""
>Link<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="buttonfrom1" style="cursor: pointer;" />
><img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="buttonfrom1" style="cursor: pointer;" />
<script type="text/javascript">
Calendar.setup({
inputField : "<!-- TMPL_VAR NAME="name" -->_value",
@ -212,7 +212,7 @@ NAME="name" -->"> <!-- TMPL_VAR NAME="name"--></td>
<tr><td><input type=checkbox name="order_by" value="<!-- TMPL_VAR
NAME="name" -->"> <!-- TMPL_VAR NAME="name"-->
<select name="<!-- TMPL_VAR NAME="name" -->_ovalue">
</td><td>
<!-- TMPL_LOOP NAME="select" -->
<option value="<!-- TMPL_VAR NAME="value"-->"><!-- TMPL_VAR NAME="value" --></option>
<!-- /TMPL_LOOP -->

Loading…
Cancel
Save