Commit 702c241e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2009-06-18 Kazuhiko

* overrides frmresourceslist.html so as to use relative path for embedded images/files.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27644 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b6f01601
......@@ -144,7 +144,7 @@ oIcons.GetIcon = function( fileName )\n
\t\t</frameset>\n
\t\t<frameset rows="0,*,50" framespacing="0">\n
\t\t\t<frame name="frmActualFolder" src="editor/filemanager/browser/zope/frmactualfolder.html" scrolling="no" frameborder="no" />\n
\t\t\t<frame name="frmResourcesList" src="editor/filemanager/browser/zope/frmresourceslist.html" scrolling="auto" frameborder="yes" />\n
\t\t\t<frame name="frmResourcesList" src="frmresourceslist.html" scrolling="auto" frameborder="yes" />\n
\t\t\t<frameset cols="0,*,0" framespacing="0" frameborder="no">\n
\t\t\t\t<frame name="frmCreateFolder" src="editor/filemanager/browser/zope/frmcreatefolder.html" scrolling="no" frameborder="no" />\n
\t\t\t\t<frame name="frmUpload" src="editor/filemanager/browser/zope/frmupload.html" scrolling="no" frameborder="no" />\n
......
......@@ -9,6 +9,12 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>connectors</string> </value>
......
768
\ No newline at end of file
769
\ No newline at end of file
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