[Mpuls-commits] r5396 - in wasko/trunk: . waskoweb/templates/casemanagement

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Sep 27 16:20:25 CEST 2011


Author: ludwig
Date: 2011-09-27 16:20:23 +0200 (Tue, 27 Sep 2011)
New Revision: 5396

Modified:
   wasko/trunk/ChangeLog
   wasko/trunk/waskoweb/templates/casemanagement/neuaufnahme.mako
Log:
Issue 2319: Fixed a typo in the neuaufnahme.mako which triggers a 
wrong behaviour.

Modified: wasko/trunk/ChangeLog
===================================================================
--- wasko/trunk/ChangeLog	2011-09-27 13:19:41 UTC (rev 5395)
+++ wasko/trunk/ChangeLog	2011-09-27 14:20:23 UTC (rev 5396)
@@ -1,3 +1,9 @@
+2011-09-27  Ludwig Reiter <ludwig.reiter at intevation.de>
+
+	* waskoweb/templates/casemanagement/neuaufnahme.mako:
+	Issue 2319: Fixed a typo in the neuaufnahme.mako which triggers a 
+	wrong behaviour.
+
 2011-09-06  Ludwig Reiter <ludwig.reiter at intevation.de>
 
 	* waskoweb/public/formed/convert-wasko-meta.xsl:

Modified: wasko/trunk/waskoweb/templates/casemanagement/neuaufnahme.mako
===================================================================
--- wasko/trunk/waskoweb/templates/casemanagement/neuaufnahme.mako	2011-09-27 13:19:41 UTC (rev 5395)
+++ wasko/trunk/waskoweb/templates/casemanagement/neuaufnahme.mako	2011-09-27 14:20:23 UTC (rev 5396)
@@ -7,7 +7,7 @@
 </%def>
 <div class="waska_form">
 <h1>${_('Reopening after successful reintegration')}</h1>
-<form id="waska_form" action="${h.url_for(controller='/case', actions='neuaufnahmeAction')}" accept-charset="UTF-8" name="waska_form" method="POST">
+<form id="waska_form" action="${h.url_for(controller='/case', action='neuaufnahmeAction')}" accept-charset="UTF-8" name="waska_form" method="POST">
 <fieldset>
   <legend>${_('Data of the closing of the support')} </legend>
   <table>



More information about the Mpuls-commits mailing list