Ignore:
Timestamp:
2013/06/25 08:58:43 (11 years ago)
Author:
undertree
Message:

#2127 の修正、再コミット

File:
1 edited

Legend:

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

    r22788 r22890  
    5858 
    5959<div id="products" class="contents-main"> 
    60 <form name="search_form" id="search_form" method="post" action="?"> 
     60<form ]="search_form" id="search_form" method="post" action="?"> 
    6161    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    6262    <input type="hidden" name="mode" value="search" /> 
     
    280280                        <div id="disp_cat<!--{$smarty.section.cnt.iteration}-->" style="display:<!--{$cat_flg}-->"> 
    281281                            <!--{foreach from=$arrProducts[cnt].categories item=category_id name=categories}--> 
    282                                 <!--{$arrCatList[$category_id]|sfTrim}--> 
     282                                <!--{$arrCatList[$category_id]|sfTrim|h}--> 
    283283                                <!--{if !$smarty.foreach.categories.last}--><br /><!--{/if}--> 
    284284                            <!--{/foreach}--> 
Note: See TracChangeset for help on using the changeset viewer.