From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 May 2012 07:30:44 -0400
Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons).

---
 server/conf/index/user_standard_index.html_en |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/conf/index/user_standard_index.html_en b/server/conf/index/user_standard_index.html_en
index 9b0c479..bb3a7aa 100644
--- a/server/conf/index/user_standard_index.html_en
+++ b/server/conf/index/user_standard_index.html_en
@@ -30,7 +30,7 @@
         padding: 4px 0 24px 0;
     }
     #footer {
-        color:#83A342;
+        color: #666666;
         background: #f9f9f9;
         padding: 10px 20px;
         border-top: 5px #efefef solid;
@@ -38,7 +38,7 @@
         text-align: center;
     }
     #footer a {
-        color: #83A342;
+        color: #999999;
     }
     --></style>
 </head>
@@ -53,7 +53,7 @@
             <p>For questions or problems please contact the <!--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