Ignore:
Timestamp:
2008/04/07 13:29:15 (16 years ago)
Author:
satou
Message:

fixed by pineray (merge r17190:r17191)

File:
1 edited

Legend:

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

    r16582 r17226  
    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.