aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/mediamenu.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-04-29 01:28:38 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-04-29 01:28:38 +0200
commit35e428c077dac7e57e6f6833562c88ae4a9867da (patch)
treeff4dae3dbd993ccf9e7af2807e007a8943ee8062 /app/view/templates/mediamenu.php
parent1e6eb30dbb3cb546f30650edd6c1db43167fdb53 (diff)
downloadwcms-35e428c077dac7e57e6f6833562c88ae4a9867da.tar.gz
wcms-35e428c077dac7e57e6f6833562c88ae4a9867da.zip
feature : rename media fix #82
Diffstat (limited to 'app/view/templates/mediamenu.php')
-rw-r--r--app/view/templates/mediamenu.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/view/templates/mediamenu.php b/app/view/templates/mediamenu.php
index b64bd25..f79b2bc 100644
--- a/app/view/templates/mediamenu.php
+++ b/app/view/templates/mediamenu.php
@@ -39,6 +39,7 @@
<h2>Move</h2>
<form action="<?= $this->url('mediaedit') ?>" method="post" id="mediaedit">
+ <input type="hidden" name="route" value="<?= $mediaopt->getadress() ?>">
<input type="hidden" name="path" value="<?= $mediaopt->dir() ?>">
<label for="moveto">Move selected medias to a new directory</label>
</br>