12 lines
No EOL
293 B
PHTML
12 lines
No EOL
293 B
PHTML
<script src="<?php echo $this->base ?>/script/admin.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
adminPageInsertImage('<?php echo $this->type; ?>', '<?php echo $this->imagePath;?>');
|
|
|
|
setTimeout(function() {
|
|
window.self.close();
|
|
}, 800);
|
|
|
|
</script>
|
|
|
|
<h2>Das Hochladen war erfolgreich.</h2>
|