From f30b7bc83bcd0cf1e2d10ee1a9b09f18c714e4b8 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Benoi=CC=82t=20Pin?= <pin@cri.ensmp.fr>
Date: Thu, 28 Nov 2013 15:06:08 +0100
Subject: [PATCH] bugfix localisation.

---
 skins/custom_content/document_edit_template.pt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/skins/custom_content/document_edit_template.pt b/skins/custom_content/document_edit_template.pt
index 65b4c9c..8755973 100644
--- a/skins/custom_content/document_edit_template.pt
+++ b/skins/custom_content/document_edit_template.pt
@@ -1,10 +1,10 @@
-<html metal:use-macro="here/main_template/macros/master" xmlns="http://www.w3.org/1999/xhtml" xmlns:i18n="http://namespaces.zope.org/i18n" xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal">
+<html metal:use-macro="here/main_template/macros/master">
   <head>
     <title>Document edit form</title>
     <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
     <link href="zpt_stylesheet.css" rel="stylesheet" media="screen"/>
   </head>
-  <body>
+  <body i18n:domain="plinn">
     <div metal:fill-slot="header">
       <div metal:use-macro="here/widgets/macros/generic_header">
         generic_header macro
@@ -20,7 +20,7 @@
           </div>
           <div>
             <br/>
-            <input type="submit" name="change_and_view" value="Save" i18n:domain="plinn" i18n:attributes="value"/>
+            <input type="submit" name="change_and_view" value="Save" i18n:attributes="value"/>
           </div>
         </form>
       </div>
-- 
2.20.1