[Mpuls-commits] r2078 - in wasko/branches/2.0: jmdweb/templates/casemanagement mpulsweb/templates/casemanagement
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Mar 23 14:25:59 CET 2010
Author: torsten
Date: 2010-03-23 14:25:58 +0100 (Tue, 23 Mar 2010)
New Revision: 2078
Added:
wasko/branches/2.0/mpulsweb/templates/casemanagement/appointmentlist.mako
Removed:
wasko/branches/2.0/jmdweb/templates/casemanagement/appointmentlist.mako
Log:
Moved template for caseappointmentlist to mpulsbase
Deleted: wasko/branches/2.0/jmdweb/templates/casemanagement/appointmentlist.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/casemanagement/appointmentlist.mako 2010-03-23 13:24:04 UTC (rev 2077)
+++ wasko/branches/2.0/jmdweb/templates/casemanagement/appointmentlist.mako 2010-03-23 13:25:58 UTC (rev 2078)
@@ -1,17 +0,0 @@
-<%inherit file="/appointments/overview_body.mako" />
-<%def name="showAppointmentActions(appointment)">
- <a href="${h.url_for(controller='/caseappointment',
- action='show', id=appointment.id,
- confirmed='1')}">
- <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='/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
-</%def>
Copied: wasko/branches/2.0/mpulsweb/templates/casemanagement/appointmentlist.mako (from rev 2056, wasko/branches/2.0/jmdweb/templates/casemanagement/appointmentlist.mako)
Property changes on: wasko/branches/2.0/mpulsweb/templates/casemanagement/appointmentlist.mako
___________________________________________________________________
Name: svn:mergeinfo
+
More information about the Mpuls-commits
mailing list