From 94f73e7591f958e6a39f1de7aeb47d2407b2fe2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Sat, 4 Mar 2006 19:08:36 +0000 Subject: [PATCH] don't translate portal status message; set title for the frontpage git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5984 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_html_style/main_template.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/main_template.xml b/product/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/main_template.xml index df42beefa9..35a0834cb7 100755 --- a/product/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/main_template.xml +++ b/product/ERP5/bootstrap/erp5_html_style/SkinTemplateItem/portal_skins/erp5_html_style/main_template.xml @@ -88,7 +88,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n <head tal:define="dummy python:request.RESPONSE.setHeader(\'Content-Type\',\'text/html;; charset=UTF-8\')">\n <meta name="description" content="Generated by main_template" />\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n - <title tal:content="template/title_or_id" i18n:translate="" i18n:domain="ui">The title</title>\n + <title tal:content="here/portal_properties/title_or_id" i18n:translate="" i18n:domain="ui">The title</title>\n <link href="erp5.css" rel="stylesheet" type="text/css"\n tal:attributes="href python: here.portal_url() + \'/\' + \'erp5.css\'" />\n </head>\n @@ -143,7 +143,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n <div class="Main"\n tal:condition="request/portal_status_message | nothing">\n <table><tr><td class="error"\n - i18n:translate="" i18n:domain="ui"\n tal:content="request/portal_status_message">\n </td></tr>\n </table>\n -- 2.30.9