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/order/status.tpl

    r23066 r23101  
    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="eccube.openWindow('./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.openWindow('./disp.php?order_id=<!--{$arrStatus[cnt].order_id}-->','order_disp','800','900',{resizable:'no',focus:false}); 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.