Changeset 22285


Ignore:
Timestamp:
2013/01/19 19:16:09 (11 years ago)
Author:
h_yoshimoto
Message:

#1996 テキストボタン画像のCSS化(管理画面のステータス)をtpl側を対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/products/confirm.tpl

    r22245 r22285  
    7575            <th><!--{t string="tpl_554"}--></th> 
    7676            <td> 
    77                 <!--{foreach from=$arrForm.product_status item=status}--> 
    78                     <!--{if $status != ""}--> 
    79                         <img src="<!--{$TPL_URLPATH_PC}--><!--{$arrSTATUS_IMAGE[$status]}-->"> 
    80                     <!--{/if}--> 
    81                 <!--{/foreach}--> 
     77                <!--{if count($arrForm.product_status) > 0}--> 
     78                    <ul class="status_icon clearfix"> 
     79                        <!--{foreach from=$arrForm.product_status item=status}--> 
     80                            <li class="status_<!--{$status}-->"> 
     81                               <span id="icon<!--{$status}-->"><!--{$arrSTATUS[$status]}--></span> 
     82                            </li>                        
     83                        <!--{/foreach}--> 
     84                    </ul> 
     85                <!--{/if}--> 
     86                 
    8287            </td> 
    8388        </tr> 
Note: See TracChangeset for help on using the changeset viewer.