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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/conf/index/user_standard_index.html_it b/server/conf/index/user_standard_index.html_it
index d4225c2..6f253f0 100644
--- a/server/conf/index/user_standard_index.html_it
+++ b/server/conf/index/user_standard_index.html_it
@@ -48,8 +48,8 @@
             <h1>Benvenuti sul <!--ADRESSE//-->vostro sito!<!--ADRESSE//--></h1>
         </div>
         <div id="content">
-            <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>
+            <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">

--
Gitblit v1.9.1