[Mpuls-commits] r2271 - in wasko/branches/2.0: . mpulsweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Apr 1 15:41:02 CEST 2010
Author: bh
Date: 2010-04-01 15:41:01 +0200 (Thu, 01 Apr 2010)
New Revision: 2271
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/mpulsweb/controllers/repeatgroup.py
Log:
* mpulsweb/controllers/repeatgroup.py (DELETE_RG_ENTRY_CONFIRM_TEXT)
(DELETE_RG_ENTRY_CONFIRM): Use plain unicode without HTML entity
references. The text will be escaped by MAKO if necessary
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-04-01 13:40:51 UTC (rev 2270)
+++ wasko/branches/2.0/ChangeLog 2010-04-01 13:41:01 UTC (rev 2271)
@@ -1,3 +1,9 @@
+2010-04-01 Bernhard Herzog <bh at intevation.de>
+
+ * mpulsweb/controllers/repeatgroup.py (DELETE_RG_ENTRY_CONFIRM_TEXT)
+ (DELETE_RG_ENTRY_CONFIRM): Use plain unicode without HTML entity
+ references. The text will be escaped by MAKO if necessary
+
2010-04-01 Torsten Irländer <torsten.irlaender at intevation.de>
* mpulsweb/lib/helper/filters.py: Only shorten element (text) if it has a
Modified: wasko/branches/2.0/mpulsweb/controllers/repeatgroup.py
===================================================================
--- wasko/branches/2.0/mpulsweb/controllers/repeatgroup.py 2010-04-01 13:40:51 UTC (rev 2270)
+++ wasko/branches/2.0/mpulsweb/controllers/repeatgroup.py 2010-04-01 13:41:01 UTC (rev 2271)
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
import logging
from pylons import session, c, g
@@ -15,9 +17,9 @@
log = logging.getLogger(__name__)
-DELETE_RG_ENTRY_CONFIRM = u"""Datensatz löschen?"""
+DELETE_RG_ENTRY_CONFIRM = u"""Datensatz löschen?"""
DELETE_RG_ENTRY_CONFIRM_TEXT = u"""\
-Wollen Sie wirklich diesen Datensatz löschen und die Daten
+Wollen Sie wirklich diesen Datensatz löschen und die Daten
unwiederbringlich verlieren?"""
More information about the Mpuls-commits
mailing list