SVN: Zope/branches/2.13/ LP #975039: Don't translate interface names in edit_markers ZMI view.
Hano Schlichting <[email protected]> Mon, 28 May 2012 09:13:52 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.cvs |
|---|---|
| Message-ID | <20120528131352.17BD8940DB__33306.7721025602$1338210844$gmane$org@cvs.zope.org> |
Log message for revision 126514:
LP #975039: Don't translate interface names in edit_markers ZMI view.
Changed:
U Zope/branches/2.13/doc/CHANGES.rst
U Zope/branches/2.13/src/Products/Five/utilities/browser/edit_markers.pt
-=-
Modified: Zope/branches/2.13/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.13/doc/CHANGES.rst 2012-05-28 12:48:52 UTC (rev 126513)
+++ Zope/branches/2.13/doc/CHANGES.rst 2012-05-28 13:13:48 UTC (rev 126514)
@@ -8,6 +8,8 @@
2.13.14 (unreleased)
--------------------
+- LP #975039: Don't translate interface names in edit_markers ZMI view.
+
- LP #838978: Fixed TypeError in cache_detail ZMI view.
- Cleanup lock and pid files if the process dies early in startup.
Modified: Zope/branches/2.13/src/Products/Five/utilities/browser/edit_markers.pt
===================================================================
--- Zope/branches/2.13/src/Products/Five/utilities/browser/edit_markers.pt 2012-05-28 12:48:52 UTC (rev 126513)
+++ Zope/branches/2.13/src/Products/Five/utilities/browser/edit_markers.pt 2012-05-28 13:13:48 UTC (rev 126514)
@@ -24,13 +24,13 @@
<tal:loop tal:repeat="interface view/getInterfaceNames">
<label class="form-mono"
- tal:content="interface/name" i18n:translate="">INTERFACE</label><br />
+ tal:content="interface/name">INTERFACE</label><br />
</tal:loop>
<tal:loop tal:repeat="interface view/getDirectlyProvidedNames">
<input type="checkbox" id="INTERFACE" name="remove:list"
tal:attributes="id interface/name; value interface/name" />
<label class="form-mono" for="INTERFACE" tal:attributes="for interface/name"
- tal:content="interface/name" i18n:translate="">INTERFACE</label><br />
+ tal:content="interface/name">INTERFACE</label><br />
</tal:loop>
<tal:case tal:condition="view/getDirectlyProvidedNames">
<div class="formControls FormButtons">
@@ -47,7 +47,7 @@
<input type="checkbox" id="INTERFACE" name="add:list"
tal:attributes="id interface/name; value interface/name" />
<label class="form-mono" for="INTERFACE" tal:attributes="for interface/name"
- tal:content="interface/name" i18n:translate="">INTERFACE</label><br />
+ tal:content="interface/name">INTERFACE</label><br />
</tal:loop>
<div class="formControls FormButtons">
<input class="form-element" type="submit" name="SAVE" value="Add"
_______________________________________________
Zope-Checkins maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-checkins