diff --git a/web/zm_actions.php b/web/zm_actions.php index d7b77a301..f6d2e586d 100644 --- a/web/zm_actions.php +++ b/web/zm_actions.php @@ -457,6 +457,7 @@ if ( $action ) $changes = array(); if ( $new_username != $row[Username] ) $changes[] = "Username = '$new_username'"; if ( $new_password != $row[Password] ) $changes[] = "Password = password('$new_password')"; + if ( $new_username != $row[Language] ) $changes[] = "Language = '$new_language'"; if ( $new_enabled != $row[Enabled] ) $changes[] = "Enabled = '$new_enabled'"; if ( $new_stream != $row[Stream] ) $changes[] = "Stream = '$new_stream'"; if ( $new_events != $row[Events] ) $changes[] = "Events = '$new_events'"; diff --git a/web/zm_config.php.z b/web/zm_config.php.z index ecf02b656..87da246b5 100644 --- a/web/zm_config.php.z +++ b/web/zm_config.php.z @@ -144,7 +144,7 @@ $jws = array( 'options' => array( 'w'=>760, 'h'=>440 ), 'optionhelp' => array( 'w'=>320, 'h'=>240 ), 'restarting' => array( 'w'=>250, 'h'=>150 ), - 'user' => array( 'w'=>230, 'h'=>320 ), + 'user' => array( 'w'=>230, 'h'=>340 ), 'settings' => array( 'w'=>200, 'h'=>225 ), 'logout' => array( 'w'=>200, 'h'=>100 ), 'bandwidth' => array( 'w'=>200, 'h'=>90 ), diff --git a/web/zm_html_view_options.php b/web/zm_html_view_options.php index 863e9ce63..a38a06d02 100644 --- a/web/zm_html_view_options.php +++ b/web/zm_html_view_options.php @@ -143,7 +143,7 @@ function validateForm( form ) - + @@ -162,7 +162,7 @@ function validateForm( form ) -******** + diff --git a/web/zm_html_view_user.php b/web/zm_html_view_user.php index 1a0b096be..19c056b82 100644 --- a/web/zm_html_view_user.php +++ b/web/zm_html_view_user.php @@ -76,6 +76,7 @@ function closeWindow() + $zmSlangNo, 1=>$zmSlangYes ); diff --git a/web/zm_lang.php b/web/zm_lang.php index 5d26759ba..98d59465e 100644 --- a/web/zm_lang.php +++ b/web/zm_lang.php @@ -1,12 +1,24 @@