[Mpuls-commits] r4082 - base/trunk/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Nov 1 10:25:22 CET 2010
Author: torsten
Date: 2010-11-01 10:25:21 +0100 (Mon, 01 Nov 2010)
New Revision: 4082
Modified:
base/trunk/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added new config var "offline-client" which
indicates if there is a offline-client availabe for this configuration
or not. Use this to "customize" some dialogs which might refer to the
offline client. e.g the export dialog. The variable default to 0 -> no
offline client.
Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py 2010-11-01 08:48:52 UTC (rev 4081)
+++ base/trunk/mpulsweb/lib/config.py 2010-11-01 09:25:21 UTC (rev 4082)
@@ -126,6 +126,9 @@
set('formed', 'treefile', 'formedtree.xml')
set('formed', 'annotation', 'annotations.xhtml')
+ # Offline-Client
+ set('offline-client', 'enabled', '0')
+
# Global Modules
set('module', 'casemanagement', '1')
set('module', 'appointments', '1')
More information about the Mpuls-commits
mailing list