[Mpuls-commits] r638 - in wasko/branches/1.0: . waskaweb/templates/evaluation
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 16 08:17:17 CEST 2009
Author: torsten
Date: 2009-10-16 08:17:15 +0200 (Fri, 16 Oct 2009)
New Revision: 638
Modified:
wasko/branches/1.0/ChangeLog.txt
wasko/branches/1.0/waskaweb/templates/evaluation/evaluate_adele.mako
Log:
Issue525
Modified: wasko/branches/1.0/ChangeLog.txt
===================================================================
--- wasko/branches/1.0/ChangeLog.txt 2009-10-15 13:06:22 UTC (rev 637)
+++ wasko/branches/1.0/ChangeLog.txt 2009-10-16 06:17:15 UTC (rev 638)
@@ -1,3 +1,10 @@
+2009-10-16 Torsten Irlaender <torsten.irlaender at intevation.de>
+
+ Issue525:
+
+ * waskaweb/templates/evaluation/evaluate_adele.mako: Disabled
+ datefields (was only readonly)
+
2009-10-15 Torsten Irlaender <torsten.irlaender at intevation.de>
Fixed spelling errors
Modified: wasko/branches/1.0/waskaweb/templates/evaluation/evaluate_adele.mako
===================================================================
--- wasko/branches/1.0/waskaweb/templates/evaluation/evaluate_adele.mako 2009-10-15 13:06:22 UTC (rev 637)
+++ wasko/branches/1.0/waskaweb/templates/evaluation/evaluate_adele.mako 2009-10-16 06:17:15 UTC (rev 638)
@@ -37,13 +37,15 @@
<tr>
<td class="label">Start</td>
<td>
- <input type="text" name="start_date" class="datefield" readonly="readonly"><form:error name="start_date" format="">
+ <input type="hidden" name="start_date">
+ <input type="text" name="start_date" class="datefield" disabled="disabled"><form:error name="start_date" format="">
</td>
</tr>
<tr>
<td class="label">Ende</td>
<td>
- <input type="text" name="end_date" class="datefield" readonly="readonly"><form:error name="end_date" format="">
+ <input type="hidden" name="end_date">
+ <input type="text" name="end_date" class="datefield" disabled="disabled"><form:error name="end_date" format="">
</td>
</tr>
<tr>
More information about the Mpuls-commits
mailing list