[Mpuls-commits] r1291 - in wasko/branches/2.0: . waskaweb/templates/casemanagement
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Feb 5 18:57:41 CET 2010
Author: bh
Date: 2010-02-05 18:57:40 +0100 (Fri, 05 Feb 2010)
New Revision: 1291
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/templates/casemanagement/digest_body.mako
Log:
* waskaweb/templates/casemanagement/digest_body.mako: Add a
comment for the fields list.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-05 17:53:45 UTC (rev 1290)
+++ wasko/branches/2.0/ChangeLog 2010-02-05 17:57:40 UTC (rev 1291)
@@ -1,5 +1,10 @@
2010-02-05 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/templates/casemanagement/digest_body.mako: Add a
+ comment for the fields list.
+
+2010-02-05 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/templates/casemanagement/caselist.mako: Add a comment
describing the structure of the fields list.
Modified: wasko/branches/2.0/waskaweb/templates/casemanagement/digest_body.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/casemanagement/digest_body.mako 2010-02-05 17:53:45 UTC (rev 1290)
+++ wasko/branches/2.0/waskaweb/templates/casemanagement/digest_body.mako 2010-02-05 17:57:40 UTC (rev 1291)
@@ -2,6 +2,10 @@
<%!
import mpulsweb.lib.helper.filters as F
+## The names of the fields to show in the case digest. The names are
+## the ones used in the formed descripttion. Any name outside of repeat
+## groups can be used.
+
fields = [
"name",
"vorname",
More information about the Mpuls-commits
mailing list