[Mpuls-commits] r1175 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 2 17:55:14 CET 2010
Author: torsten
Date: 2010-02-02 17:55:13 +0100 (Tue, 02 Feb 2010)
New Revision: 1175
Modified:
wasko/branches/2.0/waskaweb/controllers/case.py
Log:
* waskaweb/controllers/case.py: Deleted static string for confirm
dialog to open and close a case.
Modified: wasko/branches/2.0/waskaweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-02 16:54:00 UTC (rev 1174)
+++ wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-02 16:55:13 UTC (rev 1175)
@@ -149,12 +149,6 @@
Wollen Sie wirklich die Fallakte wiederherstellen? Die Fallakte ist
danach wieder für die Nutzer bearbeitbar."""
-CLOSE_CONFIRM = u"""Fallakte schließen?"""
-CLOSE_CONFIRM_TEXT = u"""Wollen Sie wirklich die Fallakte schließen?"""
-
-OPEN_CONFIRM = u"""Geschlossene Fallakte öffnen?"""
-OPEN_CONFIRM_TEXT = u"""Wollen Sie wirklich die Fallakte wieder öffnen?"""
-
def load_case(id):
'''Return a case object'''
factory = CaseFactory()
More information about the Mpuls-commits
mailing list