Changeset 17805 for branches/version-2_4


Ignore:
Timestamp:
2009/02/18 18:23:49 (17 years ago)
Author:
kishida
Message:

#297 納品書PDF一括出力対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/Smarty/templates/default/admin/order/index.tpl

    r17783 r17805  
    5151 
    5252        if(checkflag == 1){ 
    53       window.open("about:blank", "pdf", "width=1000,height=800,scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no"); 
    54       document.form1.target = "pdf"; 
    55           document.form1.mode.value = 'pdf'; 
    56           document.form1.action = 'pdf.php'; 
    57           document.form1.submit(); 
     53            var WIN; 
     54            WIN = window.open("about:blank", "pdf", "width=500,height=600,scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no"); 
     55            document.form1.target = "pdf"; 
     56            document.form1.mode.value = 'pdf'; 
     57            document.form1.action = 'pdf.php'; 
     58            document.form1.submit(); 
     59            WIN.focus(); 
    5860        } 
    5961    } 
Note: See TracChangeset for help on using the changeset viewer.