2012-01-26 19:30:39 +00:00

12 lines
265 B
PHTML

<script type="text/javascript">
window.onload = function() {
window.print();
window.close();
}
</script>
<style>
#header { width:0px !important;}
#global { width:auto !important;}
</style>
<?=$this->action($this->action, $this->controller, null, $this->params)?>