Ignore:
Timestamp:
2008/03/28 16:36:01 (16 years ago)
Author:
pineray
Message:

管理画面の商品マスタで検索結果の一覧にある各商品のカテゴリを複数カテゴリ対応に修正

File:
1 edited

Legend:

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

    r16582 r17191  
    346346                            <!--{* カテゴリ名 *}--> 
    347347                            <div id="disp_cat<!--{$smarty.section.cnt.iteration}-->" style="display:<!--{$cat_flg}-->"> 
    348                             <!--{assign var=key value=$arrProducts[cnt].category_id}--> 
    349                             <!--{$arrCatList[$key]|sfTrim}--> 
     348              <!--{foreach from=$arrProducts[cnt].categories item=category_id name=categories}--> 
     349                            <!--{$arrCatList[$category_id]|sfTrim}--> 
     350              <!--{if !$smarty.foreach.categories.last}--><br /><!--{/if}--> 
     351              <!--{/foreach}--> 
    350352                            </div> 
    351353 
Note: See TracChangeset for help on using the changeset viewer.