Ignore:
Timestamp:
2013/08/14 10:42:39 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
ウィンドウ関連.

File:
1 edited

Legend:

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

    r22954 r23061  
    9191                    <td class="center"><input type="checkbox" name="move[]" value="<!--{$arrStatus[cnt].order_id}-->" ></td> 
    9292                    <td class="center"><!--{$arrORDERSTATUS[$status]}--></td> 
    93                     <td class="center"><a href="#" onclick="fnOpenWindow('./disp.php?order_id=<!--{$arrStatus[cnt].order_id}-->','order_disp','800','900'); return false;" ><!--{$arrStatus[cnt].order_id}--></a></td> 
     93                    <td class="center"><a href="#" onclick="eccube.common.openWindow('./disp.php?order_id=<!--{$arrStatus[cnt].order_id}-->','order_disp','800','900'); return false;" ><!--{$arrStatus[cnt].order_id}--></a></td> 
    9494                    <td class="center"><!--{$arrStatus[cnt].create_date|sfDispDBDate}--></td> 
    9595                    <td><!--{$arrStatus[cnt].order_name01|h}--> <!--{$arrStatus[cnt].order_name02|h}--></td> 
Note: See TracChangeset for help on using the changeset viewer.