added title
This commit is contained in:
parent
d3608c7bd0
commit
cbad61519e
|
@ -43,7 +43,13 @@ include '../../lib/adminHeader.inc';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div id="tabcontent" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
|
<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">
|
<script type="text/javascript">
|
||||||
function resizeIframe() {
|
function resizeIframe() {
|
||||||
var height = document.documentElement.clientHeight;
|
var height = document.documentElement.clientHeight;
|
||||||
|
|
Loading…
Reference in New Issue