Changeset 17441


Ignore:
Timestamp:
2008/07/20 07:06:26 (16 years ago)
Author:
Seasoft
Message:

管理機能 - 商品機能 - 商品登録 - 確認 の微調整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/products/confirm.tpl

    r17351 r17441  
    2222 */ 
    2323*}--> 
     24<h2>確認</h2> 
    2425<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" enctype="multipart/form-data"> 
    2526  <!--{foreach key=key item=item from=$arrForm}--> 
     
    140141      <th>備考欄(SHOP専用)</th> 
    141142      <td> 
    142         <!--{$arrForm.note|escape}--> 
     143        <!--{$arrForm.note|escape|nl2br}--> 
    143144      </td> 
    144145    </tr> 
     
    243244      商品名:<!--{$arrRecommend[$recommend_no].name|escape}--><br /> 
    244245      コメント:<br /> 
    245       <!--{$arrRecommend[$recommend_no].comment|escape}--> 
     246      <!--{$arrRecommend[$recommend_no].comment|escape|nl2br}--> 
    246247      <!--{/if}--> 
    247248      </td> 
Note: See TracChangeset for help on using the changeset viewer.