aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-08-18 12:03:45 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-08-18 12:03:45 +0200
commit388bd7c3aff8b440febd83598003f96d5a746505 (patch)
treeafd61cffc28709a8357a8dd2295a810e037290a3 /app/view/templates
parent50e367e56b367259a2e6fb29621c97e9b0fc9c5e (diff)
downloadwcms-388bd7c3aff8b440febd83598003f96d5a746505.tar.gz
wcms-388bd7c3aff8b440febd83598003f96d5a746505.zip
Render All Button
Diffstat (limited to 'app/view/templates')
-rw-r--r--app/view/templates/homemenu.php11
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