[Svn-src-all:1239] [version-2_5-dev 20128] #935 一覧ページング不能を修正
nanasess
admin @ mail.ec-cube.net
2011年 2月 10日 (木) 13:44:23 JST
Subversion committed to /home/svn/open 20128
http://svn.ec-cube.net/open_trac/changeset/20128
┌────────────────────────────┐
│更新者 : nanasess │
│更新日時: 2011-02-10 13:44:22 +0900 (木, 10 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#935 一覧ページング不能を修正
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php
U branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Customer.php
U branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php
U branches/version-2_5-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail.php
U branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order.php
U branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php
U branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php
変更: branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php 2011-02-09 12:10:45 UTC (rev 20127)
+++ branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php 2011-02-10 04:44:22 UTC (rev 20128)
@@ -47,7 +47,7 @@
$this->tpl_mainno = 'customer';
$this->tpl_subnavi = 'customer/subnavi.tpl';
$this->tpl_subno = 'index';
- $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+ $this->tpl_pager = 'pager.tpl';
$this->tpl_subtitle = '顧客マスタ';
$masterData = new SC_DB_MasterData_Ex();
変更: branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Customer.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Customer.php 2011-02-09 12:10:45 UTC (rev 20127)
+++ branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Customer.php 2011-02-10 04:44:22 UTC (rev 20128)
@@ -47,7 +47,7 @@
$this->tpl_mainno = 'customer';
$this->tpl_subnavi = 'customer/subnavi.tpl';
$this->tpl_subno = 'index';
- $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+ $this->tpl_pager = 'pager.tpl';
$this->tpl_subtitle = '顧客登録';
$masterData = new SC_DB_MasterData_Ex();
変更: branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php 2011-02-09 12:10:45 UTC (rev 20127)
+++ branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php 2011-02-10 04:44:22 UTC (rev 20128)
@@ -47,7 +47,7 @@
$this->tpl_mainno = 'customer';
$this->tpl_subnavi = 'customer/subnavi.tpl';
$this->tpl_subno = 'index';
- $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+ $this->tpl_pager = 'pager.tpl';
$this->tpl_subtitle = '顧客マスタ';
$masterData = new SC_DB_MasterData_Ex();
変更: branches/version-2_5-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail.php 2011-02-09 12:10:45 UTC (rev 20127)
+++ branches/version-2_5-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail.php 2011-02-10 04:44:22 UTC (rev 20128)
@@ -47,7 +47,7 @@
$this->tpl_mainno = 'mail';
$this->tpl_subnavi = 'mail/subnavi.tpl';
$this->tpl_subno = "index";
- $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+ $this->tpl_pager = 'pager.tpl';
$this->tpl_subtitle = '配信内容設定';
$masterData = new SC_DB_MasterData_Ex();
変更: branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order.php 2011-02-09 12:10:45 UTC (rev 20127)
+++ branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order.php 2011-02-10 04:44:22 UTC (rev 20128)
@@ -52,7 +52,7 @@
$this->tpl_subnavi = 'order/subnavi.tpl';
$this->tpl_mainno = 'order';
$this->tpl_subno = 'index';
- $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+ $this->tpl_pager = 'pager.tpl';
$this->tpl_subtitle = '受注管理';
$masterData = new SC_DB_MasterData_Ex();
変更: branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php 2011-02-09 12:10:45 UTC (rev 20127)
+++ branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php 2011-02-10 04:44:22 UTC (rev 20128)
@@ -47,7 +47,7 @@
$this->tpl_mainno = 'products';
$this->tpl_subnavi = 'products/subnavi.tpl';
$this->tpl_subno = 'index';
- $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+ $this->tpl_pager = 'pager.tpl';
$this->tpl_subtitle = '商品マスタ';
$masterData = new SC_DB_MasterData_Ex();
変更: branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php 2011-02-09 12:10:45 UTC (rev 20127)
+++ branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php 2011-02-10 04:44:22 UTC (rev 20128)
@@ -48,7 +48,7 @@
$this->tpl_subnavi = 'products/subnavi.tpl';
$this->tpl_mainno = 'products';
$this->tpl_subno = 'review';
- $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+ $this->tpl_pager = 'pager.tpl';
$this->tpl_subtitle = 'レビュー管理';
$masterData = new SC_DB_MasterData_Ex();
Svn-src-all メーリングリストの案内