Ignore:
Timestamp:
2009/06/30 14:08:47 (15 years ago)
Author:
kajiwara
Message:

#495 レビュー管理にて、登録URLの削除ができない不具合 を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/Smarty/templates/default/admin/products/review_edit.tpl

    r17054 r18152  
    2525<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    2626<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" > 
    27 <input type="hidden" name="mode" value="complete"> 
    28 <input type="hidden" name="review_id" value="<!--{$tpl_review_id}-->" > 
    29 <input type="hidden" name="pre_status" value="<!--{$tpl_pre_status}-->"> 
    30 <!--{foreach key=key item=item from=$arrReview}--> 
    31 <!--{if $key ne "mode"}--> 
    32 <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->"> 
    33 <!--{/if}--> 
    34 <!--{/foreach}--> 
     27<input type="hidden" name="mode" value="complete" /> 
     28<input type="hidden" name="review_id" value="<!--{$arrReview.review_id|escape}-->" /> 
    3529<!--{foreach key=key item=item from=$arrSearchHidden}--> 
    3630<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->"> 
     
    5650                        <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    5751                        <td bgcolor="#cccccc"> 
    58                          
     52 
    5953                            <!--▼登録テーブルここから--> 
    6054                            <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    170164</form> 
    171165</table> 
    172 <!--★★メインコンテンツ★★-->      
     166<!--★★メインコンテンツ★★--> 
Note: See TracChangeset for help on using the changeset viewer.