[CMF-checkins] CVS: CMF/CMFCore/dtml - addTypeInfo.dtml:1.5
Ken Manheimer
klm@zope.com
Thu, 3 Apr 2003 14:27:40 -0500
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>