8 lines
181 B
PHTML
8 lines
181 B
PHTML
<script type="text/javascript">
|
|
window.onload = function() {
|
|
window.print();
|
|
window.close();
|
|
}
|
|
</script>
|
|
<?=$this->action($this->action, $this->controller, null, $this->params)?>
|