[Mpuls-commits] r4444 - base/trunk/mpulsweb/templates/evaluation
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 28 15:49:29 CET 2010
Author: torsten
Date: 2010-12-28 15:49:28 +0100 (Tue, 28 Dec 2010)
New Revision: 4444
Modified:
base/trunk/mpulsweb/templates/evaluation/agencylist.mako
Log:
Add style to each row of the agencylist
Modified: base/trunk/mpulsweb/templates/evaluation/agencylist.mako
===================================================================
--- base/trunk/mpulsweb/templates/evaluation/agencylist.mako 2010-12-28 14:48:41 UTC (rev 4443)
+++ base/trunk/mpulsweb/templates/evaluation/agencylist.mako 2010-12-28 14:49:28 UTC (rev 4444)
@@ -74,7 +74,7 @@
% endif
% for title, urlpart, style, roles, get_value in fields:
% if h.hasRole(roles):
- <td>${get_value(case) | F.NA}</td>
+ <td class="${style}">${get_value(case) | F.NA}</td>
% endif
% endfor
</%def>
More information about the Mpuls-commits
mailing list