diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-28 20:18:17 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-28 20:24:52 +0200 |
commit | 9090550d241f9f7b3246b24bfd323bd988add749 (patch) | |
tree | 2c2de66510533da53848dd876a9ab392471b38b8 /app/view/templates/alert.php | |
parent | 98514a4e0037aa0879e45bbad660aeda8837c624 (diff) | |
download | wcms-9090550d241f9f7b3246b24bfd323bd988add749.tar.gz wcms-9090550d241f9f7b3246b24bfd323bd988add749.zip |
listen to brother Stan and clean some things
Diffstat (limited to 'app/view/templates/alert.php')
-rw-r--r-- | app/view/templates/alert.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/view/templates/alert.php b/app/view/templates/alert.php index 4ee71d3..1672443 100644 --- a/app/view/templates/alert.php +++ b/app/view/templates/alert.php @@ -34,6 +34,7 @@ $this->stop(); $form = '<p> <form action="' . $this->url('log') .'" method="post"> + <input type="text" name="user" id="loginuser" autofocus placeholder="user" > <input type="password" name="pass" id="loginpass" placeholder="password"> <input type="hidden" name="route" value="pageread/"> <input type="hidden" name="id" value="' . $page->id() . '"> |