* * * @author Luiz Gilberto Gregory Filho * * @version $Id$ * * \b Maintainers: \n * Luiz Gilberto Gregory Filho [luiz@solis.coop.br] * * @since * Class created on 08/12/2008 **/ $content = null; $busOperationLoan = $MIOLO->getBusiness($module,'BusOperationLoan'); $content = $busOperationLoan->getReceiptsText(); $theme->clearContent(); $txt = new MText('txt'); $txt->setValue('
'.$content.''); $MIOLO->page->onload("document.getElementById('frm__mainForm_container_top').style.display = 'none';"); $MIOLO->page->onload("document.getElementById('frm__mainForm_container_top').style.height = '0';"); $MIOLO->page->onload("document.getElementById('frm__mainForm_navbar').style.display = 'none';"); $MIOLO->page->onload("document.getElementById('frm__mainForm_navbar').style.height = '0';"); $MIOLO->page->onload("document.getElementById('frm__mainForm_bottom').style.height = '0';"); $MIOLO->page->onload("document.getElementById('frm__mainForm_bottom').style.display = 'none';"); $MIOLO->page->onload("document.getElementById('content').style.margin = '0';"); $MIOLO->page->onload("document.getElementById('txt').style.margin = '0';"); $print = MUtil::getBooleanValue( MIOLO::_REQUEST('print') ? MIOLO::_REQUEST('print') : true ); $close = MUtil::getBooleanValue( MIOLO::_REQUEST('close') ? MIOLO::_REQUEST('close') : true ); if ( $print ) { $MIOLO->page->onload("print();"); } if ( $close ) { $MIOLO->page->onload("close();"); } $theme->insertContent( $txt); ?>