[Svn-src-all:3617] [version-2_12_3en-p1 22529] #2100 郵便番号登録完了メッセージ表示処理の修正

m_uehara admin @ mail.ec-cube.net
2013年 2月 13日 (水) 11:35:22 JST


Subversion committed to /home/svn/open 22529
http://svn.ec-cube.net/open_trac/changeset/22529
┌────────────────────────────┐
│更新者 :  m_uehara                                     │
│更新日時:  2013-02-13 11:35:22 +0900 (水, 13  2月 2013)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#2100 郵便番号登録完了メッセージ表示処理の修正

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php

変更: branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php
===================================================================
--- branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php	2013-02-13 01:27:01 UTC (rev 22528)
+++ branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php	2013-02-13 02:35:22 UTC (rev 22529)
@@ -276,8 +276,8 @@
                 function complete() {
                     document.open('text/html','replace');
                     document.clear();
-                    document.write('<?php t("c_<p>Completed.<br /> T_ARG1 items were added.</p>_01", array("T_ARG1" => $cntInsert))?>');
-                    document.write('<?php t("c_<p><a href='?' target='_top'>Go back</a></p>_01"); ?>');
+                    document.write("<?php echo t("c_<p>Completed.<br /> T_ARG1 items were added.</p>_01", array("T_ARG1" => $cntInsert)); ?>");
+                    document.write("<?php echo t("c_<p><a href='?' target='_top'>Go back</a></p>_01"); ?>");
                     document.close();
                 }
                 // コンテンツを削除するため、タイムアウトで呼び出し。




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