[CMF-checkins] CVS: Products/CMFTopic/skins/zpt_topic - topic_criteria_form.pt:1.3
   
    Tres Seaver
     
    tseaver@zope.com
       
    Wed, 14 Nov 2001 18:48:23 -0500
    
    
  
Update of /cvs-repository/Products/CMFTopic/skins/zpt_topic
In directory cvs.zope.org:/tmp/cvs-serv32042/zpt_topic
Modified Files:
	topic_criteria_form.pt 
Log Message:
 - Update skins to reflect spelling correction (tracker #408, thanks to
   Jens Quade for pointing this out).
=== Products/CMFTopic/skins/zpt_topic/topic_criteria_form.pt 1.2 => 1.3 ===
     <th align="left"> Criteria type: </th>
     <td>
-        <select name="criteria_type" tal:define="types here/listCriteriaTypes">
+        <select name="criterion_type" tal:define="types here/listCriteriaTypes">
             <option value="" tal:repeat="type types" tal:attributes="value type/name" tal:content="type/name">Type</option>
         </select>
     </td>