[Zope3-checkins]
CVS: Zope3/src/zope/app/browser/services/translation
- translate.pt:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Aug 19 21:46:37 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/services/translation
In directory cvs.zope.org:/tmp/cvs-serv23102/browser/services/translation
Modified Files:
translate.pt
Log Message:
Fixed bug 35 and added a full placeful unittext for it.
=== Zope3/src/zope/app/browser/services/translation/translate.pt 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/services/translation/translate.pt:1.5 Thu Aug 7 13:41:34 2003
+++ Zope3/src/zope/app/browser/services/translation/translate.pt Tue Aug 19 20:46:01 2003
@@ -158,7 +158,8 @@
<td width="16"> </td>
<td>
<textarea cols="20" rows="2" name=""
- tal:attributes="name string:new-msg_id-${count}" />
+ tal:attributes="name string:new-msg_id-${count}"
+ ></textarea>
</td>
<td>
<select name=""
@@ -171,7 +172,8 @@
</td>
<td tal:repeat="language python:view.getEditLanguages()">
<textarea cols="20" rows="2" name=""
- tal:attributes="name string:new-${language}-${count}" />
+ tal:attributes="name string:new-${language}-${count}"
+ ></textarea>
</td>
</tr>
</tal:block>
More information about the Zope3-Checkins
mailing list