Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/elfindernw.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
lang : '<?php echo $lang; ?>',
<?php } ?>
customData : { path : "<?php echo $path.'/'.$currentuser["username"].'/'; ?>" },
height : 550
height : (window.innerHeight - 20)
});
});
</script>
Expand Down
2 changes: 1 addition & 1 deletion module.zpm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- iframe by TGates -->
<iframe src="modules/ELFileManager/app/elfinder.php?id=<@ UserID @>" scrolling="no" width="100%" height="200px" id="iframe1" marginheight="0" frameborder="0" onLoad="autoResize('iframe1');"></iframe>

<form name="FileManager" action="modules/ELFileManager/app/elfindernw.php?id=<@ UserID @>" target="FileManager" method="post" onsubmit="var w=window.open('', 'FileManager', 'scrollbars=no,menubar=no,height=600,width=1024,resizable=no,toolbar=no,location=no,status=no'); w.focus();">
<form name="FileManager" action="modules/ELFileManager/app/elfindernw.php?id=<@ UserID @>" target="FileManager" method="post" onsubmit="var w=window.open('', 'FileManager', 'scrollbars=no,menubar=no,height='+screen.height+',width='+screen.width+',fullscreen=yes,resizable=no,toolbar=no,location=no,status=no'); w.moveTo(0,0); w.focus();">
<button class="btn btn-primary" type="submit" name="inOpen" value="<@ UseriD @>"><: Launch In New Window :></button>
</form>
</div>