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