[Svn-src-all:1211] [version-2_5-dev 20099] 顧客検索を開く際は、http://での絶対パスではなく、相対パスであるべき。(SSL接続時に問題)

shutta admin @ mail.ec-cube.net
2011年 2月 4日 (金) 22:55:30 JST


Subversion committed to /home/svn/open 20099
http://svn.ec-cube.net/open_trac/changeset/20099
┌────────────────────────────┐
│更新者 :  shutta                                       │
│更新日時:  2011-02-04 22:55:30 +0900 (金, 04  2月 2011)│
└────────────────────────────┘

Log:
--------------------------------------------------------
顧客検索を開く際は、http://での絶対パスではなく、相対パスであるべき。(SSL接続時に問題)


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/Smarty/templates/admin/order/edit.tpl

変更: branches/version-2_5-dev/data/Smarty/templates/admin/order/edit.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/order/edit.tpl	2011-02-04 13:10:47 UTC (rev 20098)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/order/edit.tpl	2011-02-04 13:55:30 UTC (rev 20099)
@@ -130,7 +130,7 @@
     <!--{/foreach}-->
     <h2>お客様情報
         <!--{if $tpl_mode == 'add'}-->
-            <a class="btn-normal" href="javascript:;" name="address_input" onclick="fnOpenWindow('<!--{$smarty.const.HTTP_URL}--><!--{$smarty.const.ADMIN_DIR}-->customer/search_customer.php','search','600','650'); return false;">顧客検索</a>
+            <a class="btn-normal" href="javascript:;" name="address_input" onclick="fnOpenWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/search_customer.php','search','600','650'); return false;">顧客検索</a>
         <!--{/if}-->
     </h2>
     <table class="form">




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