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 | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/conf/index/user_standard_index.html_it b/server/conf/index/user_standard_index.html_it index 056faed..6f253f0 100644 --- a/server/conf/index/user_standard_index.html_it +++ b/server/conf/index/user_standard_index.html_it @@ -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> @@ -48,12 +48,12 @@ <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> + <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> </div> </div> </body> -- Gitblit v1.9.1