[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/Browser - add.pt:1.8

Marius Gedminas mgedmin@codeworks.lt
Thu, 12 Dec 2002 06:33:00 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv21266/lib/python/Zope/App/OFS/Container/Views/Browser

Modified Files:
	add.pt 
Log Message:
Merge named-component-configuration-branch



=== Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/add.pt 1.7 => 1.8 ===
--- Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/add.pt:1.7	Wed Dec  4 08:56:12 2002
+++ Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/add.pt	Thu Dec 12 06:32:29 2002
@@ -48,9 +48,11 @@
                tal:attributes="for info/action">
           <span tal:replace="info/title" >Folder</span>
         </label>
-        <div class="TypeDescription" tal:content="info/description">
-          Folders are generic containers for content, including other
-          folders.
+        <div class="TypeDescription">
+          <label tal:attributes="for info/action" tal:content="info/description">
+            Folders are generic containers for content, including other
+            folders.
+          </label>
         </div>
       </td>
     </tr>