Tom Hayakawa
tom_g3x****@users*****
2006年 8月 12日 (土) 14:52:39 JST
Index: xoops2jp/html/modules/base/templates/legacy_search_form.html diff -u xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.7 xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.8 --- xoops2jp/html/modules/base/templates/legacy_search_form.html:1.1.2.7 Thu Aug 3 18:43:39 2006 +++ xoops2jp/html/modules/base/templates/legacy_search_form.html Sat Aug 12 14:52:39 2006 @@ -21,9 +21,9 @@ <td class="head"><{$smarty.const._SR_TYPE}></td> <td class="<{cycle values="odd,even"}>"> <select name="andor"> - <option value="AND" <{if $actionForm->get('andor') == 'AND'}>selected<{/if}>><{$smarty.const._SR_ALL}></option> - <option value="OR" <{if $actionForm->get('andor') == 'OR'}>selected<{/if}>><{$smarty.const._SR_ANY}></option> - <option value="exact" <{if $actionForm->get('andor') == 'exact'}>selected<{/if}>><{$smarty.const._SR_EXACT}></option> + <option value="AND" <{if $actionForm->get('andor') == 'AND'}>selected="selected"<{/if}>><{$smarty.const._SR_ALL}></option> + <option value="OR" <{if $actionForm->get('andor') == 'OR'}>selected="selected"<{/if}>><{$smarty.const._SR_ANY}></option> + <option value="exact" <{if $actionForm->get('andor') == 'exact'}>selected="selected"<{/if}>><{$smarty.const._SR_EXACT}></option> </select> </td> </tr>