From 43a970a34df176b0e3b316ebc9553cc77bc785bb Mon Sep 17 00:00:00 2001 From: Hama Date: Wed, 8 Aug 2018 13:03:21 +0900 Subject: [PATCH] =?UTF-8?q?=E9=83=B5=E4=BE=BF=E7=95=AA=E5=8F=B7=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E5=8F=96=E5=BE=97=E5=85=88=E3=81=AE?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/Smarty/templates/default/contact/index.tpl | 2 +- .../templates/default/frontparts/form_personal_input.tpl | 2 +- data/Smarty/templates/sphone/contact/index.tpl | 2 +- .../templates/sphone/frontparts/form_personal_input.tpl | 2 +- data/Smarty/templates/sphone/shopping/nonmember_input.tpl | 4 ++-- data/mtb_constants_init.php | 2 +- html/install/sql/insert_data.sql | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/Smarty/templates/default/contact/index.tpl b/data/Smarty/templates/default/contact/index.tpl index 63b9094b4e..48ec44de0a 100644 --- a/data/Smarty/templates/default/contact/index.tpl +++ b/data/Smarty/templates/default/contact/index.tpl @@ -57,7 +57,7 @@ 〒   -    - 郵便番号検索 + 郵便番号検索

diff --git a/data/Smarty/templates/default/frontparts/form_personal_input.tpl b/data/Smarty/templates/default/frontparts/form_personal_input.tpl index ca69d48c78..5bb10df7ca 100644 --- a/data/Smarty/templates/default/frontparts/form_personal_input.tpl +++ b/data/Smarty/templates/default/frontparts/form_personal_input.tpl @@ -98,7 +98,7 @@

〒  -   - 郵便番号検索 + 郵便番号検索

diff --git a/data/Smarty/templates/sphone/contact/index.tpl b/data/Smarty/templates/sphone/contact/index.tpl index dfbe065411..7dd09619c7 100644 --- a/data/Smarty/templates/sphone/contact/index.tpl +++ b/data/Smarty/templates/sphone/contact/index.tpl @@ -82,7 +82,7 @@ style=";" class="boxShort text data-role-none" /> -   郵便番号検索 + style=";" class="boxShort text data-role-none" />  郵便番号検索

郵便番号から住所自動入力 diff --git a/data/Smarty/templates/sphone/frontparts/form_personal_input.tpl b/data/Smarty/templates/sphone/frontparts/form_personal_input.tpl index 8506c738d3..5b6f55d536 100644 --- a/data/Smarty/templates/sphone/frontparts/form_personal_input.tpl +++ b/data/Smarty/templates/sphone/frontparts/form_personal_input.tpl @@ -89,7 +89,7 @@
-

 -   郵便番号検索

+

 -   郵便番号検索

郵便番号から住所自動入力 diff --git a/data/Smarty/templates/sphone/shopping/nonmember_input.tpl b/data/Smarty/templates/sphone/shopping/nonmember_input.tpl index 067dddb06b..11ec99a948 100644 --- a/data/Smarty/templates/sphone/shopping/nonmember_input.tpl +++ b/data/Smarty/templates/sphone/shopping/nonmember_input.tpl @@ -129,7 +129,7 @@ value="" maxlength="" style="" class="boxShort text data-role-none" />  - 郵便番号検索 + 郵便番号検索

郵便番号から住所自動入力 @@ -349,7 +349,7 @@ value="" maxlength="" style="" class="boxShort text data-role-none" />  - 郵便番号検索 + 郵便番号検索

郵便番号から住所自動入力 diff --git a/data/mtb_constants_init.php b/data/mtb_constants_init.php index 2e0caf4b55..c1b5e3ad5d 100644 --- a/data/mtb_constants_init.php +++ b/data/mtb_constants_init.php @@ -457,7 +457,7 @@ /** 外部サイトHTTP取得タイムアウト時間(秒) */ define('HTTP_REQUEST_TIMEOUT', "5"); /** 郵便番号CSVのZIPアーカイブファイルの取得元 */ -define('ZIP_DOWNLOAD_URL', "http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"); +define('ZIP_DOWNLOAD_URL', "https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"); /** フックポイント(プレプロセス) */ define('HOOK_POINT_PREPROCESS', "LC_Page_preProcess"); /** フックポイント(プロセス) */ diff --git a/html/install/sql/insert_data.sql b/html/install/sql/insert_data.sql index 2a73456c33..618a3db295 100644 --- a/html/install/sql/insert_data.sql +++ b/html/install/sql/insert_data.sql @@ -1255,7 +1255,7 @@ INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DEVICE_TYPE_PC', '1 INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DEVICE_TYPE_ADMIN', '99', 1103, '端末種別: 管理画面'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('ECCUBE_INFO', 'true', 1218, 'EC-CUBE更新情報取得 (true:取得する false:取得しない)'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HTTP_REQUEST_TIMEOUT', '"5"', 1219, '外部サイトHTTP取得タイムアウト時間(秒)'); -INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('ZIP_DOWNLOAD_URL', '"http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"', 1224, '郵便番号CSVのZIPアーカイブファイルの取得元'); +INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('ZIP_DOWNLOAD_URL', '"https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"', 1224, '郵便番号CSVのZIPアーカイブファイルの取得元'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HOOK_POINT_PREPROCESS', '"LC_Page_preProcess"', 1301, 'フックポイント(プレプロセス)'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HOOK_POINT_PROCESS', '"LC_Page_process"', 1302, 'フックポイント(プロセス)'); INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('PLUGIN_ACTIVATE_FLAG', 'true', 1303, 'プラグインのロード可否フラグ)');