From 86ec1dd446f8907e08c6c1d1380685b7b901a7fd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 5 Oct 2017 16:07:45 +0200 Subject: Don't use popup to ask for the password but the "blue screen" Signed-off-by: Joas Schilling --- templates/authenticate.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/authenticate.php (limited to 'templates') diff --git a/templates/authenticate.php b/templates/authenticate.php new file mode 100644 index 000000000..334b3f5b7 --- /dev/null +++ b/templates/authenticate.php @@ -0,0 +1,25 @@ + +
+
+ +
t('This call is password-protected')); ?>
+ +
t('The password is wrong. Try again.')); ?>
+ +

+ + + + +

+
+
-- cgit v1.2.3