Ignore:
Timestamp:
2013/08/28 09:41:18 (11 years ago)
Author:
m_uehara
Message:

#2348 r23128 - r23137 をマージ

Location:
branches/version-2_13_0/data/Smarty/templates/sphone
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/sphone/contact/index.tpl

    r23103 r23140  
    3838    </div> 
    3939 
    40     <form name="form1" method="post" action="?"> 
     40    <form name="form1" id="form1" method="post" action="?"> 
    4141        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    4242        <input type="hidden" name="mode" value="confirm" /> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/mypage/refusal.tpl

    r23002 r23140  
    2828 
    2929    <h3 class="title_mypage"><!--{$tpl_subtitle|h}--></h3> 
    30     <form name="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php"> 
     30    <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php"> 
    3131        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3232        <input type="hidden" name="mode" value="confirm" /> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/mypage/refusal_confirm.tpl

    r23002 r23140  
    2626    <h2 class="title"><!--{$tpl_title|h}--></h2> 
    2727    <!--{include file=$tpl_navi}--> 
    28     <form name="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php"> 
     28    <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php"> 
    2929        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3030        <input type="hidden" name="mode" value="complete" /> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/products/review.tpl

    r22574 r23140  
    2929        「<span class="attention">※</span>」印は入力必須項目です。<br /> 
    3030        ご入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p> 
    31     <form name="form1" method="post" action="?"> 
     31    <form name="form1" id="form1" method="post" action="?"> 
    3232        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3333        <input type="hidden" name="mode" value="confirm" /> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/products/review_confirm.tpl

    r23103 r23140  
    2424<div id="windowarea"> 
    2525    <h2 class="title">お客様の声書き込み</h2> 
    26     <form name="form1" method="post" action="?"> 
     26    <form name="form1" id="form1" method="post" action="?"> 
    2727        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2828        <input type="hidden" name="mode" value="complete" /> 
Note: See TracChangeset for help on using the changeset viewer.