Commit 81a29804 authored by Jérome Perrin's avatar Jérome Perrin

fix jump actions on image


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35721 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 017dbbcb
......@@ -77,7 +77,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/DMS_jumpToRelatedDocuments?what=all</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/Document_jumpToRelatedDocumentList?relation_id=all&listbox_title=All Related Documents
]]></string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -77,7 +77,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/DMS_jumpToRelatedDocuments?what=related_predecessor</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/Document_jumpToRelatedDocumentList?relation_id=related_predecessor&listbox_title=Reference Documents
]]></string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -77,7 +77,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/DMS_jumpToRelatedDocuments?what=related_similar</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/Document_jumpToRelatedDocumentList?relation_id=related_similar&listbox_title=Similar Documents
]]></string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -77,7 +77,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/DMS_jumpToRelatedDocuments?what=cloud</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/Document_jumpToRelatedDocumentList?relation_id=cloud&listbox_title=Similarity Cloud
]]></string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -77,7 +77,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/DMS_jumpToRelatedDocuments?what=related_successor</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/Document_jumpToRelatedDocumentList?relation_id=related_successor&listbox_title=Related Documents
]]></string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -77,7 +77,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/DMS_jumpToRelatedDocuments?what=wiki_predecessor</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/Document_jumpToRelatedDocumentList?relation_id=wiki_predecessor&listbox_title=Wiki Predecessors
]]></string> </value>
</item>
</dictionary>
</pickle>
......
1142
\ No newline at end of file
1143
\ 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