[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/File/Views/Browser - i18n_edit.pt:1.2
Marius Gedminas
mgedmin@delfi.lt
Tue, 25 Jun 2002 06:48:39 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/File/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv23982/lib/python/Zope/App/OFS/Content/File/Views/Browser
Modified Files:
i18n_edit.pt
Log Message:
Minor cleanups: removed trailing spaces, added missing closing tags.
=== Zope3/lib/python/Zope/App/OFS/Content/File/Views/Browser/i18n_edit.pt 1.1 => 1.2 ===
width: 20px;
}
-
+
.ContentTitle {
text-align: left;
}
@@ -16,7 +16,6 @@
<body>
<div metal:fill-slot="body">
-
<p tal:content="context/msg"
tal:condition="python: hasattr(context, 'msg')">
Message will go here.
@@ -36,6 +35,7 @@
<td class="EditAttributeValue">
<input name="contentType" type="text" size=20
tal:attributes="value context/getContentType" />
+ </td>
</tr>
<tr>
<th class="EditAttributeName">Default Language</th>
@@ -53,6 +53,7 @@
tal:content="lang" />
</span>
</select>
+ </td>
</tr>
<tr>
<td colspan=2>
@@ -85,6 +86,7 @@
<input type="submit" name="addLanguage"
value="Add new language" />
<input type="text" name="newLanguage" size=10 />
+ </td>
</tr>
<tr>
<th class="EditAttributeName">Data</th>
@@ -92,8 +94,9 @@
<textarea name="data" cols=70 rows=10
tal:content="python:context.getData(request.get('language'))">
</textarea>
+ </td>
</tr>
-
+
</tbody>
</table>