Changeset 12720


Ignore:
Timestamp:
2007/05/14 10:40:25 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/mobile/nonmember/payment.tpl

    r12719 r12720  
    1111 
    1212<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    13 <input type="hidden" name="mode" value="deliv_date"> 
    14 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    15 <input type="hidden" name="deliv_date" value="<!--{$arrForm.deliv_date.value}-->"> 
    16 <input type="hidden" name="deliv_time_id" value="<!--{$arrForm.deliv_time_id.value}-->"> 
     13<input type="text" name="mode" value="deliv_date"> 
     14<input type="text" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
     15<input type="text" name="deliv_date" value="<!--{$arrForm.deliv_date.value}-->"> 
     16<input type="text" name="deliv_time_id" value="<!--{$arrForm.deliv_time_id.value}-->"> 
    1717<input type="text" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 
    1818<input type="text" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 
Note: See TracChangeset for help on using the changeset viewer.