Ignore:
Timestamp:
2013/01/24 18:36:01 (11 years ago)
Author:
michael_nelson
Message:

#1992 英文テキストを調整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/sphone_en-US/products/review.tpl

    r22157 r22346  
    2525 
    2626<div id="windowarea"> 
    27     <h2 class="title">Form for customer's opinion</h2> 
     27    <h2 class="title">Add comment</h2> 
    2828    <p class="windowtext">Please provide your opinions and thoughts regarding the product below.<br /> 
    29         Items marked with "<span class="attention">*</span>" require input.<br /> 
    30         After inputting, click the "To confirmation page" button at the very bottom.</p> 
     29        Items marked with "<span class="attention">*</span>" are required fields.<br /> 
     30        When finished, click the "Confirm" button at the very bottom of the page.</p> 
    3131    <form name="form1" method="post" action="?"> 
    3232        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     
    5454            </tr> 
    5555            <tr> 
    56                 <th>Recommendation level<span class="attention">*</span></th> 
     56                <th>Rating<span class="attention">*</span></th> 
    5757                <td> 
    5858                    <span class="attention"><!--{$arrErr.recommend_level}--></span> 
     
    7979        </table> 
    8080        <div class="btn_area"> 
    81                 <p><input type="submit" value="Next" class="btn data-role-none" alt="Next" name="next" id="next" /></p> 
     81                <p><input type="submit" value="Confirm" class="btn data-role-none" alt="Next" name="next" id="next" /></p> 
    8282            </div> 
    8383    </form> 
Note: See TracChangeset for help on using the changeset viewer.