[Mpuls-commits] r4918 - in waska/trunk: . waskaweb/templates/casemanagement

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 18 12:33:33 CEST 2011


Author: bh
Date: 2011-04-18 12:33:32 +0200 (Mon, 18 Apr 2011)
New Revision: 4918

Modified:
   waska/trunk/ChangeLog
   waska/trunk/waskaweb/templates/casemanagement/search_extra.mako
Log:
* waskaweb/templates/casemanagement/search_extra.mako: Fix Mako
syntax for embedded python code so that "Abort" is actually
translated.


Modified: waska/trunk/ChangeLog
===================================================================
--- waska/trunk/ChangeLog	2011-04-15 18:41:47 UTC (rev 4917)
+++ waska/trunk/ChangeLog	2011-04-18 10:33:32 UTC (rev 4918)
@@ -1,3 +1,9 @@
+2011-04-18  Bernhard Herzog  <bh at intevation.de>
+
+	* waskaweb/templates/casemanagement/search_extra.mako: Fix Mako
+	syntax for embedded python code so that "Abort" is actually
+	translated.
+
 2011-04-06  Ludwig Reiter  <ludwig.reiter at intevation.de>
 
 	* waskaweb/i18n/waskaweb.pot

Modified: waska/trunk/waskaweb/templates/casemanagement/search_extra.mako
===================================================================
--- waska/trunk/waskaweb/templates/casemanagement/search_extra.mako	2011-04-15 18:41:47 UTC (rev 4917)
+++ waska/trunk/waskaweb/templates/casemanagement/search_extra.mako	2011-04-18 10:33:32 UTC (rev 4918)
@@ -12,6 +12,6 @@
     <input type="checkbox" value="0" id="type_ending_0" name="type_ending"/>
     <label for="type_ending_0">${_('Regular termination')}</label><br/>
     <input type="checkbox" value="1" id="type_ending_1" name="type_ending"/>
-    <label for="type_ending_1">$_('Abort')}</label><br/>
+    <label for="type_ending_1">${_('Abort')}</label><br/>
   </td>
 </tr>



More information about the Mpuls-commits mailing list