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 dab5cd4bb7d1afc711b2b417894ed9ccce84ca9c..c51cab4012c73d2cc53e4e73eb9ec9b1cbd7c9e3 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 @@ -130,6 +130,12 @@ XXX: Folder_filter accesses selection directly\n i18n:name="portal_type"/>\n </option>\n </tal:block>\n + </tal:block>\n + <tal:block tal:repeat="action actions/object_add | nothing">\n + <option tal:attributes="value string:object ${action/url}"\n + i18n:translate="" i18n:domain="ui">\n + Add <tal:block tal:content="action/name" i18n:name="portal_type" i18n:translate=""/>\n + </option>\n </tal:block>\n <tal:block tal:define="document_template_list here/getDocumentTemplateList | nothing"\n tal:condition="document_template_list">\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index b1ef57c1f7cdbf7b9e0134512a22b8cc71c410df..4acc65d01203475b5fbfa75a08718733074050ca 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -265 \ No newline at end of file +266 \ No newline at end of file