Roundup Tracker - Issues

Message2142

Author colus
Recipients
Date 2006-02-20.08:29:27
Message-id
In-reply-to
Logged In: YES 
user_id=247180

At classic template page.html

  <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:${context/_classname}${context/id}"
        i18n:translate="">clear this message</a>
  </p>

Fix "href string:issue${context/id}" to "href
string:${context/_classname}${context/id}". I guess this fix
will solve the problem.
History
Date User Action Args
2009-02-03 14:21:37adminlinkissue1429367 messages
2009-02-03 14:21:37admincreate