Ignore:
Timestamp:
2013/03/09 17:06:30 (11 years ago)
Author:
maeken
Message:

商品登録画面の消費税率入力対応

File:
1 edited

Legend:

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

    r22571 r22631  
    201201            <th><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(円)</th> 
    202202            <th><!--{$smarty.const.SALE_PRICE_TITLE}-->(円)<span class="attention">*</span></th> 
     203            <th>消費税率(%)<span class="attention">*</span></th> 
    203204            <th>商品種別<span class="attention">*</span></th> 
    204205            <th>ダウンロード<br />ファイル名<span class="red"><br />上限<!--{$smarty.const.STEXT_LEN}-->文字</span></th> 
     
    270271                    <!--{/if}--> 
    271272                    <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" size="6" class="box6" maxlength="<!--{$arrForm[$key].length}-->" <!--{if $arrErr[$key][$index] != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> id="<!--{$key}-->_<!--{$index}-->" /> 
     273                </td> 
     274                <td class="center"> 
     275                    <!--{assign var=key value="tax_rate"}--> 
     276                    <!--{if $arrErr[$key][$index]}--> 
     277                        <span class="attention"><!--{$arrErr[$key][$index]}--></span> 
     278                    <!--{/if}--> 
     279                    <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" size="6" class="box6" maxlength="<!--{$arrForm[$key].length}-->" <!--{if $arrErr[$key][$index] != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> id="<!--{$key}-->_<!--{$index}-->" />                 
    272280                </td> 
    273281                <td class="class-product-type"> 
Note: See TracChangeset for help on using the changeset viewer.