Commit d3c56ddd authored by Jérome Perrin's avatar Jérome Perrin

Fix path to edit.png image



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14278 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e8750fd
...@@ -629,7 +629,7 @@ class SubversionTool(BaseTool, UniqueObject, Folder): ...@@ -629,7 +629,7 @@ class SubversionTool(BaseTool, UniqueObject, Folder):
input_file = open(file_path, 'r') input_file = open(file_path, 'r')
head = "<span style='font-weight: bold; color: black;'>"+file_path+'</span> <a href="' + \ head = "<span style='font-weight: bold; color: black;'>"+file_path+'</span> <a href="' + \
self.editPath(business_template, file_path) + \ self.editPath(business_template, file_path) + \
'"><img src="imgs/edit.png" style="border: 0" alt="edit" /></a><hr/>' '"><img src="ERP5Subversion_imgs/edit.png" style="border: 0" alt="edit" /></a><hr/>'
text = head + colorize(input_file.read()) text = head + colorize(input_file.read())
input_file.close() input_file.close()
else: else:
......
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