From b12bcd88d2fbcd0ded3e0abdb1791458c394a352 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 26 May 2010 09:20:12 -0400
Subject: [PATCH] Merged revisions 1739-1740,1756,1759,1765-1767,1769 from trunk.

---
 interface/web/sites/list/web_aliasdomain.list.php |    6 
 server/conf/error/br/404.html                     |  122 +++---
 server/conf/error/br/401.html                     |  122 +++---
 interface/web/sites/list/ftp_user.list.php        |    6 
 server/conf/index/standard_index.html_br          |    4 
 server/conf/index/user_standard_index.html_br     |    6 
 interface/web/sites/list/cron.list.php            |    6 
 interface/web/sites/list/shell_user.list.php      |    6 
 server/conf/error/br/405.html                     |  122 +++---
 server/conf/error/br/400.html                     |  124 +++---
 interface/web/sites/list/web_subdomain.list.php   |    6 
 server/conf/error/br/500.html                     |  122 +++---
 server/conf/error/br/503.html                     |  122 +++---
 interface/web/js/scrigo.js.php                    |    5 
 server/conf/error/br/403.html                     |  122 +++---
 15 files changed, 453 insertions(+), 448 deletions(-)

diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php
index e3a391a..ba73aa7 100644
--- a/interface/web/js/scrigo.js.php
+++ b/interface/web/js/scrigo.js.php
@@ -238,7 +238,10 @@
 			if(flag)break;
 		}
 */
-  document.pageForm.username.focus();
+	try {
+		document.pageForm.username.focus();
+	} catch (e) {
+	}
 }
 
 
diff --git a/interface/web/sites/list/cron.list.php b/interface/web/sites/list/cron.list.php
index dfa2d4b..b63e530 100644
--- a/interface/web/sites/list/cron.list.php
+++ b/interface/web/sites/list/cron.list.php
@@ -75,9 +75,9 @@
 $liste["item"][] = array(   'field'     => "parent_domain_id",
                             'datatype'  => "VARCHAR",
                             'formtype'  => "SELECT",
-                            'op'        => "like",
-                            'prefix'    => "%",
-                            'suffix'    => "%",
+                            'op'        => "=",
+                            'prefix'    => "",
+                            'suffix'    => "",
                             'datasource'    => array (  'type'  => 'SQL',
                                         'querystring' => "SELECT domain_id,domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
                                         'keyfield'=> 'domain_id',
diff --git a/interface/web/sites/list/ftp_user.list.php b/interface/web/sites/list/ftp_user.list.php
index 87ff08a..8466023 100644
--- a/interface/web/sites/list/ftp_user.list.php
+++ b/interface/web/sites/list/ftp_user.list.php
@@ -75,9 +75,9 @@
 $liste["item"][] = array(	'field'		=> "parent_domain_id",
 							'datatype'	=> "VARCHAR",
 							'formtype'	=> "SELECT",
-							'op'		=> "like",
-							'prefix'	=> "%",
-							'suffix'	=> "%",
+							'op'		=> "=",
+							'prefix'	=> "",
+							'suffix'	=> "",
 							'datasource'	=> array ( 	'type'	=> 'SQL',
 										'querystring' => "SELECT domain_id,domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
 										'keyfield'=> 'domain_id',
diff --git a/interface/web/sites/list/shell_user.list.php b/interface/web/sites/list/shell_user.list.php
index a1b0576..440bdcc 100644
--- a/interface/web/sites/list/shell_user.list.php
+++ b/interface/web/sites/list/shell_user.list.php
@@ -75,9 +75,9 @@
 $liste["item"][] = array(	'field'		=> "parent_domain_id",
 							'datatype'	=> "VARCHAR",
 							'formtype'	=> "SELECT",
-							'op'		=> "like",
-							'prefix'	=> "%",
-							'suffix'	=> "%",
+							'op'		=> "=",
+							'prefix'	=> "",
+							'suffix'	=> "",
 							'datasource'	=> array ( 	'type'	=> 'SQL',
 										'querystring' => "SELECT domain_id,domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
 										'keyfield'=> 'domain_id',
diff --git a/interface/web/sites/list/web_aliasdomain.list.php b/interface/web/sites/list/web_aliasdomain.list.php
index 21f91ea..0ba1259 100644
--- a/interface/web/sites/list/web_aliasdomain.list.php
+++ b/interface/web/sites/list/web_aliasdomain.list.php
@@ -75,9 +75,9 @@
 $liste["item"][] = array(	'field'		=> "parent_domain_id",
 							'datatype'	=> "VARCHAR",
 							'formtype'	=> "SELECT",
-							'op'		=> "like",
-							'prefix'	=> "%",
-							'suffix'	=> "%",
+							'op'		=> "=",
+							'prefix'	=> "",
+							'suffix'	=> "",
 							'datasource'	=> array ( 	'type'	=> 'SQL',
 										'querystring' => "SELECT domain_id,domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
 										'keyfield'=> 'domain_id',
diff --git a/interface/web/sites/list/web_subdomain.list.php b/interface/web/sites/list/web_subdomain.list.php
index f8824ad..057498b 100644
--- a/interface/web/sites/list/web_subdomain.list.php
+++ b/interface/web/sites/list/web_subdomain.list.php
@@ -75,9 +75,9 @@
 $liste["item"][] = array(	'field'		=> "parent_domain_id",
 							'datatype'	=> "VARCHAR",
 							'formtype'	=> "SELECT",
-							'op'		=> "like",
-							'prefix'	=> "%",
-							'suffix'	=> "%",
+							'op'		=> "=",
+							'prefix'	=> "",
+							'suffix'	=> "",
 							'datasource'	=> array ( 	'type'	=> 'SQL',
 										'querystring' => "SELECT domain_id,domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
 										'keyfield'=> 'domain_id',
diff --git a/server/conf/error/br/400.html b/server/conf/error/br/400.html
index 2a00585..e89e706 100644
--- a/server/conf/error/br/400.html
+++ b/server/conf/error/br/400.html
@@ -1,61 +1,63 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-   "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 - 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;
-        font-family: 'Trebuchet MS', sans-serif;
-        font-size: 80%;
-    }
-    h1 {}
-    h2 { font-size: 1.2em; }
-    #page{
-        background-color: #FFFFFF;
-        width: 60%;
-        margin: 24px auto;
-        padding: 12px;
-    }
-    #header {
-        padding: 6px ;
-        text-align: center;
-    }
-    .status3xx { background-color: #475076; color: #FFFFFF; }
-    .status4xx { background-color: #C55042; color: #FFFFFF; }
-    .status5xx { background-color: #F2E81A; color: #000000; }
-    #content {
-        padding: 4px 0 24px 0;
-    }
-    #footer {
-        color: #666666;
-        background: #f9f9f9;
-        padding: 10px 20px;
-        border-top: 5px #efefef solid;
-        font-size: 0.8em;
-        text-align: center;
-    }
-    #footer a {
-        color: #999999;
-    }
-    --></style>
-</head>
-<body>
-    <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>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "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 - 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;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header {
+        padding: 6px ;
+        text-align: center;
+    }
+    .status3xx { background-color: #475076; color: #FFFFFF; }
+    .status4xx { background-color: #C55042; color: #FFFFFF; }
+    .status5xx { background-color: #F2E81A; color: #000000; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    -->
+</style>
+</head>
+<body>
+<div id="page">
+  <div id="header" class="status4xx">
+    <h1>ERROR 400 - Requisi&ccedil;&atilde;o ruim!</h1>
+  </div>
+  <div id="content">
+    <h2>O seguinte erro ocorreu:</h2>
+    <p>Voc&ecirc; usou uma sintaxe inv&aacute;lida.</p>
+    <P>Se tiver qualquer d&uacute;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>
diff --git a/server/conf/error/br/401.html b/server/conf/error/br/401.html
index fdb9e0b..99b20cb 100644
--- a/server/conf/error/br/401.html
+++ b/server/conf/error/br/401.html
@@ -1,61 +1,61 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-   "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>ERRO 401 - Não autorizado!</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;
-        font-family: 'Trebuchet MS', sans-serif;
-        font-size: 80%;
-    }
-    h1 {}
-    h2 { font-size: 1.2em; }
-    #page{
-        background-color: #FFFFFF;
-        width: 60%;
-        margin: 24px auto;
-        padding: 12px;
-    }
-    #header {
-        padding: 6px ;
-        text-align: center;
-    }
-    .status3xx { background-color: #475076; color: #FFFFFF; }
-    .status4xx { background-color: #C55042; color: #FFFFFF; }
-    .status5xx { background-color: #F2E81A; color: #000000; }
-    #content {
-        padding: 4px 0 24px 0;
-    }
-    #footer {
-        color: #666666;
-        background: #f9f9f9;
-        padding: 10px 20px;
-        border-top: 5px #efefef solid;
-        font-size: 0.8em;
-        text-align: center;
-    }
-    #footer a {
-        color: #999999;
-    }
-    --></style>
-</head>
-<body>
-    <div id="page">
-        <div id="header" class="status4xx">
-            <h1>ERRO 401 - Não autorizado!</h1>
-        </div>
-        <div id="content">
-            <h2>O seguinte erro ocorreu:</h2>
-            <p>O endereço requisitado necessita de autorização para acesso. </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>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "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>ERRO 401 - N&atilde;o autorizado!</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;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header {
+        padding: 6px ;
+        text-align: center;
+    }
+    .status3xx { background-color: #475076; color: #FFFFFF; }
+    .status4xx { background-color: #C55042; color: #FFFFFF; }
+    .status5xx { background-color: #F2E81A; color: #000000; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    --></style>
+</head>
+<body>
+    <div id="page">
+        <div id="header" class="status4xx">
+            <h1>ERRO 401 - N&atilde;o autorizado!</h1>
+        </div>
+        <div id="content">
+            <h2>O seguinte erro ocorreu:</h2>
+            <p>O endere&ccedil;o requisitado necessita de autoriza&ccedil;&atilde;o para acesso. </p>
+			<P>Se tiver qualquer d&uacute;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>
diff --git a/server/conf/error/br/403.html b/server/conf/error/br/403.html
index d05d315..5e466d8 100644
--- a/server/conf/error/br/403.html
+++ b/server/conf/error/br/403.html
@@ -1,61 +1,61 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-   "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>ERRO 403 - Acesso negado!</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;
-        font-family: 'Trebuchet MS', sans-serif;
-        font-size: 80%;
-    }
-    h1 {}
-    h2 { font-size: 1.2em; }
-    #page{
-        background-color: #FFFFFF;
-        width: 60%;
-        margin: 24px auto;
-        padding: 12px;
-    }
-    #header {
-        padding: 6px ;
-        text-align: center;
-    }
-    .status3xx { background-color: #475076; color: #FFFFFF; }
-    .status4xx { background-color: #C55042; color: #FFFFFF; }
-    .status5xx { background-color: #F2E81A; color: #000000; }
-    #content {
-        padding: 4px 0 24px 0;
-    }
-    #footer {
-        color: #666666;
-        background: #f9f9f9;
-        padding: 10px 20px;
-        border-top: 5px #efefef solid;
-        font-size: 0.8em;
-        text-align: center;
-    }
-    #footer a {
-        color: #999999;
-    }
-    --></style>
-</head>
-<body>
-    <div id="page">
-        <div id="header" class="status4xx">
-            <h1>ERRO 403 - Acesso negado!</h1>
-        </div>
-        <div id="content">
-            <h2>O seguinte erro ocorreu:</h2>
-            <p>Não foi permitido o seu acesso ao endereço especificado. </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>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "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>ERRO 403 - Acesso negado!</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;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header {
+        padding: 6px ;
+        text-align: center;
+    }
+    .status3xx { background-color: #475076; color: #FFFFFF; }
+    .status4xx { background-color: #C55042; color: #FFFFFF; }
+    .status5xx { background-color: #F2E81A; color: #000000; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    --></style>
+</head>
+<body>
+    <div id="page">
+        <div id="header" class="status4xx">
+            <h1>ERRO 403 - Acesso negado!</h1>
+        </div>
+        <div id="content">
+            <h2>O seguinte erro ocorreu:</h2>
+            <p>N&atilde;o foi permitido o seu acesso ao endere&ccedil;o especificado. </p>
+			<P>Se tiver qualquer d&uacute;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>
diff --git a/server/conf/error/br/404.html b/server/conf/error/br/404.html
index e5a53bf..1a8266f 100644
--- a/server/conf/error/br/404.html
+++ b/server/conf/error/br/404.html
@@ -1,61 +1,61 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-   "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>ERRO 404 - Arquivo não encontrado!</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;
-        font-family: 'Trebuchet MS', sans-serif;
-        font-size: 80%;
-    }
-    h1 {}
-    h2 { font-size: 1.2em; }
-    #page{
-        background-color: #FFFFFF;
-        width: 60%;
-        margin: 24px auto;
-        padding: 12px;
-    }
-    #header {
-        padding: 6px ;
-        text-align: center;
-    }
-    .status3xx { background-color: #475076; color: #FFFFFF; }
-    .status4xx { background-color: #C55042; color: #FFFFFF; }
-    .status5xx { background-color: #F2E81A; color: #000000; }
-    #content {
-        padding: 4px 0 24px 0;
-    }
-    #footer {
-        color: #666666;
-        background: #f9f9f9;
-        padding: 10px 20px;
-        border-top: 5px #efefef solid;
-        font-size: 0.8em;
-        text-align: center;
-    }
-    #footer a {
-        color: #999999;
-    }
-    --></style>
-</head>
-<body>
-    <div id="page">
-        <div id="header" class="status4xx">
-            <h1>ERRO 404 - Arquivo não encontrado!</h1>
-        </div>
-        <div id="content">
-            <h2>O seguinte erro ocorreu:</h2>
-            <p>O endereço requisitado não foi encontrado neste servidor. </p>
-			<P>Se tiver qualquer dúvida extra sobre este erro cheque por atualizações neste endereço ou contate seu webmaster.</p>
-      </div>
-        <div id="footer">
-            <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
-        </div>
-    </div>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "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>ERRO 404 - Arquivo n&atilde;o encontrado!</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;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header {
+        padding: 6px ;
+        text-align: center;
+    }
+    .status3xx { background-color: #475076; color: #FFFFFF; }
+    .status4xx { background-color: #C55042; color: #FFFFFF; }
+    .status5xx { background-color: #F2E81A; color: #000000; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    --></style>
+</head>
+<body>
+    <div id="page">
+        <div id="header" class="status4xx">
+            <h1>ERRO 404 - Arquivo n&atilde;o encontrado!</h1>
+        </div>
+        <div id="content">
+            <h2>O seguinte erro ocorreu:</h2>
+            <p>O endere&ccedil;o requisitado n&atilde;o foi encontrado neste servidor. </p>
+			<P>Se tiver qualquer d&uacute;vida extra sobre este erro cheque por atualiza&ccedil;&otilde;es neste endere&ccedil;o ou contate seu webmaster.</p>
+      </div>
+        <div id="footer">
+            <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
+        </div>
+    </div>
+</body>
+</html>
diff --git a/server/conf/error/br/405.html b/server/conf/error/br/405.html
index cc23b89..6564ff2 100644
--- a/server/conf/error/br/405.html
+++ b/server/conf/error/br/405.html
@@ -1,61 +1,61 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-   "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>ERRO 405 - Método não permitido!</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;
-        font-family: 'Trebuchet MS', sans-serif;
-        font-size: 80%;
-    }
-    h1 {}
-    h2 { font-size: 1.2em; }
-    #page{
-        background-color: #FFFFFF;
-        width: 60%;
-        margin: 24px auto;
-        padding: 12px;
-    }
-    #header {
-        padding: 6px ;
-        text-align: center;
-    }
-    .status3xx { background-color: #475076; color: #FFFFFF; }
-    .status4xx { background-color: #C55042; color: #FFFFFF; }
-    .status5xx { background-color: #F2E81A; color: #000000; }
-    #content {
-        padding: 4px 0 24px 0;
-    }
-    #footer {
-        color: #666666;
-        background: #f9f9f9;
-        padding: 10px 20px;
-        border-top: 5px #efefef solid;
-        font-size: 0.8em;
-        text-align: center;
-    }
-    #footer a {
-        color: #999999;
-    }
-    --></style>
-</head>
-<body>
-    <div id="page">
-        <div id="header" class="status4xx">
-            <h1>ERRO 405 - Método não permitido!</h1>
-        </div>
-        <div id="content">
-            <h2>O seguinte erro ocorreu:</h2>
-            <p>O método utilizado não é permitido. </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>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "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>ERRO 405 - Método n&atilde;o permitido!</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;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header {
+        padding: 6px ;
+        text-align: center;
+    }
+    .status3xx { background-color: #475076; color: #FFFFFF; }
+    .status4xx { background-color: #C55042; color: #FFFFFF; }
+    .status5xx { background-color: #F2E81A; color: #000000; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    --></style>
+</head>
+<body>
+    <div id="page">
+        <div id="header" class="status4xx">
+            <h1>ERRO 405 - M&eacute;todo n&atilde;o permitido!</h1>
+        </div>
+        <div id="content">
+            <h2>O seguinte erro ocorreu:</h2>
+            <p>O m&eacute;todo utilizado n&atilde;o é permitido. </p>
+			<P>Se tiver qualquer d&uacute;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>
diff --git a/server/conf/error/br/500.html b/server/conf/error/br/500.html
index 330f47d..ea72c34 100644
--- a/server/conf/error/br/500.html
+++ b/server/conf/error/br/500.html
@@ -1,61 +1,61 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-   "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>ERRO 500 - Erro interno do servidor!</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;
-        font-family: 'Trebuchet MS', sans-serif;
-        font-size: 80%;
-    }
-    h1 {}
-    h2 { font-size: 1.2em; }
-    #page{
-        background-color: #FFFFFF;
-        width: 60%;
-        margin: 24px auto;
-        padding: 12px;
-    }
-    #header {
-        padding: 6px ;
-        text-align: center;
-    }
-    .status3xx { background-color: #475076; color: #FFFFFF; }
-    .status4xx { background-color: #C55042; color: #FFFFFF; }
-    .status5xx { background-color: #F2E81A; color: #000000; }
-    #content {
-        padding: 4px 0 24px 0;
-    }
-    #footer {
-        color: #666666;
-        background: #f9f9f9;
-        padding: 10px 20px;
-        border-top: 5px #efefef solid;
-        font-size: 0.8em;
-        text-align: center;
-    }
-    #footer a {
-        color: #999999;
-    }
-    --></style>
-</head>
-<body>
-    <div id="page">
-        <div id="header" class="status5xx">
-            <h1>ERRO 500 - Erro interno do servidor!</h1>
-        </div>
-        <div id="content">
-            <h2>O seguinte erro ocorreu:</h2>
-            <p>O erro no endereço requisitado foi causado por uma requisição interna do servidor inválida. </p>
-			<P>Se está mensagem se repetir muitas vezes contate seu webmaster.</p>
-      </div>
-        <div id="footer">
-            <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
-        </div>
-    </div>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "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>ERRO 500 - Erro interno do servidor!</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;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header {
+        padding: 6px ;
+        text-align: center;
+    }
+    .status3xx { background-color: #475076; color: #FFFFFF; }
+    .status4xx { background-color: #C55042; color: #FFFFFF; }
+    .status5xx { background-color: #F2E81A; color: #000000; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    --></style>
+</head>
+<body>
+    <div id="page">
+        <div id="header" class="status5xx">
+            <h1>ERRO 500 - Erro interno do servidor!</h1>
+        </div>
+        <div id="content">
+            <h2>O seguinte erro ocorreu:</h2>
+            <p>O erro no endere&ccedil;o requisitado foi causado por uma Requisi&ccedil;&atilde;o interna do servidor inv&aacute;lida. </p>
+			<P>Se est&aacute; mensagem se repetir muitas vezes contate seu webmaster.</p>
+      </div>
+        <div id="footer">
+            <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
+        </div>
+    </div>
+</body>
+</html>
diff --git a/server/conf/error/br/503.html b/server/conf/error/br/503.html
index aea971a..fe563ee 100644
--- a/server/conf/error/br/503.html
+++ b/server/conf/error/br/503.html
@@ -1,61 +1,61 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-   "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>ERRO 503 - Serviço Indisponível!</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;
-        font-family: 'Trebuchet MS', sans-serif;
-        font-size: 80%;
-    }
-    h1 {}
-    h2 { font-size: 1.2em; }
-    #page{
-        background-color: #FFFFFF;
-        width: 60%;
-        margin: 24px auto;
-        padding: 12px;
-    }
-    #header {
-        padding: 6px ;
-        text-align: center;
-    }
-    .status3xx { background-color: #475076; color: #FFFFFF; }
-    .status4xx { background-color: #C55042; color: #FFFFFF; }
-    .status5xx { background-color: #F2E81A; color: #000000; }
-    #content {
-        padding: 4px 0 24px 0;
-    }
-    #footer {
-        color: #666666;
-        background: #f9f9f9;
-        padding: 10px 20px;
-        border-top: 5px #efefef solid;
-        font-size: 0.8em;
-        text-align: center;
-    }
-    #footer a {
-        color: #999999;
-    }
-    --></style>
-</head>
-<body>
-    <div id="page">
-        <div id="header" class="status5xx">
-            <h1>ERRO 503 - Serviço Indisponível!</h1>
-        </div>
-        <div id="content">
-            <h2>O seguinte erro ocorreu:</h2>
-            <p>O serviço não está disponível no momento por uma sobrecarga temporária ou processo de manutenção. Por favor tente mais tarde.</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>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "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>ERRO 503 - Serviço Indisponível!</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;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header {
+        padding: 6px ;
+        text-align: center;
+    }
+    .status3xx { background-color: #475076; color: #FFFFFF; }
+    .status4xx { background-color: #C55042; color: #FFFFFF; }
+    .status5xx { background-color: #F2E81A; color: #000000; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    --></style>
+</head>
+<body>
+    <div id="page">
+        <div id="header" class="status5xx">
+            <h1>ERRO 503 - Servi&ccedil;o Indispon&iacute;vel!</h1>
+        </div>
+        <div id="content">
+            <h2>O seguinte erro ocorreu:</h2>
+            <p>O servi&ccedil;o n&atilde;o est&aacute; dispon&iacute;vel no momento por uma sobrecarga tempor&aacute;ria ou processo de manutenç&atilde;o. Por favor tente mais tarde</p>
+			<P>Se tiver qualquer d&uacute;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>
diff --git a/server/conf/index/standard_index.html_br b/server/conf/index/standard_index.html_br
index f47f71e..abce2af 100644
--- a/server/conf/index/standard_index.html_br
+++ b/server/conf/index/standard_index.html_br
@@ -49,8 +49,8 @@
         </div>
         <div id="content">
             <h2>Esta é a página index padrão de seu site.</h2>
-            <p>Este arquivo pode ser reescrito ou subistituído sem quaisquer dificuldades. Esta página é produzida pelo arquivo <b>index.html</b> contido no diretório <b>web</b>.</p>
-            <p>Tendo quaisquer dúvidas ou problemas contate o <!--SUPPORT//-->suporte<!--SUPPORT//-->.</p>
+            <p>Este arquivo pode ser reescrito ou subistitu&iacute;do sem quaisquer dificuldades. Esta p&aacute;gina &eacute; produzida pelo arquivo <b>index.html</b> contido no diret&oacute;rio <b>web</b>.</p>
+            <p>Tendo quaisquer d&uacute;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>
diff --git a/server/conf/index/user_standard_index.html_br b/server/conf/index/user_standard_index.html_br
index 77db42f..88cc913 100644
--- a/server/conf/index/user_standard_index.html_br
+++ b/server/conf/index/user_standard_index.html_br
@@ -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 &eacute; a p&aacute;gina index padr&atilde;o para o usu&aacute;rio <b>{USER_USERNAME}</b>.</h2>
+            <p>Este arquivo pode ser reescrito ou subistitu&iacute;do sem quaisquer dificuldades. Esta p&aacute;gina &eacute; produzida pelo arquivo <b>index.html</b> no diretório <b>user/{USER_USERNAME}/web</b>.</p>
+            <p>Tendo quaisquer d&uacute;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