Changeset 22516 for branches


Ignore:
Timestamp:
2013/02/08 11:05:51 (11 years ago)
Author:
kim
Message:

#950 ラベルタグを統一(影響度合いが小さいので日本版にいれるのも可能かと思われるがいったんmultilangにコミット)

Location:
branches/version-2_12-multilang/data/Smarty/templates/admin
Files:
3 edited

Legend:

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

    r22456 r22516  
    794794            <th><label for="pdf_check"><!--{t string="tpl_Ledger_01"}--></label> <input type="checkbox" name="pdf_check" id="pdf_check" onclick="fnAllCheck(this, 'input[name=pdf_order_id[]]')" /></th> 
    795795            <th><!--{t string="tpl_Edit_01"}--></th> 
    796             <th><!--{t string="tpl_Mail_01"}--> <input type="checkbox" name="mail_check" id="mail_check" onclick="fnAllCheck(this, 'input[name=mail_order_id[]]')" /></th> 
     796            <th><label for="mail_check"><!--{t string="tpl_Mail_01"}--></label> <input type="checkbox" name="mail_check" id="mail_check" onclick="fnAllCheck(this, 'input[name=mail_order_id[]]')" /></th> 
    797797            <th><!--{t string="tpl_Remove_01"}--></th> 
    798798        </tr> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/order/pdf_input.tpl

    r22488 r22516  
    201201            <th><!--{t string="tpl_Point notation_01"}--></th> 
    202202            <td> 
    203                 <input type="radio" name="disp_point" value="1" checked="checked" /><!--{t string="tpl_Yes_01"}-->&nbsp;<input type="radio" name="disp_point" value="0" /><!--{t string="tpl_No_01"}--><br /> 
     203                <label><input type="radio" name="disp_point" value="1" checked="checked" /><!--{t string="tpl_Yes_01"}--></label>&nbsp;<label><input type="radio" name="disp_point" value="0" /><!--{t string="tpl_No_01"}--></label><br /> 
    204204                <span style="font-size: 80%;"><!--{t string="tpl_* Even if 'Yes' is selected, it is not displayed unless the customer is a member._01"}--></span> 
    205205            </td> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/products/product.tpl

    r22455 r22516  
    193193                <span class="attention"><!--{$arrErr.stock}--></span> 
    194194                <input type="text" name="stock" value="<!--{$arrForm.stock|h}-->" size="6" class="box6" maxlength="<!--{$smarty.const.AMOUNT_LEN}-->" style="<!--{if $arrErr.stock != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/> 
    195                 <input type="checkbox" name="stock_unlimited" value="1" <!--{if $arrForm.stock_unlimited == "1"}-->checked<!--{/if}--> onclick="fnCheckStockLimit('<!--{$smarty.const.DISABLED_RGB}-->');"/><!--{t string="tpl_No limit_01"}--> 
     195                <label><input type="checkbox" name="stock_unlimited" value="1" <!--{if $arrForm.stock_unlimited == "1"}-->checked<!--{/if}--> onclick="fnCheckStockLimit('<!--{$smarty.const.DISABLED_RGB}-->');"/><!--{t string="tpl_No limit_01"}--></label> 
    196196            </td> 
    197197        </tr> 
     
    422422                <a class="btn-normal" href="javascript:;" name="change" onclick="selectAll('category_id'); win03('./product_select.php?no=<!--{$smarty.section.cnt.iteration}-->', 'search', '615', '500'); return false;"><!--{t string="tpl_Change_01"}--></a> 
    423423                <!--{assign var=key value="recommend_delete`$smarty.section.cnt.iteration`"}--> 
    424                 <input type="checkbox" name="<!--{$key}-->" value="1" /><!--{t string="tpl_Remove_01"}--><br /> 
     424                <label><input type="checkbox" name="<!--{$key}-->" value="1" /><!--{t string="tpl_Remove_01"}--></label><br /> 
    425425                <!--{assign var=key value="recommend_comment`$smarty.section.cnt.iteration`"}--> 
    426426                <span class="attention"><!--{$arrErr[$key]}--></span> 
Note: See TracChangeset for help on using the changeset viewer.