[Svn-src-all:895] [version-2_5-dev 19783] #748(モバイル/スマートフォンのデザイン管理)

nanasess admin @ mail.ec-cube.net
2010年 12月 29日 (水) 11:15:04 JST


Subversion committed to /home/svn/open 19783
http://svn.ec-cube.net/open_trac/changeset/19783
┌────────────────────────────┐
│更新者 :  nanasess                                     │
│更新日時:  2010-12-29 11:15:04 +0900 (水, 29 12月 2010)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#748(モバイル/スマートフォンのデザイン管理)
 * r19782 の続き. レイアウトが崩れていたのを修正


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/class/pages/LC_Page.php
U   branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php
U   branches/version-2_5-dev/data/class/pages/error/LC_Page_Error.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Delivery.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_History.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php

変更: branches/version-2_5-dev/data/class/pages/LC_Page.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/LC_Page.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/LC_Page.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -43,7 +43,7 @@
     var $tpl_mainpage;
 
     /** テンプレートのカラム数 */
-    var $tpl_column_num = 2;
+    var $tpl_column_num;
 
     /** メインナンバー */
     var $tpl_mainno;

変更: branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -58,7 +58,6 @@
     function init() {
         parent::init();
         $this->tpl_mainpage = 'cart/index.tpl';
-        $this->tpl_column_num = 1;
         $this->tpl_title = "現在のカゴの中";
     }
 

変更: branches/version-2_5-dev/data/class/pages/error/LC_Page_Error.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/error/LC_Page_Error.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/error/LC_Page_Error.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -60,7 +60,6 @@
      */
     function init() {
         $this->tpl_mainpage = 'error.tpl';
-        $this->tpl_column_num = 1;
         $this->tpl_title = 'エラー';
     }
 

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -52,7 +52,6 @@
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = '購入履歴一覧';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
-        $this->tpl_column_num = 1;
         $this->tpl_mainno = 'mypage';
         $this->tpl_mypageno = 'index';
         $this->httpCacheControl('nocache');

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -54,7 +54,6 @@
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_mainno = 'mypage';
         $this->tpl_mypageno = 'change';
-        $this->tpl_column_num = 1;
 
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrReminder = $masterData->getMasterData("mtb_reminder");

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -48,7 +48,6 @@
         $this->tpl_subtitle = '会員登録内容変更(完了ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_mypageno = 'change';
-        $this->tpl_column_num = 1;
     }
 
     /**

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Delivery.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Delivery.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Delivery.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -51,7 +51,6 @@
         $this->tpl_mypageno = 'delivery';
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrPref= $masterData->getMasterData('mtb_pref');
-        $this->tpl_column_num = 1;
         $this->httpCacheControl('nocache');
     }
 

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -52,7 +52,6 @@
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = 'お気に入り一覧';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
-        $this->tpl_column_num = 1;
         $this->tpl_mainno = 'mypage';
         $this->tpl_mypageno = 'favorite';
     }

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_History.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_History.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_History.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -47,7 +47,6 @@
         $this->tpl_title = 'MYページ';
         $this->tpl_subtitle = '購入履歴詳細';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
-        $this->tpl_column_num = 1;
         $this->tpl_mainno = 'mypage';
         $this->tpl_mypageno = 'index';
         $this->httpCacheControl('nocache');

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php	2010-12-29 01:55:54 UTC (rev 19782)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php	2010-12-29 02:15:04 UTC (rev 19783)
@@ -45,7 +45,6 @@
         parent::init();
         $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/login.tpl';
         $this->tpl_title = 'MYページ(ログイン)';
-        $this->tpl_column_num = 1;
         $this->httpCacheControl('nocache');
     }
 




Svn-src-all メーリングリストの案内