[Mpuls-commits] r1066 - wasko/branches/2.0/waskaweb/templates/logbook

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 1 14:36:55 CET 2010


Author: torsten
Date: 2010-02-01 14:36:54 +0100 (Mon, 01 Feb 2010)
New Revision: 1066

Modified:
   wasko/branches/2.0/waskaweb/templates/logbook/overview.mako
Log:
* waskaweb/templates/logbook/overview.mako: Call delete method in
logbook controller


Modified: wasko/branches/2.0/waskaweb/templates/logbook/overview.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/logbook/overview.mako	2010-02-01 13:35:47 UTC (rev 1065)
+++ wasko/branches/2.0/waskaweb/templates/logbook/overview.mako	2010-02-01 13:36:54 UTC (rev 1066)
@@ -53,7 +53,7 @@
         <a href="${h.url_for(controller='/logbook', action='show', id=entry.id)}">
             <img src="/images/icons/view_red.gif" border="0" alt="Eintrag ansehen" title="Eintrag ansehen"></a>
         % if h.hasRole(['cm_ka']) and entry.getKindAsInt() != 0:
-        <a href="${h.url_for(controller='/case', action='deleteLogbookEntry', id=entry.id, confirmed=0)}">
+        <a href="${h.url_for(controller='/logbook', action='delete', id=entry.id, confirmed=0)}">
             <img src="/images/icons/delete_red.gif" border="0" alt="Eintrag löschen" title="Eintrag löschen"></a>
         % endif
     </td>



More information about the Mpuls-commits mailing list