logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: CMF/CMFCore/dtml - addTypeInfo.dtml:1.5: msg#00002

Subject: CVS: CMF/CMFCore/dtml - addTypeInfo.dtml:1.5
Update of /cvs-repository/CMF/CMFCore/dtml
In directory cvs.zope.org:/tmp/cvs-serv20598

Modified Files:
        addTypeInfo.dtml 
Log Message:
Sort the dang types, it's too hard in a type-rich site to find the one
you're seeking, otherwise.


=== CMF/CMFCore/dtml/addTypeInfo.dtml 1.4 => 1.5 ===
--- CMF/CMFCore/dtml/addTypeInfo.dtml:1.4       Mon Feb 25 11:08:01 2002
+++ CMF/CMFCore/dtml/addTypeInfo.dtml   Thu Apr  3 14:27:40 2003
@@ -31,7 +31,7 @@
     <td align="left" valign="top">
     <select name="typeinfo_name">
       <option value="">(None)</option>
-      <dtml-in types>
+      <dtml-in types sort>
         <option value="&dtml-sequence-key;">&dtml-sequence-key;</option>
       </dtml-in>
     </select>





<Prev in Thread] Current Thread [Next in Thread>