Update main.tpl

This commit is contained in:
Christoph Loesch 2021-04-11 05:27:03 +02:00 committed by GitHub
parent 0db426f137
commit 9f559c7c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Change Mailbox Password</title> <title>LDAP Change Password</title>
<meta charset="utf-8"> <meta charset="utf-8">
<style> <style>
html { html {
@ -49,7 +49,6 @@
a:hover, a:focus { a:hover, a:focus {
text-decoration: none; text-decoration: none;
} }
#Main { #Main {
margin: 3rem auto; margin: 3rem auto;
padding: 1rem; padding: 1rem;
@ -75,8 +74,9 @@
</style> </style>
<body> <body>
<div id="Main"> <div id="Main">
<h1>Change Mailbox Password</h1> <h1>Change LDAP Password</h1>
{$main_content} {$main_content}
{$debug_content}
</div> </div>
</body> </body>
</html> </html>