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/customer/LC_Page_Admin_Customer_Edit.php

    r23126 r23140  
    321321        $linemax = $objQuery->count($table, $where, $arrVal); 
    322322        // ページ送りの取得 
    323         $objNavi = new SC_PageNavi_Ex($pageno, $linemax, $page_max, 'fnNaviSearchPage2', NAVI_PMAX); 
     323        $objNavi = new SC_PageNavi_Ex($pageno, $linemax, $page_max, 'eccube.moveSecondSearchPage', NAVI_PMAX); 
    324324        // 取得範囲の指定(開始行番号、行数のセット) 
    325325        $objQuery->setLimitOffset($page_max, $objNavi->start_row); 
Note: See TracChangeset for help on using the changeset viewer.