Skip to content

Commit

Permalink
pachting for #123
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Mar 29, 2010
1 parent 231c25b commit 5a578aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/base/templates/report.tpl
Expand Up @@ -6,9 +6,9 @@ OWA.items['<?php echo $dom_id;?>'].dom_id = "<?php echo $dom_id;?>";
OWA.items['<?php echo $dom_id;?>'].page_num = "<?php echo $pagination['page_num'];?>1";
OWA.items['<?php echo $dom_id;?>'].max_page_num = "<?php echo $pagination['max_page_num'];?>";
OWA.items['<?php echo $dom_id;?>'].max_page_num = "<?php echo $pagination['more_pages'];?>";
<? //foreach ($params as $k => $v): ?>
<?php //foreach ($params as $k => $v): ?>
//OWA.items['<?php echo $dom_id;?>'].properties.<?php echo $k;?> = "<?php echo $v;?>";
<? //endforeach;?>
<?php //endforeach;?>
OWA.items['<?php echo $dom_id;?>'].properties = <?php echo $this->makeJson($params);?>;
</SCRIPT>
Expand Down

0 comments on commit 5a578aa

Please sign in to comment.