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/error/br/400.html | 38 ++++++++++++++++++++------------------ 1 files changed, 20 insertions(+), 18 deletions(-) diff --git a/server/conf/error/br/400.html b/server/conf/error/br/400.html index 39fd163..e89e706 100644 --- a/server/conf/error/br/400.html +++ b/server/conf/error/br/400.html @@ -2,10 +2,11 @@ "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>ERROR 400 - Bad Request!</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="robots" content="noindex" /> - <style type="text/css"><!-- +<title>ERROR 400 - Requisição ruim!</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<meta name="robots" content="noindex" /> +<style type="text/css"> +<!-- body { color: #444444; background-color: #EEEEEE; @@ -41,21 +42,22 @@ #footer a { color: #999999; } - --></style> + --> +</style> </head> <body> - <div id="page"> - <div id="header" class="status4xx"> - <h1>ERROR 400 - Bad Request!</h1> - </div> - <div id="content"> - <h2>The following error occurred:</h2> - <p>You have used invalid syntax.</p> - <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p> - </div> - <div id="footer"> - <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> - </div> - </div> +<div id="page"> + <div id="header" class="status4xx"> + <h1>ERROR 400 - Requisição ruim!</h1> + </div> + <div id="content"> + <h2>O seguinte erro ocorreu:</h2> + <p>Você usou uma sintaxe inválida.</p> + <P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p> + </div> + <div id="footer"> + <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p> + </div> +</div> </body> </html> -- Gitblit v1.9.1