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_br | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/conf/index/user_standard_index.html_br b/server/conf/index/user_standard_index.html_br index 46e63ff..88cc913 100644 --- a/server/conf/index/user_standard_index.html_br +++ b/server/conf/index/user_standard_index.html_br @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>Welcome!</title> + <title>Bem-Vindo!</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link rel="shortcut icon" href="/favicon.ico" /> <meta name="robots" content="noindex" /> @@ -48,9 +48,9 @@ <h1>Bem-vindo ao <!--ADRESSE//-->seu site!<!--ADRESSE//--></h1> </div> <div id="content"> - <h2>Esta é a página index padrão para o usuário <b>{USER_USERNAME}</b>.</h2> - <p>Este arquivo pode ser reescrito ou subistituído sem quaisquer dificuldades. Esta página é produzida pelo arquivo <b>index.html</b> no diretório <b>user/{USER_USERNAME}/web</b>.</p> - <p>Tendo quaisquer dúvidas ou problemas contate o <!--SUPPORT//-->suporte<!--SUPPORT//-->.</p> + <h2>Esta é a página index padrão para o usuário <b>{USER_USERNAME}</b>.</h2> + <p>Este arquivo pode ser reescrito ou subistituído sem quaisquer dificuldades. Esta página é produzida pelo arquivo <b>index.html</b> no diretório <b>user/{USER_USERNAME}/web</b>.</p> + <p>Tendo quaisquer dúvidas ou problemas contate o <!--SUPPORT//-->suporte<!--SUPPORT//-->.</p> </div> <div id="footer"> <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> -- Gitblit v1.9.1