Ignore:
Timestamp:
2013/08/19 22:35:07 (11 years ago)
Author:
pineray
Message:

#2346 ウィンドウを開くJavaScript関数をまとめる

File:
1 edited

Legend:

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

    r23066 r23101  
    437437                <a name="<!--{$anckey}-->"></a> 
    438438                <input type="hidden" name="<!--{$key}-->" value="<!--{$arrRecommend[$recommend_no].product_id|h}-->" /> 
    439                 <a class="btn-normal" href="javascript:;" name="change" onclick="selectAll('category_id'); eccube.win03('./product_select.php?no=<!--{$smarty.section.cnt.iteration}-->', 'search', '615', '500'); return false;">変更</a> 
     439                <a class="btn-normal" href="javascript:;" name="change" onclick="selectAll('category_id'); eccube.openWindow('./product_select.php?no=<!--{$smarty.section.cnt.iteration}-->', 'search', '615', '500', {menubar:'no'}); return false;">変更</a> 
    440440                <!--{assign var=key value="recommend_delete`$smarty.section.cnt.iteration`"}--> 
    441441                <input type="checkbox" name="<!--{$key}-->" value="1" />削除<br /> 
Note: See TracChangeset for help on using the changeset viewer.