resoving
This commit is contained in:
parent
91aa15d253
commit
febd8f0883
8 changed files with 69 additions and 47 deletions
10
application/view/AdminPage/uploadsuccess.phtml
Normal file
10
application/view/AdminPage/uploadsuccess.phtml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<h2>Das Hochladen war erfolgreich.</h2>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
opener.document.forms[0].header_image.value = '<?php echo $this->imagePath;?>';
|
||||
setTimeout(function() {
|
||||
window.self.close();
|
||||
}, 800);
|
||||
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue