Ignore:
Timestamp:
2013/01/16 16:43:27 (11 years ago)
Author:
michael_nelson
Message:

#1992 英文テキストを調整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/default_en/forgot/index.tpl

    r22256 r22262  
    2424 
    2525<div id="window_area"> 
    26     <h2>Password reissuance</h2> 
    27     <p class="information">Enter the e-mail address and the name that you registered, and click the "Next" button.<br /> 
    28     <span class="attention">* A new password will be issued, and you will no longer be able to use your password.</span></p> 
     26    <h2>Retrieve Password</h2> 
     27    <p class="information">Please enter you registered e-mail address and name. When finished, click the 'Next' button.<br /> <span class="attention">*You will receive a new password and you will no longer be able to use your old password.</span></p> 
    2928    <form action="?" method="post" name="form1"> 
    3029    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     
    4645                </p> 
    4746                <p> 
    48                     Name:&nbsp; 
    4947                    Last name&nbsp;<input type="text" class="box120" name="name01" value="<!--{$arrForm.name01|default:''|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name01|sfGetErrorColor}-->;" /> 
    50                     Name&nbsp;<input type="text" class="box120" name="name02" value="<!--{$arrForm.name02|default:''|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name02|sfGetErrorColor}-->;" /> 
     48                    First name&nbsp;<input type="text" class="box120" name="name02" value="<!--{$arrForm.name02|default:''|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name02|sfGetErrorColor}-->;" /> 
    5149                </p> 
    5250            </div> 
Note: See TracChangeset for help on using the changeset viewer.