diff options
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() . '"> |