Changeset 23669
- Timestamp:
- 2014/10/28 16:45:43 (8 years ago)
- 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 372 372 <th>全商品発送日</th> 373 373 <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> 375 375 <th>編集</th> 376 376 <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 76 76 <col width="12%" /> 77 77 <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> 79 79 <th>対応状況</th> 80 80 <th>注文番号</th>
Note: See TracChangeset
for help on using the changeset viewer.