diff templates/classic/html/page.html @ 3584:35b35a152b40

fix "clear this message" [SF#1429367]
author Richard Jones <richard@users.sourceforge.net>
date Fri, 03 Mar 2006 01:00:41 +0000
parents 4cf7f9b7cb37
children 12633662ff63
line wrap: on
line diff
--- a/templates/classic/html/page.html	Fri Mar 03 00:13:20 2006 +0000
+++ b/templates/classic/html/page.html	Fri Mar 03 01:00:41 2006 +0000
@@ -133,7 +133,7 @@
   <p tal:condition="options/ok_message | nothing" class="ok-message">
     <span tal:repeat="m options/ok_message"
        tal:content="structure string:$m <br/ > " />
-     <a class="form-small" tal:attributes="href string:issue${context/id}"
+     <a class="form-small" tal:attributes="href request/current_url"
         i18n:translate="">clear this message</a>
   </p>
  </td>
@@ -229,3 +229,4 @@
          tal:attributes="value name;
                          checked python:name == group_on">
 </td>
+

Roundup Issue Tracker: http://roundup-tracker.org/