mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-14 05:48:41 +00:00
add profile pagination
This commit is contained in:
parent
5897f0a7c6
commit
7dcd5f41e5
|
|
@ -32,7 +32,7 @@ $settings = isset($tcoll['cfg']) ? \json_decode(\file_get_contents(__DIR__
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
<div class="row" style="height: calc(100% - 85px);">
|
||||
<div class="col-xs-12 col-md-9">
|
||||
<iframe src="<?= UriFactory::build('{/api}helper/report/export/?id=' . $template->getId()); ?>&u=<?= $this->getData('unit'); ?>" allowfullscreen></iframe>
|
||||
<iframe src="<?= UriFactory::build('{/api}helper/report/export/?{?}&id=' . $template->getId()); ?>&u=<?= $this->getData('unit'); ?>" allowfullscreen></iframe>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3">
|
||||
<section class="box wf-100">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user