[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/ Merge Viktorija's r25356 from trunk: Template Page is now universally

Philipp von Weitershausen philikon at philikon.de
Sun Jul 18 10:54:12 EDT 2004


Log message for revision 26611:
  Merge Viktorija's r25356 from trunk: Template Page is now universally
  called ZPT Page.
  


Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/browser/configure.zcml
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/interfaces.py


-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/browser/configure.zcml
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/browser/configure.zcml	2004-07-17 04:30:52 UTC (rev 26610)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/browser/configure.zcml	2004-07-18 14:54:12 UTC (rev 26611)
@@ -22,7 +22,7 @@
 
   <browser:addMenuItem
       class="zope.app.zptpage.ZPTPage"
-      title="Templated Page"
+      title="ZPT Page"
       description="A simple, content-based Page Template"
       permission="zope.ManageContent"
       view="zope.app.zptpage.ZPTPage"

Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/interfaces.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/interfaces.py	2004-07-17 04:30:52 UTC (rev 26610)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/zptpage/interfaces.py	2004-07-18 14:54:12 UTC (rev 26611)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Templated Page Content Component Interfaces
+"""ZPT Page Content Component Interfaces
 
 $Id$
 """



More information about the Zope3-Checkins mailing list