[Checkins] SVN: z3ext.layoutform/trunk/src/z3ext/layoutform/browser/form.pt update i18n

Nikolay Kim fafhrd at datacom.kz
Thu Oct 2 08:47:40 EDT 2008


Log message for revision 91658:
  update i18n

Changed:
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/browser/form.pt

-=-
Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/browser/form.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/form.pt	2008-10-01 21:09:48 UTC (rev 91657)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/browser/form.pt	2008-10-02 12:47:37 UTC (rev 91658)
@@ -1,4 +1,4 @@
-<div class="z-form z-form-standard">
+<div class="z-form z-form-standard" i18n:domain="z3ext">
   <form action="." method="post" enctype="multipart/form-data" 
 	tal:attributes="method view/method;
 			enctype view/enctype;
@@ -33,8 +33,7 @@
 	      <div class="z-form-field" metal:define-macro="widget-row"
 		   tal:define="error widget/error|nothing"
 		   tal:attributes="class python:error and 'z-form-field error' or 'z-form-field'">
-		<label for="widget.id" title="The widget's hint"
-		       tal:attributes="for widget/id;
+		<label tal:attributes="for widget/id;
 				       title widget/field/description"
 		       tal:content="widget/label">The Label</label>
 



More information about the Checkins mailing list