diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-21 18:24:05 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-21 18:24:05 +0200 |
commit | f0e2ac8baa2aa025cb820d96630b97041307d1d7 (patch) | |
tree | 85ae18e873dde467d052c00843fb8dcfdf3f6011 /app/view/templates/edit.php | |
parent | b146952bb3ebacec8d4f1dd806ea5a9955bd3693 (diff) | |
download | wcms-f0e2ac8baa2aa025cb820d96630b97041307d1d7.tar.gz wcms-f0e2ac8baa2aa025cb820d96630b97041307d1d7.zip |
Feature : datalist with autofocus
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r-- | app/view/templates/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index 5ce1d35..b097378 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']) ?> + <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'edit', 'pagelist' => $pagelist]) ?> <?php $this->insert('edittopbar', ['art' => $art, 'user' => $user]) ?> |