Ignore:
Timestamp:
Jan 2, 2014, 4:11:45 PM (11 years ago)
Author:
maron
Message:
  • Fixed: count view export only if user open side
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/ExportOutput.php

    r674 r690  
    227227    }
    228228        $Output .= '<script type="text/javascript" language="JavaScript" charset="utf-8">'.
    229                                  'setTimeout("parent.location.href=\''.$System->Link('/export/?Action=View&Tab=7&ExportId='.$Export->Id).'\'", 3000)'.
     229                                 'setTimeout("parent.location.href=\''.$System->Link('/export/?Action=View&Tab=7&Auto&ExportId='.$Export->Id).'\'", 5000)'.
    230230                                                 '</script>';
    231231    $Output .= ' <strong>Dokončeno procent: '.ProgressBar(300, $Line).'</strong>';
     
    277277    }
    278278        $Output .= '<script type="text/javascript" language="JavaScript" charset="utf-8">'.
    279                                  'setTimeout("parent.location.href=\''.$System->Link('/export/?Action=View&Tab=7&ExportId='.$Export->Id).'\'", 3000)'.
     279                                 'setTimeout("parent.location.href=\''.$System->Link('/export/?Action=View&Tab=7&Auto&ExportId='.$Export->Id).'\'", 5000)'.
    280280                                                 '</script>';
    281281    $Output .= ' <strong>Dokončeno procent: '.ProgressBar(300, $Line).'</strong>';
Note: See TracChangeset for help on using the changeset viewer.