[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser - ServiceConfigEditPart.pt:1.3

Jim Fulton jim@zope.com
Sun, 1 Dec 2002 05:27:04 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser
In directory cvs.zope.org:/tmp/cvs-serv1577

Modified Files:
	ServiceConfigEditPart.pt 
Log Message:
Changed to use more compact output.


=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/ServiceConfigEditPart.pt 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/ServiceConfigEditPart.pt:1.2	Sat Nov 30 13:39:17 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/ServiceConfigEditPart.pt	Sun Dec  1 05:27:03 2002
@@ -1,11 +1,12 @@
 <div metal:use-macro="view/generated_form/macros/formbody">
 
-  <table metal:fill-slot="extra_info">
-    <tr>
-      <td>Service type</td>
-      <td tal:content="context/serviceType">Foo</td>    
-    </tr>
-    <tr>
+
+  <h5 metal:fill-slot="heading">
+      <span tal:replace="context/serviceType">Foo</span> Service 
+  </h5>
+
+  <table>
+  <tr metal:fill-slot="extra_top">
       <td>Component Path</td>
       <td>
        <a href="."