finished uploading

This commit is contained in:
Logsol 2013-07-17 16:05:00 +02:00
parent 598081b2a8
commit f7f2163df5
7 changed files with 28 additions and 7 deletions

View file

@ -1,10 +1,12 @@
<h2>Das Hochladen war erfolgreich.</h2>
<script src="<?php echo $this->base ?>/script/admin.js"></script>
<script type="text/javascript">
adminPageInsertImage('<?php echo $this->type; ?>', '<?php echo $this->imagePath;?>');
opener.document.forms[0].header_image.value = '<?php echo $this->imagePath;?>';
setTimeout(function() {
window.self.close();
}, 800);
</script>
</script>
<h2>Das Hochladen war erfolgreich.</h2>