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

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


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

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


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php
U   branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php
U   branches/version-2_5-dev/data/class/pages/preview/LC_Page_Preview.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Deliv.php
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	2010-12-28 12:42:15 UTC (rev 19781)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	2010-12-29 01:55:54 UTC (rev 19782)
@@ -49,7 +49,6 @@
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_mainno = 'mypage';
         $this->tpl_mypageno = 'refusal';
-        $this->tpl_column_num = 1;
     }
 
     /**

変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php	2010-12-28 12:42:15 UTC (rev 19781)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php	2010-12-29 01:55:54 UTC (rev 19782)
@@ -48,7 +48,6 @@
         $this->tpl_subtitle = '退会手続き(完了ページ)';
         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
         $this->tpl_mypageno = 'refusal';
-        $this->tpl_column_num = 1;
         $this->point_disp = false;
     }
 

変更: branches/version-2_5-dev/data/class/pages/preview/LC_Page_Preview.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/preview/LC_Page_Preview.php	2010-12-28 12:42:15 UTC (rev 19781)
+++ branches/version-2_5-dev/data/class/pages/preview/LC_Page_Preview.php	2010-12-29 01:55:54 UTC (rev 19782)
@@ -43,7 +43,6 @@
      */
     function init() {
         parent::init();
-        $this->tpl_column_num = 3;
     }
 
     /**

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php	2010-12-28 12:42:15 UTC (rev 19781)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php	2010-12-29 01:55:54 UTC (rev 19782)
@@ -52,7 +52,6 @@
     function init() {
         parent::init();
         $this->tpl_mainpage = 'shopping/index.tpl';
-        $this->tpl_column_num = 1;
         $this->tpl_title = 'ログイン';
         $masterData = new SC_DB_MasterData();
         $this->arrPref = $masterData->getMasterData('mtb_pref');

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php	2010-12-28 12:42:15 UTC (rev 19781)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php	2010-12-29 01:55:54 UTC (rev 19782)
@@ -45,7 +45,6 @@
         parent::init();
         $this->tpl_mainpage = 'shopping/complete.tpl';
         $this->tpl_title = "ご注文完了";
-        $this->tpl_column_num = 1;
 
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrCONVENIENCE = $masterData->getMasterData("mtb_convenience");

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php	2010-12-28 12:42:15 UTC (rev 19781)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php	2010-12-29 01:55:54 UTC (rev 19782)
@@ -44,7 +44,6 @@
     function init() {
         parent::init();
         $this->tpl_mainpage = 'shopping/confirm.tpl';
-        $this->tpl_column_num = 1;
         $this->tpl_css = URL_DIR.'css/layout/shopping/confirm.css';
         $this->tpl_title = "ご入力内容のご確認";
         $masterData = new SC_DB_MasterData();

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Deliv.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Deliv.php	2010-12-28 12:42:15 UTC (rev 19781)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Deliv.php	2010-12-29 01:55:54 UTC (rev 19782)
@@ -52,7 +52,6 @@
     function init() {
         parent::init();
         $this->tpl_mainpage = 'shopping/deliv.tpl';
-        $this->tpl_column_num = 1;
         $this->tpl_css = URL_DIR.'css/layout/shopping/index.css';
         $masterData = new SC_DB_MasterData();
         $this->arrPref = $masterData->getMasterData('mtb_pref');

変更: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	2010-12-28 12:42:15 UTC (rev 19781)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	2010-12-29 01:55:54 UTC (rev 19782)
@@ -52,7 +52,6 @@
     function init() {
         parent::init();
         $this->tpl_mainpage = "shopping/payment.tpl";
-        $this->tpl_column_num = 1;
         $this->tpl_onload = "fnCheckInputPoint(); fnSetDelivTime('payment','payment_id','deliv_time_id');";
         $this->tpl_title = "お支払方法・お届け時間等の指定";
     }




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