added title

This commit is contained in:
Roland Gruber 2018-12-23 10:32:09 +01:00
parent d3608c7bd0
commit cbad61519e
1 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,13 @@ include '../../lib/adminHeader.inc';
?>
<div id="tabcontent" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
<iframe id="treeframe" style="width: 100%; height: 800px;" src="../3rdParty/pla/htdocs/index.php" frameborder="0"></iframe>
<iframe
id="treeframe"
style="width: 100%; height: 800px;"
src="../3rdParty/pla/htdocs/index.php"
frameborder="0"
title="Tree view">
</iframe>
<script type="text/javascript">
function resizeIframe() {
var height = document.documentElement.clientHeight;