Browse Source

Added text to calendar link to help debug missing image button

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
c10ac86e7b
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl

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

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

Loading…
Cancel
Save