Changeset 22718
- Timestamp:
- 2013/03/10 11:48:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_13-tax/data/Smarty/templates/admin/basis/tax.tpl
r22667 r22718 79 79 <!--{if count($arrTaxrule) > 0}--> 80 80 <table class="list"> 81 <col width="5%" /> 82 <col width="20%" /> 83 <col width="20%" /> 81 <col width="22%" /> 82 <col width="23%" /> 84 83 <col width="35%" /> 85 84 <col width="10%" /> 86 85 <col width="10%" /> 87 86 <tr> 88 <th>ID</th>89 87 <th>消費税率</th> 90 88 <th>課税規則</th> … … 95 93 <!--{section name=cnt loop=$arrTaxrule}--> 96 94 <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>99 95 <td class="center"><!--{$arrTaxrule[cnt].tax_rate|h}--></td> 100 96 <td class="center"><!--{assign var=calc_rule value=$arrTaxrule[cnt].calc_rule}-->
Note: See TracChangeset
for help on using the changeset viewer.