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

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

File:
1 edited

Legend:

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

    r23124 r23129  
    145145 
    146146        // ページ送りの取得 
    147         $objNavi = new SC_PageNavi_Ex($_POST['search_pageno'], $linemax, $page_max, 'fnNaviSearchOnlyPage', NAVI_PMAX); 
     147        $objNavi = new SC_PageNavi_Ex($_POST['search_pageno'], $linemax, $page_max, 'eccube.moveSearchPage', NAVI_PMAX); 
    148148        $this->tpl_strnavi = $objNavi->strnavi;     // 表示文字列 
    149149        $startno = $objNavi->start_row; 
Note: See TracChangeset for help on using the changeset viewer.