2011-05-09 15:47:51 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
window.onload = function() {
|
|
|
|
window.print();
|
|
|
|
window.close();
|
|
|
|
}
|
|
|
|
</script>
|
2012-01-26 19:30:39 +00:00
|
|
|
<style>
|
|
|
|
#header { width:0px !important;}
|
|
|
|
#global { width:auto !important;}
|
|
|
|
</style>
|
2011-05-09 15:47:51 +00:00
|
|
|
<?=$this->action($this->action, $this->controller, null, $this->params)?>
|