[Zope-Checkins] CVS: Zope/lib/python/TAL/tests/input - test19.html:1.3
Chris McDonough
chrism@zope.com
Fri, 25 Jul 2003 14:55:15 -0400
Update of /cvs-repository/Zope/lib/python/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv15492/lib/python/TAL/tests/input
Modified Files:
test19.html
Log Message:
Merge TAL i18n fixes which break CMF to HEAD from 2.7 branch.
=== Zope/lib/python/TAL/tests/input/test19.html 1.2 => 1.3 ===
--- Zope/lib/python/TAL/tests/input/test19.html:1.2 Tue Jul 22 09:28:50 2003
+++ Zope/lib/python/TAL/tests/input/test19.html Fri Jul 25 14:54:39 2003
@@ -7,3 +7,16 @@
<input i18n:attributes=" name message-id;
attr input-attr ">
+
+<input name="Delete"
+ i18n:attributes="name message-id;">
+
+<input name="Delete" title="titletext"
+ i18n:attributes="name title">
+
+<input name="Delete" tal:attributes="title string:titletaltext"
+ i18n:attributes="name title">
+
+<input name="Delete" tal:attributes="title string:titletaltext"
+ i18n:attributes="name message-id">
+