Changeset 23066 for branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Category.php
- Timestamp:
- 2013/08/15 08:54:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Category.php
r23062 r23066 46 46 $this->tpl_mainno = 'products'; 47 47 $this->tpl_subno = 'category'; 48 $this->tpl_onload = " eccube. common.setFocus('category_name'); ";48 $this->tpl_onload = " eccube.setFocus('category_name'); "; 49 49 } 50 50
Note: See TracChangeset
for help on using the changeset viewer.