Changeset 23669


Ignore:
Timestamp:
2014/10/28 16:45:43 (9 years ago)
Author:
shinichi_takahashi
Message:

#2359 バージョンアップ対応に伴う修正

Location:
branches/version-2_13_3/data/Smarty/templates/admin/order
Files:
2 edited

Legend:

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

    r23546 r23669  
    372372                            <th>全商品発送日</th> 
    373373                            <th>対応状況</th> 
    374                             <th><label for="pdf_check">帳票</label> <input type="checkbox" name="pdf_check" id="pdf_check" onclick="eccube.checkAllBox(this, 'input[name=pdf_order_id[]]')" /></th> 
     374                            <th><label for="pdf_check">帳票</label> <input type="checkbox" name="pdf_check" id="pdf_check" onclick="eccube.checkAllBox(this, 'input[name=\'pdf_order_id[]\']')" /></th> 
    375375                            <th>編集</th> 
    376376                            <th>メール <input type="checkbox" name="mail_check" id="mail_check" onclick="eccube.checkAllBox(this, 'input[name=mail_order_id[]]')" /></th> 
  • branches/version-2_13_3/data/Smarty/templates/admin/order/status.tpl

    r23668 r23669  
    7676                <col width="12%" /> 
    7777                <tr> 
    78                     <th><label for="move_check">選択<br /></label> <input type="checkbox" name="move_check" id="move_check" onclick="eccube.checkAllBox(this, 'input[name=move[]]')" /></th> 
     78                    <th><label for="move_check">選択<br /></label> <input type="checkbox" name="move_check" id="move_check" onclick="eccube.checkAllBox(this, 'input[name=\'move[]\']')" /></th> 
    7979                    <th>対応状況</th> 
    8080                    <th>注文番号</th> 
Note: See TracChangeset for help on using the changeset viewer.