2011-05-09 15:47:51 +00:00

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)?>