Ignore:
Timestamp:
2011/03/18 16:12:44 (13 years ago)
Author:
nanasess
bzr:base-revision:
svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_5-dev:20714
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/Smarty/templates/admin/order/index.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Forder%2Findex.tpl
bzr:mapping-version:
v4
bzr:merge:

ohkouchi@loop-az.jp-20110318071145-h973c566t19jwsbe
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20110318071241-7yv4ezvdc14g951o
bzr:revno:
3429
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-revisions:

data/Smarty/templates/admin/order/index.tpl ohkouchi@loop-az.jp-20110318071145-h973c566t19jwsbe
bzr:timestamp:
2011-03-18 16:12:41.664000034 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2011-03-18T07:12:41.664000Z
Message:

#1146 (帳票一括出力の場合、別ウインドウにならない)

File:
1 edited

Legend:

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

    r20608 r20715  
    5757    function fnOpenPdfSettingPage(action){ 
    5858        var fm = document.form1; 
    59         win02("about:blank", "pdf", "620","650"); 
     59        win02("about:blank", "pdf_input", "620","650"); 
    6060 
    6161        // 退避 
     
    6464        tmpAction = fm.action; 
    6565 
    66         fm.target = "pdf"; 
     66        fm.target = "pdf_input"; 
    6767        fm.mode.value = 'pdf'; 
    6868        fm.action = action; 
Note: See TracChangeset for help on using the changeset viewer.