Ignore:
Timestamp:
2013/08/26 23:43:24 (13 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
管理画面.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php

    r23124 r23129  
    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.