aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r--app/view/templates/home.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php
index 0d09238..24e378b 100644
--- a/app/view/templates/home.php
+++ b/app/view/templates/home.php
@@ -8,7 +8,7 @@
<body>
- <?php $this->insert('hometopbar', ['user' => $user]) ?>
+ <?php $this->insert('backtopbar', ['user' => $user]) ?>
<?php if($user->iseditor()) { ?>
@@ -28,7 +28,7 @@
<div id="main">
<h2>Articles</h2>
-<form action="./" method="post">
+<form action="/massedit" method="post">
<div id="massedit">
@@ -40,6 +40,7 @@
<option value="erasetag">erase all tags</option>
<option value="erasetemplate">erase template</option>
<option value="delete">delete</option>
+ <option value="render">render</option>
</select>
<input type="submit" name="massaction" value="do" onclick="confirmSubmit(event, 'Are you sure')" >