Ignore:
Timestamp:
2013/08/28 09:41:18 (11 years ago)
Author:
m_uehara
Message:

#2348 r23128 - r23137 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/admin/system/LC_Page_Admin_System.php

    r23126 r23140  
    4848        $this->tpl_mainno   = 'system'; 
    4949        $this->tpl_subno    = 'index'; 
    50         $this->tpl_onload   = 'fnGetRadioChecked();'; 
     50        $this->tpl_onload   = 'eccube.getRadioChecked();'; 
    5151        $this->tpl_maintitle = 'システム設定'; 
    5252        $this->tpl_subtitle = 'メンバー管理'; 
     
    8585        $pageno = $this->lfCheckPageNo($_GET['pageno']); 
    8686 
    87         $objNavi = new SC_PageNavi_Ex($pageno, $linemax, MEMBER_PMAX, 'fnMemberPage', NAVI_PMAX); 
     87        $objNavi = new SC_PageNavi_Ex($pageno, $linemax, MEMBER_PMAX, 'eccube.moveMemberPage', NAVI_PMAX); 
    8888        $this->tpl_strnavi  = $objNavi->strnavi; 
    8989        $this->tpl_disppage = $objNavi->now_page; 
Note: See TracChangeset for help on using the changeset viewer.