From 5d9bfd601be34fa223624df786c66068b334c775 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Thu, 24 Mar 2022 15:21:38 +0900 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=80=A4=E9=A0=85=E7=9B=AE=E3=81=AB?= =?UTF-8?q?=E3=82=A8=E3=82=B9=E3=82=B1=E3=83=BC=E3=83=97=E5=87=A6=E7=90=86?= =?UTF-8?q?=E3=82=92=E4=BB=98=E4=B8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit エスケープ漏れがあった場合でも、デフォルトフィルターによってサニタイ ズされるため実害は無いが、保険のためエスケープ処理を追加 --- .../Smarty/templates/admin/basis/delivery.tpl | 8 +-- data/Smarty/templates/admin/basis/holiday.tpl | 10 ++-- data/Smarty/templates/admin/basis/kiyaku.tpl | 10 ++-- data/Smarty/templates/admin/basis/payment.tpl | 10 ++-- data/Smarty/templates/admin/basis/tax.tpl | 4 +- .../templates/admin/contents/csv_sql.tpl | 4 +- .../templates/admin/contents/file_manager.tpl | 2 +- .../templates/admin/contents/recommend.tpl | 4 +- .../admin/contents/recommend_search.tpl | 2 +- data/Smarty/templates/admin/customer/edit.tpl | 4 +- data/Smarty/templates/admin/design/index.tpl | 56 +++++++++---------- .../templates/admin/design/main_edit.tpl | 2 +- data/Smarty/templates/admin/order/edit.tpl | 2 +- data/Smarty/templates/admin/order/index.tpl | 8 +-- .../templates/admin/order/product_select.tpl | 4 +- data/Smarty/templates/admin/order/status.tpl | 4 +- .../templates/admin/ownersstore/plugin.tpl | 14 ++--- .../admin/ownersstore/products_list.tpl | 4 +- .../templates/admin/products/category.tpl | 8 +-- .../admin/products/category_tree_fork.tpl | 2 +- .../Smarty/templates/admin/products/class.tpl | 10 ++-- .../admin/products/classcategory.tpl | 10 ++-- .../templates/admin/products/complete.tpl | 2 +- .../Smarty/templates/admin/products/index.tpl | 8 +-- .../Smarty/templates/admin/products/maker.tpl | 10 ++-- .../templates/admin/products/product_rank.tpl | 6 +- .../admin/products/product_rank_tree_fork.tpl | 2 +- .../templates/admin/products/review.tpl | 4 +- data/Smarty/templates/admin/system/index.tpl | 8 +-- .../templates/default/mypage/delivery.tpl | 4 +- .../templates/default/products/detail.tpl | 4 +- .../templates/default/products/list.tpl | 2 +- .../templates/default/shopping/confirm.tpl | 2 +- .../templates/default/shopping/deliv.tpl | 6 +- .../templates/default/shopping/multiple.tpl | 2 +- .../default/shopping/nonmember_input.tpl | 2 +- .../templates/default/shopping/payment.tpl | 2 +- .../templates/mobile/mypage/history.tpl | 2 +- data/Smarty/templates/mobile/mypage/index.tpl | 2 +- .../templates/mobile/products/detail.tpl | 6 +- .../mobile/products/select_find1.tpl | 2 +- .../mobile/products/select_find2.tpl | 2 +- .../templates/mobile/products/select_item.tpl | 4 +- .../templates/mobile/shopping/confirm.tpl | 4 +- .../templates/mobile/shopping/deliv.tpl | 14 ++--- .../templates/mobile/shopping/multiple.tpl | 2 +- .../templates/mobile/shopping/payment.tpl | 4 +- .../mobile/shopping/select_deliv.tpl | 4 +- .../templates/sphone/frontparts/bloc/news.tpl | 2 +- .../templates/sphone/mypage/delivery.tpl | 4 +- .../templates/sphone/mypage/history.tpl | 2 +- .../templates/sphone/products/detail.tpl | 6 +- .../templates/sphone/shopping/confirm.tpl | 2 +- .../templates/sphone/shopping/deliv.tpl | 4 +- .../templates/sphone/shopping/multiple.tpl | 2 +- .../sphone/shopping/nonmember_input.tpl | 2 +- .../templates/sphone/shopping/payment.tpl | 2 +- 57 files changed, 159 insertions(+), 159 deletions(-) diff --git a/data/Smarty/templates/admin/basis/delivery.tpl b/data/Smarty/templates/admin/basis/delivery.tpl index 0a2962dc85..5bcbf53215 100644 --- a/data/Smarty/templates/admin/basis/delivery.tpl +++ b/data/Smarty/templates/admin/basis/delivery.tpl @@ -50,16 +50,16 @@ - + 編集 - + 削除 - 上へ + 上へ - 下へ + 下へ diff --git a/data/Smarty/templates/admin/basis/holiday.tpl b/data/Smarty/templates/admin/basis/holiday.tpl index 37809e8994..4dbd6b3c0f 100644 --- a/data/Smarty/templates/admin/basis/holiday.tpl +++ b/data/Smarty/templates/admin/basis/holiday.tpl @@ -25,7 +25,7 @@
- +
@@ -85,7 +85,7 @@ diff --git a/data/Smarty/templates/admin/basis/kiyaku.tpl b/data/Smarty/templates/admin/basis/kiyaku.tpl index 527dd7ce32..153cd686d1 100644 --- a/data/Smarty/templates/admin/basis/kiyaku.tpl +++ b/data/Smarty/templates/admin/basis/kiyaku.tpl @@ -25,7 +25,7 @@ - +
- 編集 + 編集 編集中 @@ -94,15 +94,15 @@ - - 削除 + 削除 - 上へ + 上へ - 下へ + 下へ
@@ -69,7 +69,7 @@ diff --git a/data/Smarty/templates/admin/basis/payment.tpl b/data/Smarty/templates/admin/basis/payment.tpl index 83afc8b35f..0579bb00da 100644 --- a/data/Smarty/templates/admin/basis/payment.tpl +++ b/data/Smarty/templates/admin/basis/payment.tpl @@ -25,7 +25,7 @@ - +
    @@ -62,14 +62,14 @@
- - + + diff --git a/data/Smarty/templates/admin/basis/tax.tpl b/data/Smarty/templates/admin/basis/tax.tpl index f8b9b74a25..7c1c7868ca 100644 --- a/data/Smarty/templates/admin/basis/tax.tpl +++ b/data/Smarty/templates/admin/basis/tax.tpl @@ -126,7 +126,7 @@ diff --git a/data/Smarty/templates/admin/contents/csv_sql.tpl b/data/Smarty/templates/admin/contents/csv_sql.tpl index ff1ad85274..aaf5c0687f 100644 --- a/data/Smarty/templates/admin/contents/csv_sql.tpl +++ b/data/Smarty/templates/admin/contents/csv_sql.tpl @@ -58,8 +58,8 @@ function fnTargetSelf(){ diff --git a/data/Smarty/templates/admin/contents/file_manager.tpl b/data/Smarty/templates/admin/contents/file_manager.tpl index 941ef68b57..a8c28d40b0 100644 --- a/data/Smarty/templates/admin/contents/file_manager.tpl +++ b/data/Smarty/templates/admin/contents/file_manager.tpl @@ -114,7 +114,7 @@ diff --git a/data/Smarty/templates/admin/contents/recommend_search.tpl b/data/Smarty/templates/admin/contents/recommend_search.tpl index a6db223b16..ee5d27dae6 100644 --- a/data/Smarty/templates/admin/contents/recommend_search.tpl +++ b/data/Smarty/templates/admin/contents/recommend_search.tpl @@ -114,7 +114,7 @@ function func_submit( id ){ - + --> diff --git a/data/Smarty/templates/admin/customer/edit.tpl b/data/Smarty/templates/admin/customer/edit.tpl index 4a65558aac..9cb9090842 100644 --- a/data/Smarty/templates/admin/customer/edit.tpl +++ b/data/Smarty/templates/admin/customer/edit.tpl @@ -268,7 +268,7 @@ - +

購入履歴一覧

@@ -288,7 +288,7 @@ - + diff --git a/data/Smarty/templates/admin/design/index.tpl b/data/Smarty/templates/admin/design/index.tpl index 70af05f572..9fe0415e29 100644 --- a/data/Smarty/templates/admin/design/index.tpl +++ b/data/Smarty/templates/admin/design/index.tpl @@ -50,8 +50,8 @@ function fnTargetSelf(){
- - + + @@ -73,8 +73,8 @@ function fnTargetSelf(){
- - + + @@ -94,8 +94,8 @@ function fnTargetSelf(){
- - + + @@ -114,8 +114,8 @@ function fnTargetSelf(){
- - + + @@ -136,8 +136,8 @@ function fnTargetSelf(){
- - + + @@ -161,8 +161,8 @@ function fnTargetSelf(){
- - + + @@ -181,8 +181,8 @@ function fnTargetSelf(){
- - + + @@ -199,8 +199,8 @@ function fnTargetSelf(){
- - + + @@ -217,8 +217,8 @@ function fnTargetSelf(){
- - + + @@ -242,8 +242,8 @@ function fnTargetSelf(){
- - + + @@ -263,8 +263,8 @@ function fnTargetSelf(){
- - + + @@ -286,8 +286,8 @@ function fnTargetSelf(){
- - + + @@ -315,8 +315,8 @@ function fnTargetSelf(){
- - + + @@ -358,11 +358,11 @@ function fnTargetSelf(){
- + diff --git a/data/Smarty/templates/admin/order/product_select.tpl b/data/Smarty/templates/admin/order/product_select.tpl index e75837a8f6..c5482aecbe 100644 --- a/data/Smarty/templates/admin/order/product_select.tpl +++ b/data/Smarty/templates/admin/order/product_select.tpl @@ -120,7 +120,7 @@ - +
- 編集 + 編集 編集中 @@ -78,15 +78,15 @@ - - 削除 + 削除 - 上へ + 上へ - 下へ + 下へ
0~無制限編集-削除-編集-削除- - 上へ + 上へ - 下へ + 下へ
- 編集 + 編集 編集中 @@ -135,7 +135,7 @@ - - 削除 + 削除
- 表示 + 表示 diff --git a/data/Smarty/templates/admin/contents/recommend.tpl b/data/Smarty/templates/admin/contents/recommend.tpl index df74e53e5b..926344723a 100644 --- a/data/Smarty/templates/admin/contents/recommend.tpl +++ b/data/Smarty/templates/admin/contents/recommend.tpl @@ -161,10 +161,10 @@ function lfnSortItem(mode,data,form){ - 上へ
  + 上へ
  - 下へ + 下へ
決定決定
未発送 - 編集 + 編集 - 編集 + 編集 diff --git a/data/Smarty/templates/admin/design/main_edit.tpl b/data/Smarty/templates/admin/design/main_edit.tpl index 48fedd2fe6..6c6f99829d 100644 --- a/data/Smarty/templates/admin/design/main_edit.tpl +++ b/data/Smarty/templates/admin/design/main_edit.tpl @@ -160,7 +160,7 @@ function fnTargetSelf(){ - 編集 + 編集 diff --git a/data/Smarty/templates/admin/order/edit.tpl b/data/Smarty/templates/admin/order/edit.tpl index 5b3d515ffb..2e90499cbb 100644 --- a/data/Smarty/templates/admin/order/edit.tpl +++ b/data/Smarty/templates/admin/order/edit.tpl @@ -404,7 +404,7 @@ 変更 - 削除 + 削除 diff --git a/data/Smarty/templates/admin/order/index.tpl b/data/Smarty/templates/admin/order/index.tpl index 4dd2e41915..e2b590480b 100644 --- a/data/Smarty/templates/admin/order/index.tpl +++ b/data/Smarty/templates/admin/order/index.tpl @@ -388,17 +388,17 @@ -
- 個別出力 +
+ 個別出力
編集 -
+
個別通知
削除削除
@@ -230,7 +230,7 @@ - + --> diff --git a/data/Smarty/templates/admin/order/status.tpl b/data/Smarty/templates/admin/order/status.tpl index 8060ceba05..a0c0c7e096 100644 --- a/data/Smarty/templates/admin/order/status.tpl +++ b/data/Smarty/templates/admin/order/status.tpl @@ -88,9 +88,9 @@ - + - + diff --git a/data/Smarty/templates/admin/ownersstore/plugin.tpl b/data/Smarty/templates/admin/ownersstore/plugin.tpl index 4dd9c0aa29..9d0662639f 100644 --- a/data/Smarty/templates/admin/ownersstore/plugin.tpl +++ b/data/Smarty/templates/admin/ownersstore/plugin.tpl @@ -189,25 +189,25 @@ - プラグイン設定 |  + プラグイン設定 |  プラグイン設定 |  - アップデート |  + アップデート |  - 削除 |  + 削除 |  -
+
-
+
@@ -215,7 +215,7 @@ diff --git a/data/Smarty/templates/admin/ownersstore/products_list.tpl b/data/Smarty/templates/admin/ownersstore/products_list.tpl index 106bb132ae..a20be48f02 100644 --- a/data/Smarty/templates/admin/ownersstore/products_list.tpl +++ b/data/Smarty/templates/admin/ownersstore/products_list.tpl @@ -73,13 +73,13 @@ - + 設定 diff --git a/data/Smarty/templates/admin/products/category.tpl b/data/Smarty/templates/admin/products/category.tpl index 9764752642..de5fe6d1f5 100644 --- a/data/Smarty/templates/admin/products/category.tpl +++ b/data/Smarty/templates/admin/products/category.tpl @@ -93,21 +93,21 @@ diff --git a/data/Smarty/templates/admin/products/category_tree_fork.tpl b/data/Smarty/templates/admin/products/category_tree_fork.tpl index 995f098bb8..d629d4efe5 100644 --- a/data/Smarty/templates/admin/products/category_tree_fork.tpl +++ b/data/Smarty/templates/admin/products/category_tree_fork.tpl @@ -26,7 +26,7 @@ - + フォルダ diff --git a/data/Smarty/templates/admin/products/class.tpl b/data/Smarty/templates/admin/products/class.tpl index e82dfc4455..6c2e39412f 100644 --- a/data/Smarty/templates/admin/products/class.tpl +++ b/data/Smarty/templates/admin/products/class.tpl @@ -63,10 +63,10 @@ - + diff --git a/data/Smarty/templates/admin/products/classcategory.tpl b/data/Smarty/templates/admin/products/classcategory.tpl index b94377aa6d..819675b0f3 100644 --- a/data/Smarty/templates/admin/products/classcategory.tpl +++ b/data/Smarty/templates/admin/products/classcategory.tpl @@ -25,7 +25,7 @@
- + @@ -69,20 +69,20 @@
diff --git a/data/Smarty/templates/admin/products/complete.tpl b/data/Smarty/templates/admin/products/complete.tpl index a62f6be971..b8f8e46348 100644 --- a/data/Smarty/templates/admin/products/complete.tpl +++ b/data/Smarty/templates/admin/products/complete.tpl @@ -48,7 +48,7 @@
  • 検索結果へ戻る
  • 続けて登録を行う
  • -
  • この商品の規格を登録する
  • +
  • この商品の規格を登録する
  • diff --git a/data/Smarty/templates/admin/products/index.tpl b/data/Smarty/templates/admin/products/index.tpl index c57da99d53..aed4efcd8f 100644 --- a/data/Smarty/templates/admin/products/index.tpl +++ b/data/Smarty/templates/admin/products/index.tpl @@ -267,13 +267,13 @@ function lfnDispChange(){ - + - + - - + + - - + --> diff --git a/data/Smarty/templates/default/mypage/delivery.tpl b/data/Smarty/templates/default/mypage/delivery.tpl index f9fd9505b6..4b834f99e4 100644 --- a/data/Smarty/templates/default/mypage/delivery.tpl +++ b/data/Smarty/templates/default/mypage/delivery.tpl @@ -70,10 +70,10 @@    diff --git a/data/Smarty/templates/default/products/detail.tpl b/data/Smarty/templates/default/products/detail.tpl index 8f71d5cc9b..29c516c9b1 100644 --- a/data/Smarty/templates/default/products/detail.tpl +++ b/data/Smarty/templates/default/products/detail.tpl @@ -182,8 +182,8 @@
    - - + + diff --git a/data/Smarty/templates/default/products/list.tpl b/data/Smarty/templates/default/products/list.tpl index 4f17e165a9..79300d2b6f 100644 --- a/data/Smarty/templates/default/products/list.tpl +++ b/data/Smarty/templates/default/products/list.tpl @@ -239,7 +239,7 @@
    - +
    diff --git a/data/Smarty/templates/default/shopping/confirm.tpl b/data/Smarty/templates/default/shopping/confirm.tpl index 609c2e2527..edc5ae10d5 100644 --- a/data/Smarty/templates/default/shopping/confirm.tpl +++ b/data/Smarty/templates/default/shopping/confirm.tpl @@ -45,7 +45,7 @@ - +
      diff --git a/data/Smarty/templates/default/shopping/deliv.tpl b/data/Smarty/templates/default/shopping/deliv.tpl index eaad3811a7..b3bc5fb7b9 100644 --- a/data/Smarty/templates/default/shopping/deliv.tpl +++ b/data/Smarty/templates/default/shopping/deliv.tpl @@ -56,7 +56,7 @@ - +

      @@ -80,7 +80,7 @@ checked="checked" /> - checked="checked" /> + checked="checked" />
    決定決定
    - 変更
    + 変更
    - 編集 + 編集 編集中 - 削除 + 削除 - 上へ + 上へ - 下へ + 下へ
    ()分類登録分類登録 - 編集 + 編集 編集中 @@ -75,15 +75,15 @@ - - 削除 + 削除 - 上へ + 上へ - 下へ + 下へ
    - 編集 + 編集 編集中 - 削除 + 削除 - 上へ + 上へ - 下へ + 下へ
    diff --git a/data/Smarty/templates/admin/products/maker.tpl b/data/Smarty/templates/admin/products/maker.tpl index e8b0022537..996743b33d 100644 --- a/data/Smarty/templates/admin/products/maker.tpl +++ b/data/Smarty/templates/admin/products/maker.tpl @@ -25,7 +25,7 @@ - +
    @@ -66,7 +66,7 @@ diff --git a/data/Smarty/templates/admin/products/product_rank.tpl b/data/Smarty/templates/admin/products/product_rank.tpl index 83bfdd8093..aad530c02a 100644 --- a/data/Smarty/templates/admin/products/product_rank.tpl +++ b/data/Smarty/templates/admin/products/product_rank.tpl @@ -97,13 +97,13 @@ diff --git a/data/Smarty/templates/admin/products/product_rank_tree_fork.tpl b/data/Smarty/templates/admin/products/product_rank_tree_fork.tpl index 034aa21ebe..9a0877192b 100644 --- a/data/Smarty/templates/admin/products/product_rank_tree_fork.tpl +++ b/data/Smarty/templates/admin/products/product_rank_tree_fork.tpl @@ -26,7 +26,7 @@ - + フォルダ diff --git a/data/Smarty/templates/admin/products/review.tpl b/data/Smarty/templates/admin/products/review.tpl index 3251b298d3..425bf749f3 100644 --- a/data/Smarty/templates/admin/products/review.tpl +++ b/data/Smarty/templates/admin/products/review.tpl @@ -154,8 +154,8 @@ - - + +
    - 編集 + 編集 編集中 @@ -75,15 +75,15 @@ - - 削除 + 削除 - 上へ + 上へ - 下へ + 下へ
    - 番目へ移動
    + 番目へ移動
    - 上へ + 上へ - 下へ + 下へ
    diff --git a/data/Smarty/templates/admin/system/index.tpl b/data/Smarty/templates/admin/system/index.tpl index 9379b858de..609697fd8d 100644 --- a/data/Smarty/templates/admin/system/index.tpl +++ b/data/Smarty/templates/admin/system/index.tpl @@ -58,13 +58,13 @@
    編集削除 + 編集削除 - - 上へ - 下へ + 上へ + 下へ
    - 変更 + 変更 - 削除 + 削除
    @@ -110,7 +110,7 @@ - 削除 + 削除 - diff --git a/data/Smarty/templates/default/shopping/multiple.tpl b/data/Smarty/templates/default/shopping/multiple.tpl index cb7f55870a..48f62c67a1 100644 --- a/data/Smarty/templates/default/shopping/multiple.tpl +++ b/data/Smarty/templates/default/shopping/multiple.tpl @@ -41,7 +41,7 @@ - + diff --git a/data/Smarty/templates/default/shopping/nonmember_input.tpl b/data/Smarty/templates/default/shopping/nonmember_input.tpl index bc61bde2f3..06372d5f18 100644 --- a/data/Smarty/templates/default/shopping/nonmember_input.tpl +++ b/data/Smarty/templates/default/shopping/nonmember_input.tpl @@ -39,7 +39,7 @@ - +
    diff --git a/data/Smarty/templates/default/shopping/payment.tpl b/data/Smarty/templates/default/shopping/payment.tpl index a605704e79..f32612490e 100644 --- a/data/Smarty/templates/default/shopping/payment.tpl +++ b/data/Smarty/templates/default/shopping/payment.tpl @@ -127,7 +127,7 @@ - + diff --git a/data/Smarty/templates/mobile/mypage/history.tpl b/data/Smarty/templates/mobile/mypage/history.tpl index cdd36d83a8..1b309857af 100644 --- a/data/Smarty/templates/mobile/mypage/history.tpl +++ b/data/Smarty/templates/mobile/mypage/history.tpl @@ -29,7 +29,7 @@ - + diff --git a/data/Smarty/templates/mobile/mypage/index.tpl b/data/Smarty/templates/mobile/mypage/index.tpl index b8301feb7c..515fcbd404 100644 --- a/data/Smarty/templates/mobile/mypage/index.tpl +++ b/data/Smarty/templates/mobile/mypage/index.tpl @@ -63,7 +63,7 @@ -
    +

    diff --git a/data/Smarty/templates/mobile/products/detail.tpl b/data/Smarty/templates/mobile/products/detail.tpl index bc91216848..ad7fb27bec 100644 --- a/data/Smarty/templates/mobile/products/detail.tpl +++ b/data/Smarty/templates/mobile/products/detail.tpl @@ -39,7 +39,7 @@ [1] - [1] + [1] @@ -49,7 +49,7 @@ [] - [] + [] @@ -144,7 +144,7 @@ - +
    diff --git a/data/Smarty/templates/mobile/products/select_find1.tpl b/data/Smarty/templates/mobile/products/select_find1.tpl index 97f40b3fd4..6a0dcdc882 100644 --- a/data/Smarty/templates/mobile/products/select_find1.tpl +++ b/data/Smarty/templates/mobile/products/select_find1.tpl @@ -37,7 +37,7 @@
    - +
    diff --git a/data/Smarty/templates/mobile/products/select_find2.tpl b/data/Smarty/templates/mobile/products/select_find2.tpl index 9b9f639c21..f11b4f8fe2 100644 --- a/data/Smarty/templates/mobile/products/select_find2.tpl +++ b/data/Smarty/templates/mobile/products/select_find2.tpl @@ -38,7 +38,7 @@
    - +
    diff --git a/data/Smarty/templates/mobile/products/select_item.tpl b/data/Smarty/templates/mobile/products/select_item.tpl index 2587f7fa65..8828236c46 100644 --- a/data/Smarty/templates/mobile/products/select_item.tpl +++ b/data/Smarty/templates/mobile/products/select_item.tpl @@ -41,8 +41,8 @@ - - + +
    diff --git a/data/Smarty/templates/mobile/shopping/confirm.tpl b/data/Smarty/templates/mobile/shopping/confirm.tpl index 0b1cf7d464..de8289e5eb 100644 --- a/data/Smarty/templates/mobile/shopping/confirm.tpl +++ b/data/Smarty/templates/mobile/shopping/confirm.tpl @@ -26,7 +26,7 @@ - + 下記のご注文内容に間違いはございませんか?
    @@ -149,7 +149,7 @@ - +
    diff --git a/data/Smarty/templates/mobile/shopping/deliv.tpl b/data/Smarty/templates/mobile/shopping/deliv.tpl index 5064adf3fb..49e4392dc5 100644 --- a/data/Smarty/templates/mobile/shopping/deliv.tpl +++ b/data/Smarty/templates/mobile/shopping/deliv.tpl @@ -30,15 +30,15 @@ - + - - + +
    @@ -62,15 +62,15 @@ - +
    - + - +
    @@ -91,7 +91,7 @@ ■お届け先を複数指定する
    - +
    diff --git a/data/Smarty/templates/mobile/shopping/multiple.tpl b/data/Smarty/templates/mobile/shopping/multiple.tpl index 903f7b3bed..4843e222f5 100644 --- a/data/Smarty/templates/mobile/shopping/multiple.tpl +++ b/data/Smarty/templates/mobile/shopping/multiple.tpl @@ -27,7 +27,7 @@ - + diff --git a/data/Smarty/templates/mobile/shopping/payment.tpl b/data/Smarty/templates/mobile/shopping/payment.tpl index 122a2b1362..4c4ec3b910 100644 --- a/data/Smarty/templates/mobile/shopping/payment.tpl +++ b/data/Smarty/templates/mobile/shopping/payment.tpl @@ -26,7 +26,7 @@ - + ■お支払方法 *
    @@ -35,7 +35,7 @@ - > + >
    diff --git a/data/Smarty/templates/mobile/shopping/select_deliv.tpl b/data/Smarty/templates/mobile/shopping/select_deliv.tpl index 644c8787f8..d6c9c196a8 100644 --- a/data/Smarty/templates/mobile/shopping/select_deliv.tpl +++ b/data/Smarty/templates/mobile/shopping/select_deliv.tpl @@ -26,14 +26,14 @@ - + ■配送方法 *
    - > + >
    diff --git a/data/Smarty/templates/sphone/frontparts/bloc/news.tpl b/data/Smarty/templates/sphone/frontparts/bloc/news.tpl index 028efa162d..fe43711dda 100644 --- a/data/Smarty/templates/sphone/frontparts/bloc/news.tpl +++ b/data/Smarty/templates/sphone/frontparts/bloc/news.tpl @@ -26,7 +26,7 @@
    • - +
    • diff --git a/data/Smarty/templates/sphone/mypage/delivery.tpl b/data/Smarty/templates/sphone/mypage/delivery.tpl index 7dba98eed3..6b98efea0d 100644 --- a/data/Smarty/templates/sphone/mypage/delivery.tpl +++ b/data/Smarty/templates/sphone/mypage/delivery.tpl @@ -63,8 +63,8 @@  

      diff --git a/data/Smarty/templates/sphone/mypage/history.tpl b/data/Smarty/templates/sphone/mypage/history.tpl index 5c39ac6684..b92d7d5ce8 100644 --- a/data/Smarty/templates/sphone/mypage/history.tpl +++ b/data/Smarty/templates/sphone/mypage/history.tpl @@ -38,7 +38,7 @@ - + diff --git a/data/Smarty/templates/sphone/products/detail.tpl b/data/Smarty/templates/sphone/products/detail.tpl index 84c092da51..24422a14e2 100644 --- a/data/Smarty/templates/sphone/products/detail.tpl +++ b/data/Smarty/templates/sphone/products/detail.tpl @@ -239,8 +239,8 @@ - - + + @@ -375,7 +375,7 @@ diff --git a/data/Smarty/templates/sphone/shopping/confirm.tpl b/data/Smarty/templates/sphone/shopping/confirm.tpl index a19a165eac..1e6943c1a2 100644 --- a/data/Smarty/templates/sphone/shopping/confirm.tpl +++ b/data/Smarty/templates/sphone/shopping/confirm.tpl @@ -84,7 +84,7 @@
      - +

      ご注文内容

      diff --git a/data/Smarty/templates/sphone/shopping/deliv.tpl b/data/Smarty/templates/sphone/shopping/deliv.tpl index 450c8f379e..eff140a84d 100644 --- a/data/Smarty/templates/sphone/shopping/deliv.tpl +++ b/data/Smarty/templates/sphone/shopping/deliv.tpl @@ -35,7 +35,7 @@ - +

      @@ -65,7 +65,7 @@

      - checked="checked" class="data-role-none" /> + checked="checked" class="data-role-none" />

        diff --git a/data/Smarty/templates/sphone/shopping/multiple.tpl b/data/Smarty/templates/sphone/shopping/multiple.tpl index c1ea6656c7..d2455452a6 100644 --- a/data/Smarty/templates/sphone/shopping/multiple.tpl +++ b/data/Smarty/templates/sphone/shopping/multiple.tpl @@ -42,7 +42,7 @@
        - + diff --git a/data/Smarty/templates/sphone/shopping/nonmember_input.tpl b/data/Smarty/templates/sphone/shopping/nonmember_input.tpl index ac386d9e1f..84366059e6 100644 --- a/data/Smarty/templates/sphone/shopping/nonmember_input.tpl +++ b/data/Smarty/templates/sphone/shopping/nonmember_input.tpl @@ -49,7 +49,7 @@ - +
        お名前 
        diff --git a/data/Smarty/templates/sphone/shopping/payment.tpl b/data/Smarty/templates/sphone/shopping/payment.tpl index 051abede63..af54cf2ebb 100644 --- a/data/Smarty/templates/sphone/shopping/payment.tpl +++ b/data/Smarty/templates/sphone/shopping/payment.tpl @@ -120,7 +120,7 @@ - +