From b9a3ef486ebcde18a5ade37865ff8f397185d24f Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sun, 24 Jul 2016 05:30:59 -0400
Subject: [PATCH] Fixed #3979 Mailbox users unable to save autoresponders

---
 server/conf/index/user_standard_index.html_de |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/server/conf/index/user_standard_index.html_de b/server/conf/index/user_standard_index.html_de
index 4dd0be9..6264631 100644
--- a/server/conf/index/user_standard_index.html_de
+++ b/server/conf/index/user_standard_index.html_de
@@ -5,7 +5,8 @@
     <title>Herzlich Willkommen!</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <link rel="shortcut icon" href="/favicon.ico" />
-    <style type="text/css"><!--
+    <meta name="robots" content="noindex" />
+	<style type="text/css"><!--
     body {
         color: #444444;
         background-color: #EEEEEE;
@@ -17,20 +18,19 @@
     #page{
         background-color: #FFFFFF;
         width: 60%;
-        margin: 0 auto;
-        padding: 6px 12px;
+        margin: 24px auto;
+        padding: 12px;
     }
     #header{
-        color: #FFFFFF;    
-        background-color: #83A342;
         padding: 6px ;
         text-align: center;
     }
+    .header{ background-color: #83A342; color: #FFFFFF; }
     #content {
         padding: 4px 0 24px 0;
     }
     #footer {
-        color:#83A342;
+        color: #666666;
         background: #f9f9f9;
         padding: 10px 20px;
         border-top: 5px #efefef solid;
@@ -38,22 +38,22 @@
         text-align: center;
     }
     #footer a {
-        color: #83A342;
+        color: #999999;
     }
     --></style>
 </head>
 <body>
     <div id="page">
-        <div id="header">
+        <div id="header" class="header">
             <h1>Herzlich Willkommen auf <!--ADRESSE//-->Ihrer Website!<!--ADRESSE//--></h1>
         </div>
         <div id="content">
-            <h2>Dies ist die Standard-Index-Seite von User <b>{USER_USERNAME}</b>.</h2>
+            <h2>Dies ist die Standard-Index-Seite von Benutzer <b>{USER_USERNAME}</b>.</h2>
             <p>Sie können sie problemlos löschen oder durch eine andere Seite ersetzen. Es handelt sich hierbei um die Datei <b>index.html</b> im Verzeichnis <b>user/{USER_USERNAME}/web</b>.</p>
-            <p>Bei Fragen oder Problemen wenden Sie sich bitte an den Server-Administrator.</p>
+            <p>Bei Fragen oder Problemen wenden Sie sich bitte an den <!--SUPPORT//-->Support<!--SUPPORT//-->.</p>
         </div>
         <div id="footer">
-            <p>powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
+            <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
         </div>
     </div>
 </body>

--
Gitblit v1.9.1