Changeset 22960 for branches/version-2_13-dev/data/Smarty/templates/default/frontparts/bloc/search_products.tpl
- Timestamp:
- 2013/07/08 23:56:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/default/frontparts/bloc/search_products.tpl
r22959 r22960 33 33 <dd><input type="hidden" name="mode" value="search" /> 34 34 <select name="category_id" class="box145"> 35 <option label=" すべての商品" value="">全ての商品</option>35 <option label="全ての商品" value="">全ての商品</option> 36 36 <!--{html_options options=$arrCatList selected=$category_id}--> 37 37 </select> … … 42 42 <dt>メーカーから選ぶ</dt> 43 43 <dd><select name="maker_id" class="box145"> 44 <option label=" すべてのメーカー" value="">すべてのメーカー</option>44 <option label="全てのメーカー" value="">全てのメーカー</option> 45 45 <!--{html_options options=$arrMakerList selected=$maker_id}--> 46 46 </select>
Note: See TracChangeset
for help on using the changeset viewer.