diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml index ff2488d67df5288c20768508612a5991a1d6e863..adeaef6b8bf5f1e99154fd8ff6d1e303a77bedfc 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml @@ -44,6 +44,12 @@ </object> </value> </item> + <item> + <key> <string>_dav_writelocks</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> <item> <key> <string>_text</string> </key> <value> <string encoding="cdata"><![CDATA[ @@ -80,9 +86,9 @@ XXX: Folder_filter accesses selection directly\n tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doJump\')">\n <option selected="selected" value=""\n i18n:translate="" i18n:domain="ui">Jump...</option>\n - <tal:block tal:repeat="jump filtered_actions/object_jump | nothing">\n - <option tal:attributes="value python: jump[1]"\n - tal:content="python: jump[0]"></option>\n + <tal:block tal:repeat="jump actions/object_jump | nothing">\n + <option tal:attributes="value jump/url"\n + tal:content="jump/name"></option>\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 <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 </a>\n <a tal:condition="here/hasActivity | nothing" class="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="description" i18n:translate="" i18n:domain="ui">Activity Pending</span>\n </a>\n @@ -332,4 +338,25 @@ XXX: Folder_filter accesses selection directly\n </dictionary> </pickle> </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> diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log index 5a5a5d926825bd03b3a12d86567c325b2486d5f4..9aa8146c4c5de5645f7b31898c454e9b1811bb45 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log @@ -1,3 +1,6 @@ +2006-07-17 jerome +* fix object_jump actions that were not displayed. + 2006-06-28 Kevin * Fix default string. diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 3cacc0b93c9c9c03a72da624ca28a09ba5c1336f..ca7bf83ac53a27a2a914bed25e1a07478dd8ef47 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -12 \ No newline at end of file +13 \ No newline at end of file