Ignore:
Timestamp:
2013/08/20 14:45:53 (11 years ago)
Author:
h_yoshimoto
Message:

#2348 r23101 - r23102 をマージ

File:
1 edited

Legend:

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

    r23103 r23106  
    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.