diff --git a/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewSiteTitleWidget.xml b/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewSiteTitleWidget.xml index 13e6b866fa1e003686d428d74ccfb7a326c367bd..69f61efdfd307634122f933caee72cc0cc61fd63 100644 --- a/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewSiteTitleWidget.xml +++ b/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewSiteTitleWidget.xml @@ -69,15 +69,17 @@ <a class="sitelogo"\n href="#"\n title="Home"\n + i18n:translate="" i18n:domain="ui"\n tal:attributes="href current_web_site/absolute_url;\n title python:current_web_site.getLayoutProperty(\'layout_header_title\')"></a> <!-- Make a script for search an image who have the site in follow_up / install DMS-->\n <div class="sitename">\n <h1><a href="#"\n title="Home"\n + i18n:translate="" i18n:domain="ui"\n tal:content="current_web_section_header_title"\n tal:attributes="href current_web_site/absolute_url;\n title current_web_section_header_title">Site Name</a></h1>\n - <h2 tal:content="python:current_web_section.getLayoutProperty(\'layout_header_moto\')">Open Source Designs</h2>\n + <h2 i18n:translate="" i18n:domain="ui" tal:content="python:current_web_section.getLayoutProperty(\'layout_header_moto\')">Open Source Designs</h2>\n </tal:block> ]]></string> </value> diff --git a/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewSubsectionWidget.xml b/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewSubsectionWidget.xml index 9085cf64f31c82cc9260112c28bc5ad954e01823..c6f84fd03e41ed2cc82fbe18ac78ed033b74536a 100644 --- a/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewSubsectionWidget.xml +++ b/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewSubsectionWidget.xml @@ -57,8 +57,10 @@ \n \n <ul tal:define="current_web_section python:request.get(\'current_web_section\', here)">\n - <li tal:repeat="subsection python:current_web_section.WebSection_getSiteMapTree(depth=1)"><a href="#" tal:content="subsection/translated_title"\n - tal:attributes="href subsection/url">Menu item</a></li>\n + <li tal:repeat="subsection python:current_web_section.WebSection_getSiteMapTree(depth=1)">\n + <a href="#" tal:content="subsection/translated_title"\n + tal:attributes="href subsection/url">Menu item</a>\n + </li>\n </ul> ]]></string> </value> diff --git a/bt5/erp5_web_multiflex5_theme/bt/revision b/bt5/erp5_web_multiflex5_theme/bt/revision index 4b6f9c39e5c757bf387d465c53026b336dd8b96c..b44fe09a7a833a4736542e3a089713d34eb4abaa 100644 --- a/bt5/erp5_web_multiflex5_theme/bt/revision +++ b/bt5/erp5_web_multiflex5_theme/bt/revision @@ -1 +1 @@ -64 \ No newline at end of file +65 \ No newline at end of file