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/order/LC_Page_Admin_Order_ProductSelect.php

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