Changeset 2524
- Timestamp:
- 08/25/08 23:35:18 (3 months ago)
- Files:
-
- trunk/skins/lemill/lemill_search_form.pt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/skins/lemill/lemill_search_form.pt
r2409 r2524 158 158 </div> 159 159 160 <tal:creators tal:define="creators python:portal.portal_catalog.uniqueValuesFor('Creator')"> 161 <select name="Creator" 162 id="Creator" 163 tabindex="" 164 tal:attributes="tabindex tabindex/next;" 165 tal:condition="python: len(creators) <= 30"> 166 <option value="" i18n:translate="label_any_author">Any Author</option> 167 <metal:block tal:repeat="creator creators"> 168 <option value="" tal:attributes="value creator" tal:content="creator">PLACEHOLDER</option> 169 </metal:block> 170 </select> 171 160 <tal:creators> 172 161 <input name="Creator" 173 162 tabindex="" 174 tal:attributes="tabindex tabindex/next;" 175 tal:condition="python: len(creators) > 30 " /> 163 tal:attributes="tabindex tabindex/next;"/> 176 164 </tal:creators> 177 165 </div> … … 198 186 checked="checked" 199 187 tal:attributes="value state; 200 id python:normalizeString(state);" />188 id state;" /> 201 189 <label for="getState:list" 202 190 i18n:translate=""
