[CMF-checkins] CVS: CMF/CMFCore/dtml - addTypeInfo.dtml:1.4.10.1
Ken Manheimer
klm@zope.com
Mon, 14 Apr 2003 16:17:57 -0400
Update of /cvs-repository/CMF/CMFCore/dtml
In directory cvs.zope.org:/tmp/cvs-serv12489
Modified Files:
Tag: CMF-1_3-branch
addTypeInfo.dtml
Log Message:
Sort the typinfo selection (and make it easier to tell whether the one
you're seeking is or isn't there).
=== CMF/CMFCore/dtml/addTypeInfo.dtml 1.4 => 1.4.10.1 ===
--- CMF/CMFCore/dtml/addTypeInfo.dtml:1.4 Mon Feb 25 11:08:01 2002
+++ CMF/CMFCore/dtml/addTypeInfo.dtml Mon Apr 14 16:17:56 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>