[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/browser/workflow/ - replaced 'here' by 'context'

Yvo Schubbe cvs-admin at zope.org
Mon Jul 23 07:22:24 UTC 2012


Log message for revision 127365:
  - replaced 'here' by 'context'

Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/browser/workflow/hide.pt
  U   Products.CMFDefault/trunk/Products/CMFDefault/browser/workflow/publish.pt

-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/browser/workflow/hide.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/browser/workflow/hide.pt	2012-07-23 07:21:16 UTC (rev 127364)
+++ Products.CMFDefault/trunk/Products/CMFDefault/browser/workflow/hide.pt	2012-07-23 07:22:20 UTC (rev 127365)
@@ -9,7 +9,7 @@
      tal:content="structure error">Error Message</li>
 </ul>
 
-<h1 i18n:translate="">Hide <span tal:replace="here/getId"
+<h1 i18n:translate="">Hide <span tal:replace="context/getId"
                                   i18n:name="objectid">Item</span></h1>
 
 <p i18n:translate="">Use this form to hide a content item by setting its
@@ -36,4 +36,4 @@
 </metal:slot>
 
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: Products.CMFDefault/trunk/Products/CMFDefault/browser/workflow/publish.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/browser/workflow/publish.pt	2012-07-23 07:21:16 UTC (rev 127364)
+++ Products.CMFDefault/trunk/Products/CMFDefault/browser/workflow/publish.pt	2012-07-23 07:22:20 UTC (rev 127365)
@@ -9,7 +9,7 @@
      tal:content="structure error">Error Message</li>
 </ul>
 
-<h1 i18n:translate="">Publish <span tal:replace="here/getId"
+<h1 i18n:translate="">Publish <span tal:replace="context/getId"
                                     i18n:name="objectid">Item</span></h1>
 
 <p i18n:translate="">A <b>published</b> item is available to the general
@@ -39,4 +39,4 @@
 </metal:slot>
 
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the checkins mailing list