[Mpuls-commits] r3088 - base/trunk/mpulsweb/templates/casemanagement
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jun 24 16:03:53 CEST 2010
Author: torsten
Date: 2010-06-24 16:03:53 +0200 (Thu, 24 Jun 2010)
New Revision: 3088
Modified:
base/trunk/mpulsweb/templates/casemanagement/main.mako
Log:
* mpulsweb/templates/casemanagement/main.mako: Do not allow to create
reminders if appointments are disabled.
Modified: base/trunk/mpulsweb/templates/casemanagement/main.mako
===================================================================
--- base/trunk/mpulsweb/templates/casemanagement/main.mako 2010-06-24 13:17:01 UTC (rev 3087)
+++ base/trunk/mpulsweb/templates/casemanagement/main.mako 2010-06-24 14:03:53 UTC (rev 3088)
@@ -134,7 +134,7 @@
</a>
</li>
% endif
- % if g.mpuls_config.is_enabled('case-module', 'reminders'):
+ % if g.mpuls_config.is_enabled('case-module', 'appointments'):
<li>
<a href="${h.url_for(controller='caseappointment',
action='newReminder',
More information about the Mpuls-commits
mailing list