Changeset 12717 for branches


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

Legend:

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

    r12385 r12717  
    1414<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    1515<input type="hidden" name="payment_id" value="<!--{$arrForm.payment_id.value}-->"> 
     16<input type="text" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 
     17<input type="text" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 
     18<input type="text" name="pref" value="<!--{$arrAddr[0].pref}-->"> 
     19<input type="text" name="addr01" value="<!--{$arrAddr[0].addr01}-->"> 
     20<input type="text" name="addr02" value="<!--{$arrAddr[0].addr02}-->"> 
    1621<!--<input type="hidden" name="message" value="">--> 
    1722<!--{if $tpl_login == 1}--> 
Note: See TracChangeset for help on using the changeset viewer.