Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

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

Legend:

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

    r23106 r23126  
    354354                        <a class="btn-normal" href="javascript:;" name="change" onclick="eccube.openWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?no=<!--{$product_index}-->&amp;order_id=<!--{$arrForm.order_id.value|h}-->&amp;shipping_id=<!--{$top_shipping_id}-->', 'search', '615', '500', {menubar:'no'}); return false;">変更</a> 
    355355                        <!--{if count($arrForm.quantity.value) > 1}--> 
    356                             <a class="btn-normal" href="javascript:;" name="delete" onclick="eccube.setValue('delete_no', <!--{$product_index}-->, 'form1'); eccube.setValue(select_shipping_id', '<!--{$top_shipping_id}-->', 'form1'); eccube.setModeAndSubmit('delete_product','anchor_key','order_products'); return false;">削除</a> 
     356                            <a class="btn-normal" href="javascript:;" name="delete" onclick="eccube.setValue('delete_no', <!--{$product_index}-->, 'form1'); eccube.setValue('select_shipping_id', '<!--{$top_shipping_id}-->', 'form1'); eccube.setModeAndSubmit('delete_product','anchor_key','order_products'); return false;">削除</a> 
    357357                        <!--{/if}--> 
    358358                    <!--{/if}--> 
  • branches/version-2_13_0/data/Smarty/templates/admin/products/upload_csv_category.tpl

    r23106 r23126  
    2424 
    2525<!--★★メインコンテンツ★★--> 
    26 <form name="form1" id="form1" method="post" action="?" enctype="multipart/form-data" onSubmit="eccube.openWindow('', 'upload', 500, 400, {formTarget:'form1', menubar:'no'})"> 
     26<form name="form1" id="form1" method="post" action="?" enctype="multipart/form-data"> 
    2727    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2828    <input type="hidden" name="mode" value="csv_upload" /> 
Note: See TracChangeset for help on using the changeset viewer.