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

Stephan Richter srichter@cbu.edu
Thu, 11 Jul 2002 00:10:56 -0400


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

Modified Files:
	add.pt 
Log Message:
Improved the HTML and look of the add screen


=== Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/add.pt 1.3 => 1.4 ===
 <div metal:fill-slot="body">
 
 <form action="action.html" method="POST">
-<table class="TypeListing">
+<table class="TypeListing" cellpadding="3">
 
   <caption>Add Content</caption>
 
-    <tr>
-      <td class="Selector"><br /></td>
-      <th class="TypeName">Title</th>
-    </tr>
-
     <!--
       ** listAddableInfo returns a sequence of mappings, containing:
       **   'id'    : the ID of the addable type
@@ -50,18 +45,14 @@
       </td>
 
       <td class="TypeName">
-        <label tal:attributes="for info/action">
-          <span tal:replace="info/title">Folder</span>
+        <label style="font-weight: bold;"
+               tal:attributes="for info/action">
+          <span tal:replace="info/title" >Folder</span>
         </label>
-      </td>
-
-    </tr>
-
-    <tr>
-      <td class="Selector"><br /></td>
-      <td class="TypeDescription" tal:content="info/description">
+        <div class="TypeDescription" tal:content="info/description">
           Folders are generic containers for content, including other
           folders.
+        </div>
       </td>
     </tr>