Ignore:
Timestamp:
2011/04/08 11:35:42 (13 years ago)
Author:
shutta
Message:

メーカー登録のメーカー一覧の表示項目にIDを追加

File:
1 edited

Legend:

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

    r20764 r20822  
    4747        <!--{if count($arrMaker) > 0}--> 
    4848        <table class="list"> 
    49             <colgroup width="60%"> 
     49            <colgroup width="10%"> 
     50            <colgroup width="50%"> 
    5051            <colgroup width="10%"> 
    5152            <colgroup width="10%"> 
    5253            <colgroup width="20%"> 
    5354            <tr> 
     55                <th>ID</th> 
    5456                <th>メーカー</th> 
    5557                <th class="edit">編集</th> 
     
    6062            <tr style="background:<!--{if $tpl_maker_id != $arrMaker[cnt].maker_id}-->#ffffff<!--{else}--><!--{$smarty.const.SELECT_RGB}--><!--{/if}-->;"> 
    6163                <!--{assign var=maker_id value=$arrMaker[cnt].maker_id}--> 
     64                <td><!--{$maker_id|h}--></td> 
    6265                <td><!--{$arrMaker[cnt].name|h}--></td> 
    6366                <td class="center"> 
Note: See TracChangeset for help on using the changeset viewer.