Changeset 2524

Show
Ignore:
Timestamp:
08/25/08 23:35:18 (3 months ago)
Author:
jukka
Message:

Fixed #1792

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/skins/lemill/lemill_search_form.pt

    r2409 r2524  
    158158                </div> 
    159159     
    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) &lt;= 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>     
    172161                    <input name="Creator" 
    173162                           tabindex="" 
    174                            tal:attributes="tabindex tabindex/next;" 
    175                            tal:condition="python: len(creators) &gt; 30 " /> 
     163                           tal:attributes="tabindex tabindex/next;"/> 
    176164                </tal:creators> 
    177165            </div> 
     
    198186                           checked="checked" 
    199187                           tal:attributes="value state; 
    200                                            id python:normalizeString(state);" /> 
     188                                           id state;" /> 
    201189                    <label for="getState:list" 
    202190                           i18n:translate=""