[Mpuls-commits] r1134 - wasko/branches/2.0/waskaweb/templates/casemanagement
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 2 14:45:52 CET 2010
Author: torsten
Date: 2010-02-02 14:45:51 +0100 (Tue, 02 Feb 2010)
New Revision: 1134
Modified:
wasko/branches/2.0/waskaweb/templates/casemanagement/reminderlist.mako
Log:
* waskaweb/templates/casemanagement/reminderlist.mako: Adopted link to
call methods in caseappointment controller.
Modified: wasko/branches/2.0/waskaweb/templates/casemanagement/reminderlist.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/casemanagement/reminderlist.mako 2010-02-02 13:42:47 UTC (rev 1133)
+++ wasko/branches/2.0/waskaweb/templates/casemanagement/reminderlist.mako 2010-02-02 13:45:51 UTC (rev 1134)
@@ -1,9 +1,9 @@
<%inherit file="/appointments/remindlist_body.mako" />
<%def name="showAppointmentActions(appointment)">
-<a href="${h.url_for(controller='/case', action='showAppointment', id=appointment.id)}">
+<a href="${h.url_for(controller='/caseappointment', action='show', id=appointment.id)}">
<img src="/images/icons/view_red.gif" border="0" alt="${_('cm_overview_a_show')}" title="${_('cm_overview_a_show')}"></a>
% if h.hasRole(['cm_ka']):
- <a href="${h.url_for(controller='/case', action='deleteAppointment', id=appointment.id, confirmed=0)}">
+ <a href="${h.url_for(controller='/caseappointment', action='delete', id=appointment.id, confirmed=0)}">
<img src="/images/icons/delete_red.gif" border="0" alt="${_('cm_overview_a_delete')}" title="${_('cm_overview_a_delete')}">
</a>
% endif
More information about the Mpuls-commits
mailing list