Changeset 12533 for branches/dev/data


Ignore:
Timestamp:
2007/05/11 11:01:27 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/mobile/shopping/deliv.tpl

    r12532 r12533  
    1818<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    1919<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    20 <input type="text" name="deli" value="<!--{$smarty.section.cnt.iteration}-->"> 
     20<input type="hidden" name="deli" value="<!--{$smarty.section.cnt.iteration}-->"> 
    2121<!--{if $smarty.section.cnt.first}--> 
    22 <input type="hidden" name="mode" value="customer_addr"> 
     22<input type="text" name="mode" value="customer_addr"> 
    2323<input type="hidden" name="other_deliv_id" value=""> 
    2424<!--{else}--> 
    2525<input type="hidden" name="mode" value="other_addr"> 
    26 <input type="hidden" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->"> 
     26<input type="text" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->"> 
    2727<!--{/if}--> 
    2828¢£ÇÛÁ÷Àè<!--{$smarty.section.cnt.iteration}--><br> 
Note: See TracChangeset for help on using the changeset viewer.