Add missing html structure to view script

refs #10881
This commit is contained in:
Alexander A. Klimov 2016-02-09 13:39:44 +01:00
parent 7fe71f7472
commit 86834c4993
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
<iframe src="<?= $this->escape($url) ?>" style="height:100%; width:99%;" frameborder="no"></iframe>
<div class="controls">
<?= $tabs ?>
</div>
<div class="content">
<iframe src="<?= $this->escape($url) ?>" style="height:100%; width:99%;" frameborder="no"></iframe>
</div>