[Mpuls-commits] r4162 - jmd/trunk/jmdstrukturweb/templates/appointments
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Nov 12 11:18:00 CET 2010
Author: torsten
Date: 2010-11-12 11:17:59 +0100 (Fri, 12 Nov 2010)
New Revision: 4162
Modified:
jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako
Log:
* jmdstrukturweb/templates/appointments/remindlist_body.mako: Fixed issue1397
Modified: jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako
===================================================================
--- jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako 2010-11-12 09:02:45 UTC (rev 4161)
+++ jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako 2010-11-12 10:17:59 UTC (rev 4162)
@@ -12,7 +12,9 @@
<td class="date">${h.dd_mm_YYYY(datetime.now())}</td>
<td class="title">${appointment.title | F.NA}</td>
<td class="action">
- ${self.showAppointmentActions(appointment)}
+ % if appointment.case_id is not None:
+ ${self.showAppointmentActions(appointment)}
+ % endif
% if h.hasRole(['cm_ka']):
${self.showKeepActiveActions(appointment)}
% endif
More information about the Mpuls-commits
mailing list