aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/edit.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-10-16 16:59:02 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-10-16 16:59:02 +0200
commit580cbf28855e0d4b8c1a0e4802bdfb7bb42697de (patch)
treefa013b791422111fd774a1271550283c6f6e6951 /app/view/templates/edit.php
parentba126f5f7175bcefbdb16c44cf74203f0756bb1b (diff)
downloadwcms-580cbf28855e0d4b8c1a0e4802bdfb7bb42697de.tar.gz
wcms-580cbf28855e0d4b8c1a0e4802bdfb7bb42697de.zip
better autofocus and logout redirection
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r--app/view/templates/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php
index b097378..7cebcc7 100644
--- a/app/view/templates/edit.php
+++ b/app/view/templates/edit.php
@@ -10,7 +10,7 @@
<body>
<main class="editor">
- <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'edit', 'pagelist' => $pagelist]) ?>
+ <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'edit', 'pagelist' => $pagelist, 'pageid' => $art->id()]) ?>
<?php $this->insert('edittopbar', ['art' => $art, 'user' => $user]) ?>