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/contents/LC_Page_Admin_Contents_RecommendSearch.php

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