Changeset 2072


Ignore:
Timestamp:
02/25/10 13:24:16 (14 years ago)
Author:
pedroerp
Message:

Ticket #870 - Desabilitando cabeçalho e rodapé quando o atributo print_mode está ativo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/class.run_activity.inc.php

    r2061 r2072  
    851851                { 
    852852                        $headerConfig = 0; 
    853                         if (!$this->download_mode) 
     853                        if (!$this->download_mode and !$this->print_mode) 
    854854                        { 
    855855                                $headerConfig |= workflow_smarty::SHOW_HEADER | workflow_smarty::SHOW_FOOTER; 
Note: See TracChangeset for help on using the changeset viewer.