[Svn-src-all:815] [version-2_5-dev 19702] #624(軽微な表示乱れを修正)

nanasess admin @ mail.ec-cube.net
2010年 12月 1日 (水) 17:51:34 JST


Subversion committed to /home/svn/open 19702
http://svn.ec-cube.net/open_trac/changeset/19702
┌────────────────────────────┐
│更新者 :  nanasess                                     │
│更新日時:  2010-12-01 17:51:34 +0900 (水, 01 12月 2010)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#624(軽微な表示乱れを修正)
 * ステータス画像のサイズを修正
 * 受注確認画面でお届け先が表示されなくなっていたのを修正


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/Smarty/templates/default/detail.tpl
U   branches/version-2_5-dev/data/Smarty/templates/default/list.tpl
U   branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php

変更: branches/version-2_5-dev/data/Smarty/templates/default/detail.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/default/detail.tpl	2010-12-01 08:15:48 UTC (rev 19701)
+++ branches/version-2_5-dev/data/Smarty/templates/default/detail.tpl	2010-12-01 08:51:34 UTC (rev 19702)
@@ -198,7 +198,7 @@
                 <ul class="status_icon">
                     <!--{foreach from=$ps item=status}-->
                     <li>
-                        <img src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$status]}-->" width="65" height="17" alt="<!--{$arrSTATUS[$status]}-->" id="icon<!--{$status}-->" />
+                        <img src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$status]}-->" width="60" height="17" alt="<!--{$arrSTATUS[$status]}-->" id="icon<!--{$status}-->" />
                     </li>
                     <!--{/foreach}-->
                 </ul>

変更: branches/version-2_5-dev/data/Smarty/templates/default/list.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/default/list.tpl	2010-12-01 08:15:48 UTC (rev 19701)
+++ branches/version-2_5-dev/data/Smarty/templates/default/list.tpl	2010-12-01 08:51:34 UTC (rev 19702)
@@ -236,7 +236,7 @@
                     <ul class="status_icon">
                         <!--{foreach from=$productStatus[$id] item=status}--> 
                             <li>
-                                <img src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$status]}-->" width="65" height="17" alt="<!--{$arrSTATUS[$status]}-->"/>
+                                <img src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$status]}-->" width="60" height="17" alt="<!--{$arrSTATUS[$status]}-->"/>
                             </li>
                         <!--{/foreach}-->
                     </ul>

変更: 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-01 08:15:48 UTC (rev 19701)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php	2010-12-01 08:51:34 UTC (rev 19702)
@@ -174,6 +174,7 @@
         default:
             break;
         }
+        $this->arrData = $arrData;
     }
 
     /**




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