mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
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:
parent
57015cf756
commit
8fb1fa5482
21 changed files with 1031 additions and 926 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue