Commit 1d9335ae authored by Jérome Perrin's avatar Jérome Perrin

Fix object_jump actions that were not displayed

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8460 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c10e0352
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
</object> </object>
</value> </value>
</item> </item>
<item>
<key> <string>_dav_writelocks</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
...@@ -80,9 +86,9 @@ XXX: Folder_filter accesses selection directly\n ...@@ -80,9 +86,9 @@ XXX: Folder_filter accesses selection directly\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doJump\')">\n tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doJump\')">\n
<option selected="selected" value=""\n <option selected="selected" value=""\n
i18n:translate="" i18n:domain="ui">Jump...</option>\n i18n:translate="" i18n:domain="ui">Jump...</option>\n
<tal:block tal:repeat="jump filtered_actions/object_jump | nothing">\n <tal:block tal:repeat="jump actions/object_jump | nothing">\n
<option tal:attributes="value python: jump[1]"\n <option tal:attributes="value jump/url"\n
tal:content="python: jump[0]"></option>\n tal:content="jump/name"></option>\n
</tal:block>\n </tal:block>\n
<tal:block tal:condition="python: here.getPortalType() in here.portal_types.objectIds() and here.portal_types[here.getPortalType()].Base_getSourceVisibility()">\n <tal:block tal:condition="python: here.getPortalType() in here.portal_types.objectIds() and here.portal_types[here.getPortalType()].Base_getSourceVisibility()">\n
<option tal:attributes="value python: \'%s/manage_workspace\' % (here.portal_types[here.getPortalType()].absolute_url(),)"\n <option tal:attributes="value python: \'%s/manage_workspace\' % (here.portal_types[here.getPortalType()].absolute_url(),)"\n
...@@ -302,7 +308,7 @@ XXX: Folder_filter accesses selection directly\n ...@@ -302,7 +308,7 @@ XXX: Folder_filter accesses selection directly\n
</a>\n </a>\n
<a tal:condition="here/hasActivity | nothing" class="activity_pending"\n <a tal:condition="here/hasActivity | nothing" class="activity_pending"\n
title="Activity Pending"\n title="Activity Pending"\n
tal:attributes="href python: here.portal_membership.checkPermission(\'View management screens\', here.portal_activities) and \'%s%s/manageActivities\' % (here.REQUEST[\'SERVER_URL\'],here.portal_activities.getUrl(), ) or \'#\'">\n tal:attributes="href python: here.portal_membership.checkPermission(\'View management screens\', here.portal_activities) and \'%s/manageActivities\' % here.portal_activities.absolute_url() or \'#\'">\n
<span class="image"></span>\n <span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Activity Pending</span>\n <span class="description" i18n:translate="" i18n:domain="ui">Activity Pending</span>\n
</a>\n </a>\n
...@@ -332,4 +338,25 @@ XXX: Folder_filter accesses selection directly\n ...@@ -332,4 +338,25 @@ XXX: Folder_filter accesses selection directly\n
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Persistence</string>
<string>PersistentMapping</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_container</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
2006-07-17 jerome
* fix object_jump actions that were not displayed.
2006-06-28 Kevin 2006-06-28 Kevin
* Fix default string. * Fix default string.
......
12 13
\ No newline at end of file \ 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