diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-18 12:03:45 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-18 12:03:45 +0200 |
commit | 388bd7c3aff8b440febd83598003f96d5a746505 (patch) | |
tree | afd61cffc28709a8357a8dd2295a810e037290a3 /app/view | |
parent | 50e367e56b367259a2e6fb29621c97e9b0fc9c5e (diff) | |
download | wcms-388bd7c3aff8b440febd83598003f96d5a746505.tar.gz wcms-388bd7c3aff8b440febd83598003f96d5a746505.zip |
Render All Button
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/templates/homemenu.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php index 2dd486c..f81933f 100644 --- a/app/view/templates/homemenu.php +++ b/app/view/templates/homemenu.php @@ -41,9 +41,14 @@ </form> </details> - <span> - <a href="">Render All</a> - </span> + <details class="hidephone"> + <summary>Actions</summary> + <form action="<?= $this->url('homerenderall') ?>" method="post"> + Render all pages + </br> + <input type="submit" value="renderall"> + </form> + </details> </aside>
\ No newline at end of file |