Commit 94f73e75 authored by Jérome Perrin's avatar Jérome Perrin

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
parent 03d800eb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment