Ignore:
Timestamp:
2011/02/11 18:57:18 (15 years ago)
Author:
kimoto
Message:

退会手続きリファクタリング #981

Location:
branches/version-2_5-dev/data/Smarty/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/mypage/refusal_confirm.tpl

    r20116 r20140  
    2828  <form name="form1" method="post" action="?"> 
    2929  <input type="hidden" name="mode" value="complete" /> 
    30   <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" /> 
     30  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     31 
    3132  <div id="mycontentsarea"> 
    3233    <h3><!--{$tpl_subtitle|h}--></h3> 
  • branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal.tpl

    r20116 r20140  
    2727<form action="?" method="post"> 
    2828    <input type="hidden" name="mode" value="complete"> 
     29    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     30     
    2931    <input type="submit" name="complete" value="退会する"> 
    3032</form> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/refusal_confirm.tpl

    r20116 r20140  
    2828  <form name="form1" method="post" action="?"> 
    2929  <input type="hidden" name="mode" value="complete" /> 
    30   <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" /> 
     30  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3131  <div id="mycontentsarea"> 
    3232    <h3><!--{$tpl_subtitle|h}--></h3> 
Note: See TracChangeset for help on using the changeset viewer.