[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/input - test24.html:1.3

Fred L. Drake, Jr. fred@zope.com
Mon, 31 Mar 2003 14:16:27 -0500


Update of /cvs-repository/Zope3/src/zope/tal/tests/input
In directory cvs.zope.org:/tmp/cvs-serv24299/tests/input

Modified Files:
	test24.html 
Log Message:
Update i18n:attributes to support explicit message IDs.

=== Zope3/src/zope/tal/tests/input/test24.html 1.2 => 1.3 ===
--- Zope3/src/zope/tal/tests/input/test24.html:1.2	Wed Dec 25 09:15:31 2002
+++ Zope3/src/zope/tal/tests/input/test24.html	Mon Mar 31 14:15:56 2003
@@ -1,3 +1,13 @@
 <input name="Delete"
        tal:attributes="name string:delete_button"
        i18n:attributes="name">
+
+<input name="Delete"
+       tal:attributes="name string:delete_button"
+       i18n:attributes="name message-id">
+
+<input name="Delete"
+       i18n:attributes="name message-id">
+
+<input i18n:attributes=" name message-id;
+                         attr input-attr ">