Commit 1b9fd349 authored by Christophe Dumez's avatar Christophe Dumez

- fixed absolute path to file in file history (reported by Aurelien)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6644 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eedc0bd0
......@@ -281,7 +281,7 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
python: "<b><a href=\'BusinessTemplate_viewSvnShowFile?file="+str(here.REQUEST[\'file\'])+"\'>"+str(here.REQUEST[\'file\'])+"</a></b>&nbsp;&nbsp;<a href=\'"+here.getPortalObject()["portal_subversion"].editPath(here, here.REQUEST[\'file\'])+"\'><img src=\'imgs/edit.png\' border=\'0\'></a>"
python: "<b><a href=\'BusinessTemplate_viewSvnShowFile?file="+here.getPortalObject().portal_preferences.getPreference(\'subversion_working_copy\')+\'/\'+str(here.REQUEST[\'file\'])+"\'>"+here.getPortalObject().portal_preferences.getPreference(\'subversion_working_copy\')+\'/\'+str(here.REQUEST[\'file\'])+"</a></b>&nbsp;&nbsp;<a href=\'"+here.getPortalObject()["portal_subversion"].editPath(here, here.getPortalObject().portal_preferences.getPreference(\'subversion_working_copy\')+\'/\'+str(here.REQUEST[\'file\']))+"\'><img src=\'imgs/edit.png\' border=\'0\'></a>"
]]></string> </value>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment