[Zope3-checkins] CVS: Zope3/src/zope/app/browser/content - i18n_edit.pt:1.3 i18nimageedit.pt:1.3
Philipp von Weitershausen
philikon@philikon.de
Wed, 25 Jun 2003 13:12:46 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/content
In directory cvs.zope.org:/tmp/cvs-serv19493/content
Modified Files:
i18n_edit.pt i18nimageedit.pt
Log Message:
Be XHTML compliant and wrap all attributes in quotes.
=== Zope3/src/zope/app/browser/content/i18n_edit.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/content/i18n_edit.pt:1.2 Wed Dec 25 09:12:30 2002
+++ Zope3/src/zope/app/browser/content/i18n_edit.pt Wed Jun 25 13:12:16 2003
@@ -33,7 +33,7 @@
<tr>
<th class="EditAttributeName">Content Type</th>
<td class="EditAttributeValue">
- <input name="contentType" type="text" size=20
+ <input name="contentType" type="text" size="20"
tal:attributes="value context/getContentType" />
</td>
</tr>
@@ -56,7 +56,7 @@
</td>
</tr>
<tr>
- <td colspan=2>
+ <td colspan="2">
<hr>
</td>
</tr>
@@ -85,13 +85,13 @@
<input type="submit" name="addLanguage"
value="Add new language" />
- <input type="text" name="newLanguage" size=10 />
+ <input type="text" name="newLanguage" size="10" />
</td>
</tr>
<tr>
<th class="EditAttributeName">Data</th>
<td class="EditAttributeValue">
- <textarea name="data" cols=70 rows=10
+ <textarea name="data" cols="70" rows="10"
tal:content="python:context.getData(request.get('language'))">
</textarea>
</td>
=== Zope3/src/zope/app/browser/content/i18nimageedit.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/content/i18nimageedit.pt:1.2 Wed Dec 25 09:12:30 2002
+++ Zope3/src/zope/app/browser/content/i18nimageedit.pt Wed Jun 25 13:12:16 2003
@@ -87,13 +87,13 @@
<input type="submit" name="addLanguage"
value="Add new language" />
- <input type="text" name="newLanguage" size=10 />
+ <input type="text" name="newLanguage" size="10" />
</td>
</tr>
<tr>
<th class="EditAttributeName">Data</th>
<td class="EditAttributeValue">
- <input type="file" name="data" size=20 />
+ <input type="file" name="data" size="20" />
</td>
</tr>