diff --git a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml index b50d0bf1482eb6a19c7916df82eec0383c3f9398..b16236447469c419d4586101ca3cee353014f829 100644 --- a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml +++ b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml @@ -50,12 +50,15 @@ <tal:block tal:define="portal_path here/absolute_url;\n url_suffix python: \'/ERP5Site_createNewWebDocument?select_action=\'">\n <li>\n - <a id="change_state">Change State<img tal:attributes="src python: portal_path + \'/ung_images/arrow.png\'"></a>\n + <a id="change_state">\n + <span i18n:translate="" i18n:domain="ui">Change State</span>\n + <img tal:attributes="src python: portal_path + \'/ung_images/arrow.png\'">\n + </a>\n <ul>\n <tal:block tal:repeat="action actions/workflow">\n <li>\n <a tal:attributes="href string:workflow ${action/url}">\n - <h6 tal:content="action/name"></h6>\n + <h6 tal:content="action/name" i18n:translate="" i18n:domain="ui"></h6>\n </a>\n </li>\n </tal:block>\n diff --git a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewMenuWidget.xml b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewMenuWidget.xml index 39cd52a3d8288c213e892239f0b3408c608de337..14ba9f4fc8c7b1602fcd08912233f2ebe3ef3e6f 100644 --- a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewMenuWidget.xml +++ b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewMenuWidget.xml @@ -41,24 +41,26 @@ <div class="menu_create_object">\n <tal:block tal:define="portal_path here/absolute_url;\n url_suffix python: \'/ERP5Site_createNewWebDocument?template=\'">\n - <li><a id="current">Create New<img tal:attributes="src python: portal_path + \'/ung_images/arrow.png\'"></a>\n + <li><a id="current">\n + <span i18n:translate="" i18n:domain="ui">Create New</span>\n + <img tal:attributes="src python: portal_path + \'/ung_images/arrow.png\'"></a>\n <ul>\n <li>\n <a tal:attributes="href python: portal_path + url_suffix + \'web_illustration_template\'">\n - <img tal:attributes="src python: portal_path + \'/ung_images/svg.png\'">\n - Web Illustration\n + <img tal:attributes="src python: portal_path + \'/ung_images/svg.png\'">\n + <span i18n:translate="" i18n:domain="ui">Web Illustration</span>\n </a>\n </li>\n <li>\n <a tal:attributes="href python: portal_path + url_suffix + \'web_table_template\'">\n - <img tal:attributes="src python: portal_path + \'/ung_images/table.jpg\'">\n - Web Table\n + <img tal:attributes="src python: portal_path + \'/ung_images/table.jpg\'">\n + <span i18n:translate="" i18n:domain="ui">Web Table</span>\n </a>\n </li>\n <li>\n <a tal:attributes="href python: portal_path + url_suffix + \'web_page_template\'">\n - <img tal:attributes="src python: portal_path + \'/ung_images/document.gif\'">\n - Web Page\n + <img tal:attributes="src python: portal_path + \'/ung_images/document.gif\'">\n + <span i18n:translate="" i18n:domain="ui">Web Page</span>\n </a>\n </li>\n </ul>\n @@ -71,9 +73,9 @@ <fieldset id="file_box">\n <input type="file" size="30" name="file">\n <select name="portal_type">\n - <option value="Web Page">Web Page</option>\n - <option value="Web Illustration">Web Illustration</option>\n - <option value="Web Table">Web Table</option>\n + <option value="Web Page" i18n:translate="" i18n:domain="ui">Web Page</option>\n + <option value="Web Illustration" i18n:translate="" i18n:domain="ui">Web Illustration</option>\n + <option value="Web Table" i18n:translate="" i18n:domain="ui">Web Table</option>\n </select>\n <br />\n <input type="submit" id="submit_document" value="Submit" i18n:translate="" i18n:domain="ui">\n diff --git a/bt5/erp5_web_ung_theme/bt/revision b/bt5/erp5_web_ung_theme/bt/revision index 95738485793d46fac341b01b1f8f9468b4df0dd1..98c1572f67e72c2c54c6e949b21406e146df0b5b 100644 --- a/bt5/erp5_web_ung_theme/bt/revision +++ b/bt5/erp5_web_ung_theme/bt/revision @@ -1 +1 @@ -326 \ No newline at end of file +327 \ No newline at end of file