Hi all,In Plone 3.3.1 in the default plone site, if I add a collection and try to setup the criteria, I cannot select the "criteria type"
In "Add New Search Criteria" the "field name" dropdown list works, but the "criteria type" list shows only one long line with all the options togheter.
If I look at the page source I see: For "field name" (it works): <select name="field" id="field"> <option value="Subject"title="The keywords used to describe an item">Categories</option> <option value="created"
title="The time and date an item was created">Creation Date</option>
.....
and for "criteria type" (this doesn't work):
<select name="criterion_type"
id="criterion_type">
<option value="ATBooleanCriterion">Boolean (True/False)</option>
<option value="ATCurrentAuthorCriterion">Restrict to current
user</option>
...... The only difference I see is the missing title attribute. What can I do? Thanks Mirto
<<attachment: mirtosilvio_busico.vcf>>
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
