diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-29 01:28:38 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-29 01:28:38 +0200 |
commit | 35e428c077dac7e57e6f6833562c88ae4a9867da (patch) | |
tree | ff4dae3dbd993ccf9e7af2807e007a8943ee8062 /app/view/templates/mediamenu.php | |
parent | 1e6eb30dbb3cb546f30650edd6c1db43167fdb53 (diff) | |
download | wcms-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.php | 1 |
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> |