diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-15 04:04:01 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-15 04:04:01 +0100 |
commit | 2ff846f7fb65998cd6cf151554434f56f116d4f2 (patch) | |
tree | 8106cf1744dc7545e1482fd98bae16ea3628c153 /app/view/templates/connect.php | |
parent | 8e79f279938f0fff64ddd381d073c2c277dd2d5c (diff) | |
parent | de195c2fca2f4b77a54be68fb58cd0ccee10a5b7 (diff) | |
download | wcms-2ff846f7fb65998cd6cf151554434f56f116d4f2.tar.gz wcms-2ff846f7fb65998cd6cf151554434f56f116d4f2.zip |
Merge branch 'implement-timeline' into develop
Diffstat (limited to 'app/view/templates/connect.php')
-rw-r--r-- | app/view/templates/connect.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/view/templates/connect.php b/app/view/templates/connect.php index 06fe9c8..5d7ee5c 100644 --- a/app/view/templates/connect.php +++ b/app/view/templates/connect.php @@ -11,7 +11,11 @@ <?php if($user->isvisitor()) { ?> +<?= $route === 'artedit' ? '<p>Your edits have been temporary saved. You need to connect and update to store it completly</p>' : '' ?> + <form action="<?= $this->url('log') ?>" method="post"> +<input type="hidden" name="route" value="<?= $route ?>"> +<input type="hidden" name="id" value="<?= $id ?>"> <input type="password" name="pass" id="loginpass" placeholder="password"> <input name="log" type="submit" value="login"> </form> |