[CMF-checkins] CVS: CMF/CMFWiki/skins/zpt_wiki - wikipage_header.pt:1.2
Ken Manheimer
klm@zope.com
Thu, 21 Feb 2002 18:44:49 -0500
Update of /cvs-repository/CMF/CMFWiki/skins/zpt_wiki
In directory cvs.zope.org:/tmp/cvs-serv22477/skins/zpt_wiki
Modified Files:
wikipage_header.pt
Log Message:
Qualify the history script name with the .wiki_page_url(), so the
resulting absolute url prevents how-we're-viewing misfires.
=== CMF/CMFWiki/skins/zpt_wiki/wikipage_header.pt 1.1 => 1.2 ===
Last
<a href="wikipage_history"
- tal:attributes="href python:here.getTypeInfo().getActionById( 'history' )">edited</a>
+ tal:attributes="href python: here.wiki_page_url() + '/' +
+ here.getTypeInfo().getActionById( 'history' )">
+ edited</a>
<span tal:condition="here/last_editor">
by <b tal:content="here/last_editor">some editor</b>
</span>