- Timestamp:
- 2011/01/01 19:39:17 (16 years ago)
- Location:
- branches/version-2_5-dev/data/class/pages/admin/customer
- Files:
-
- 2 edited
-
LC_Page_Admin_Customer.php (modified) (1 diff)
-
LC_Page_Admin_Customer_Edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php
r19805 r19807 48 48 $this->tpl_subnavi = 'customer/subnavi.tpl'; 49 49 $this->tpl_subno = 'index'; 50 $this->tpl_pager = TEMPLATE_ DIR . 'admin/pager.tpl';50 $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl'; 51 51 $this->tpl_subtitle = '顧客マスタ'; 52 52 -
branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php
r19805 r19807 48 48 $this->tpl_subnavi = 'customer/subnavi.tpl'; 49 49 $this->tpl_subno = 'index'; 50 $this->tpl_pager = TEMPLATE_ DIR . 'admin/pager.tpl';50 $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl'; 51 51 $this->tpl_subtitle = '顧客マスタ'; 52 52
Note: See TracChangeset
for help on using the changeset viewer.
