summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/reports/templates/clients/detailed-list.html
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-12-19 19:00:39 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-12-19 19:00:39 +0000
commitb1eef95d3d00595afc53ac0f56c6627cf04fb2c8 (patch)
treecb9d09dd7cd533aaad92ba0d755d7b34cba0b132 /src/lib/Server/Reports/reports/templates/clients/detailed-list.html
parent9c36d72a687ee91e2df294d681df32f41f5c7e56 (diff)
downloadbcfg2-b1eef95d3d00595afc53ac0f56c6627cf04fb2c8.tar.gz
bcfg2-b1eef95d3d00595afc53ac0f56c6627cf04fb2c8.tar.bz2
bcfg2-b1eef95d3d00595afc53ac0f56c6627cf04fb2c8.zip
Reports: Fix html validation errors for #798 (Patch from Thorsten Lockert)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5625 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Reports/reports/templates/clients/detailed-list.html')
-rw-r--r--src/lib/Server/Reports/reports/templates/clients/detailed-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/reports/templates/clients/detailed-list.html b/src/lib/Server/Reports/reports/templates/clients/detailed-list.html
index d6736c827..37bfb006b 100644
--- a/src/lib/Server/Reports/reports/templates/clients/detailed-list.html
+++ b/src/lib/Server/Reports/reports/templates/clients/detailed-list.html
@@ -40,7 +40,7 @@
<b>Enter date or use calendar popup: </b>
<input type="text" name="date1" value="{{timestamp_date}}" size="10" />@
<input type="text" name="time" value="{{timestamp_time}}" size="8" />
-<a href="" onclick="cal.select(document.forms['timestamp-select'].date1,'anchor1','yyyy-MM-dd'); return false;"
+<a href="#" onclick="cal.select(document.forms['timestamp-select'].date1,'anchor1','yyyy-MM-dd'); return false;"
name="anchor1" id="anchor1">Calendar</a>
<input type="button" value="Go" onclick="document.forms['timestamp-select'].submit();"/>
| <input type="button" name="now" value="Now" onclick="location.href='{{ path }}';"/>