[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/configuration - configure.zcml:1.7 editconfiguration.pt:1.2 namecomponentconfigurable.pt:1.2 nameconfigurable.pt:1.2

Guido van Rossum guido@python.org
Mon, 28 Apr 2003 12:52:39 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/services/configuration
In directory cvs.zope.org:/tmp/cvs-serv23829/configuration

Modified Files:
	configure.zcml editconfiguration.pt 
	namecomponentconfigurable.pt nameconfigurable.pt 
Log Message:
Change most UI refenences to "configuration" into "registration".
Remove some dead wood.


=== Zope3/src/zope/app/browser/services/configuration/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/browser/services/configuration/configure.zcml:1.6	Thu Apr 24 12:30:59 2003
+++ Zope3/src/zope/app/browser/services/configuration/configure.zcml	Mon Apr 28 12:52:08 2003
@@ -22,7 +22,7 @@
     schema=
     "zope.app.interfaces.services.configuration.INamedComponentConfiguration."
     menu="zmi_views"
-    label="Service Configuration"
+    label="Edit Registration"
     permission="zope.ManageServices"
     fields="name componentPath permission status"
     />


=== Zope3/src/zope/app/browser/services/configuration/editconfiguration.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/services/configuration/editconfiguration.pt:1.1	Fri Mar 21 16:09:33 2003
+++ Zope3/src/zope/app/browser/services/configuration/editconfiguration.pt	Mon Apr 28 12:52:08 2003
@@ -1,11 +1,11 @@
 <html metal:use-macro="views/standard_macros/page">
   <head>
-    <title>View Service Configuration</title>
+    <title>View Registration Manager</title>
   </head>
 
   <body metal:fill-slot="body">
 
-    <h2>Configuration Manager</h2>
+    <h2>Registration Manager</h2>
 
     <form action="." method="POST"
           tal:define="message view/update"


=== Zope3/src/zope/app/browser/services/configuration/namecomponentconfigurable.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/services/configuration/namecomponentconfigurable.pt:1.1	Fri Mar 21 16:09:33 2003
+++ Zope3/src/zope/app/browser/services/configuration/namecomponentconfigurable.pt	Mon Apr 28 12:52:08 2003
@@ -3,10 +3,10 @@
 <div metal:define-macro="body">
 <div tal:define="registries view/update">
 
-  <h2 metal:define-slot="heading">Fruits configured in this fruits manager.</h2>
+  <h2 metal:define-slot="heading">Registered fruits in this fruits manager.</h2>
 
   <div tal:condition="not:registries">
-       <p metal:define-slot="empty_text">No fruits have been configured</p>
+       <p metal:define-slot="empty_text">No fruits have been registered</p>
   </div>
 
   <div tal:condition="registries">


=== Zope3/src/zope/app/browser/services/configuration/nameconfigurable.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/services/configuration/nameconfigurable.pt:1.1	Fri Mar 21 16:09:33 2003
+++ Zope3/src/zope/app/browser/services/configuration/nameconfigurable.pt	Mon Apr 28 12:52:08 2003
@@ -3,10 +3,10 @@
 <div metal:define-macro="body">
 <div tal:define="registries view/update">
 
-  <h2 metal:define-slot="heading">Fruits configured in this fruits manager.</h2>
+  <h2 metal:define-slot="heading">Registered fruits in this fruits manager.</h2>
 
   <div tal:condition="not:registries">
-       <p metal:define-slot="empty_text">No fruits have been configured</p>
+       <p metal:define-slot="empty_text">No fruits have been registered</p>
   </div>
 
   <div tal:condition="registries">
@@ -47,10 +47,10 @@
 
   </div>
 
-  <p metal:define-slot="help_text">To configure a fruit, add a fruit component
+  <p metal:define-slot="help_text">To register a fruit, add a fruit component
      to a <em>package</em> in <a href="Packages">Packages</a> or to the <a
      href="Packages/default">default package</a>. After the fruit is added, add
-     a fruit configuration that configures the component to provide a fruit.
+     a fruit registration that registers the component to provide a fruit.
      These instructions may not apply, depending what kind of fruit you have.
   </p>