Admin interface translated to Russian, bugfixes.

Note, TESTING PURPOSES ONLY, ERROR_REPORTING = E_ALL.

Pending: User interface to Russian, English Re-Translation, E_NOTICE
fixes
This commit is contained in:
ZonD Eighty 2013-01-15 15:40:26 +04:00
commit 8fb1fa5482
21 changed files with 1031 additions and 926 deletions

View file

@ -61,7 +61,7 @@ top_panel($user,$TAB);
unset($output);
if (empty($_SESSION['error_msg'])) {
$_SESSION['ok_msg'] = _("DOMAIN_MAIL_CREATED_OK",$_POST[v_domain],$_POST[v_domain]);
$_SESSION['ok_msg'] = _("DOMAIN_MAIL_CREATED_OK",$_POST['v_domain'],$_POST['v_domain']);
unset($v_domain);
}
}
@ -162,7 +162,7 @@ top_panel($user,$TAB);
if ((empty($_GET['domain'])) && (empty($_POST['domain']))) {
$v_domain = $_GET['domain'];
$v_domain = (isset($_GET['domain'])?$_GET['domain']:'');
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/add_mail.html');
unset($_SESSION['error_msg']);
unset($_SESSION['ok_msg']);