Changeset 23065 for branches/version-2_13-dev/data/Smarty/templates/default
- Timestamp:
- 2013/08/15 08:46:23 (13 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates/default/products
- Files:
-
- 2 edited
-
detail.tpl (modified) (1 diff)
-
list.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/default/products/detail.tpl
r23063 r23065 30 30 var $sele1 = $form.find('select[name=classcategory_id1]'); 31 31 var $sele2 = $form.find('select[name=classcategory_id2]'); 32 setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected);32 eccube.common.setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected); 33 33 } 34 34 $(document).ready(function() { -
branches/version-2_13-dev/data/Smarty/templates/default/products/list.tpl
r23064 r23065 27 27 var $sele1 = $form.find('select[name=classcategory_id1]'); 28 28 var $sele2 = $form.find('select[name=classcategory_id2]'); 29 setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected);29 eccube.common.setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected); 30 30 } 31 31 // 並び順を変更
Note: See TracChangeset
for help on using the changeset viewer.
