[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/Browser - add.pt:1.7.6.1
Marius Gedminas
mgedmin@codeworks.lt
Wed, 11 Dec 2002 10:24:32 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv23595/lib/python/Zope/App/OFS/Container/Views/Browser
Modified Files:
Tag: named-component-configuration-branch
add.pt
Log Message:
Added a <label> around descriptions in add menus for easier user selection
----------------------------------------------------------------------
=== Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/add.pt 1.7 => 1.7.6.1 ===
--- 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 Wed Dec 11 10:24:32 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>