8 lines
181 B
PHTML
Raw Normal View History

2011-05-09 15:47:51 +00:00
<script type="text/javascript">
window.onload = function() {
window.print();
window.close();
}
</script>
<?=$this->action($this->action, $this->controller, null, $this->params)?>