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_it |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/conf/index/user_standard_index.html_it b/server/conf/index/user_standard_index.html_it
index ba65bee..6f253f0 100644
--- a/server/conf/index/user_standard_index.html_it
+++ b/server/conf/index/user_standard_index.html_it
@@ -48,9 +48,9 @@
             <h1>Benvenuti sul <!--ADRESSE//-->vostro sito!<!--ADRESSE//--></h1>
         </div>
         <div id="content">
-            <h2>Questa e' la pagina di default per l'utente <b>{USER_USERNAME}</b>.</h2>
-            <p>Questo file puo' essere cancellato o sovrascritto senza nessuna difficolta. Questo e' prodotto dal file <b>index.html</b> nella directory <b>user/{USER_USERNAME}/web</b>.</p>
-            <p>Per domande o problemi contattate <!--SUPPORT//-->support<!--SUPPORT//-->.</p>
+            <h2>Questa è la pagina di default per l'utente <b>{USER_USERNAME}</b>.</h2>
+            <p>Questo file può essere cancellato o sovrascritto senza nessun problema. Questo è prodotto dal file <b>index.html</b> nella cartella <b>user/{USER_USERNAME}/web</b>.</p>
+            <p>Per domande o problemi contattate il <!--SUPPORT//-->supporto<!--SUPPORT//-->.</p>
         </div>
         <div id="footer">
             <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>

--
Gitblit v1.9.1