12 lines
265 B
PHTML
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)?>
|