summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-11-10 17:53:54 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-11-10 17:53:54 +0000
commit939e069baaf4c98f1fa6161d6bde4c105f76c666 (patch)
tree4f51294886ebf5b55617a4404217654544abfa2d /src
parentc43240b152b13d5ed0d0728ccfcc6eed4c7ef451 (diff)
downloadbcfg2-939e069baaf4c98f1fa6161d6bde4c105f76c666.tar.gz
bcfg2-939e069baaf4c98f1fa6161d6bde4c105f76c666.tar.bz2
bcfg2-939e069baaf4c98f1fa6161d6bde4c105f76c666.zip
Reports: Add missing space (Patch from Tim Laszlo)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5565 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-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 139c22780..d6736c827 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 }}';"/>