[Mpuls-commits] r5867 - base/trunk/mpulsweb/templates/casebundle/dialogs

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 7 14:24:39 CET 2012


Author: ludwig
Date: 2012-03-07 14:24:38 +0100 (Wed, 07 Mar 2012)
New Revision: 5867

Modified:
   base/trunk/mpulsweb/templates/casebundle/dialogs/download_formletter.mako
Log:
Issue 2738: Replace url_for with url (templates/casebundle) Part 2.


Modified: base/trunk/mpulsweb/templates/casebundle/dialogs/download_formletter.mako
===================================================================
--- base/trunk/mpulsweb/templates/casebundle/dialogs/download_formletter.mako	2012-03-07 13:23:15 UTC (rev 5866)
+++ base/trunk/mpulsweb/templates/casebundle/dialogs/download_formletter.mako	2012-03-07 13:24:38 UTC (rev 5867)
@@ -6,7 +6,7 @@
 	<li><a href="#">${_('formletter')}</a></li>
 </%def>
 <div class="dialog">
-<h1><img src="${h.url_for('/images/icons/info/confirmation.png')}" 
+<h1><img src="${h.url('/images/icons/info/confirmation.png')}" 
          alt="${_('Success')}"
          width="48"
          height="48">${c.dialog_title or c.confirm_for}</h1>



More information about the Mpuls-commits mailing list