Ignore:
Timestamp:
2013/10/24 23:13:09 (10 years ago)
Author:
dkazuto
Message:

#2432 (v2.13.0 管理画面:受注変更画面(複数配送)で、お届け先ごとの商品の「削除」ボタンの表示誤り)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/edit.tpl

    r23251 r23252  
    522522                                    <br /> 
    523523                                    <a class="btn-normal" href="javascript:;" name="change" onclick="eccube.openWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?no=<!--{$item_index}-->&amp;order_id=<!--{$arrForm.order_id.value|h}-->&amp;shipping_id=<!--{$shipping_index}-->', 'search', '615', '500', {menubar:'no'}); return false;">変更</a> 
    524                                     <!--{if count($arrForm.quantity.value) > 1}--> 
     524                                    <!--{if $arrShipping.shipment_product_class_id|@count > 1}--> 
    525525                                    <a class="btn-normal" href="javascript:;" name="delete" onclick="eccube.setValue('delete_no', <!--{$item_index}-->, 'form1'); eccube.setValue('select_shipping_id', <!--{$shipping_index}-->, 'form1'); eccube.setModeAndSubmit('delete_product','anchor_key','order_products'); return false;">削除</a> 
    526526                                    <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.