Changeset 22718


Ignore:
Timestamp:
2013/03/10 11:48:46 (11 years ago)
Author:
yomoro
Message:

梶原先生からIDは見せる必要がないのではないかとお叱りをうけたので削除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tax/data/Smarty/templates/admin/basis/tax.tpl

    r22667 r22718  
    7979    <!--{if count($arrTaxrule) > 0}--> 
    8080    <table class="list"> 
    81         <col width="5%" /> 
    82         <col width="20%" /> 
    83         <col width="20%" /> 
     81        <col width="22%" /> 
     82        <col width="23%" /> 
    8483        <col width="35%" /> 
    8584        <col width="10%" /> 
    8685        <col width="10%" /> 
    8786        <tr> 
    88             <th>ID</th> 
    8987            <th>消費税率</th> 
    9088            <th>課税規則</th> 
     
    9593        <!--{section name=cnt loop=$arrTaxrule}--> 
    9694        <tr style="background:<!--{if $tpl_tax_rule_id != $arrTaxrule[cnt].tax_rule_id}-->#ffffff<!--{else}--><!--{$smarty.const.SELECT_RGB}--><!--{/if}-->;"> 
    97             <!--{assign var=tax_rule_id value=$arrTaxrule[cnt].tax_rule_id}--> 
    98             <td class="center"><!--{$tax_rule_id|h}--></td> 
    9995            <td class="center"><!--{$arrTaxrule[cnt].tax_rate|h}--></td> 
    10096            <td class="center"><!--{assign var=calc_rule value=$arrTaxrule[cnt].calc_rule}--> 
Note: See TracChangeset for help on using the changeset viewer.