summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/reports/templates/clients/manage.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Reports/reports/templates/clients/manage.html')
-rw-r--r--src/lib/Server/Reports/reports/templates/clients/manage.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/Server/Reports/reports/templates/clients/manage.html b/src/lib/Server/Reports/reports/templates/clients/manage.html
index 6b7cd2ee0..61f0fe017 100644
--- a/src/lib/Server/Reports/reports/templates/clients/manage.html
+++ b/src/lib/Server/Reports/reports/templates/clients/manage.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block extra_header_info %}
<script type="text/javascript" src="{% url Bcfg2.Server.Reports.reports.views.client_index %}../site_media/CalendarPopup.js"></script>
-<script language="JavaScript">var cal = new CalendarPopup();</script>
+<script language="JavaScript" type="text/javascript">var cal = new CalendarPopup();</script>
{% endblock%}
{% block title %}{{client.name}}{% endblock %}
@@ -13,14 +13,16 @@
<div>
<span class="mini-date">
<b>Enter date or use calendar popup: </b>
+</span>
<form name="timestamp-select" action="{% url Bcfg2.Server.Reports.reports.views.client_manage client.name %}" method="post">
-<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;"
+<span class="mini-date">
+<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;"
name="anchor1" ID="anchor1">Calendar</a>
<input type="submit" value="Submit">
-</form>
-</span><br/><br/><br/></div>
+</span></form>
+<br/><br/><br/></div>
<br/><br/>
<p>{{message}}</p>