diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 13:55:04 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 13:55:04 +0100 |
commit | 13acdbd444b0ae26e83ab8cf62d60a7f59268545 (patch) | |
tree | 9186bda4bffa9751c5e93da2d09d762f40cc0adc /app/view/templates/home.php | |
parent | d0ef17169701f90a9dab5f50e3eb61954653cae2 (diff) | |
download | wcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.tar.gz wcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.zip |
admin panel
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 5 |
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')" > |