diff --git a/modules/user_games/edit_home.php b/modules/user_games/edit_home.php index 458fe986..7f1f1fbb 100644 --- a/modules/user_games/edit_home.php +++ b/modules/user_games/edit_home.php @@ -710,12 +710,14 @@ function exec_ogp_module() echo ""; echo ""; echo "". get_lang("change_name_info") .""; + $copy_password_js = "if(navigator.clipboard&&navigator.clipboard.writeText){navigator.clipboard.writeText(this.form[this.getAttribute('data-copy-field')].value);}else{this.form[this.getAttribute('data-copy-field')].select();document.execCommand('copy');}"; // Form to edit control password echo "". get_lang("game_control_password") .":"; echo "
"; echo "\n"; - echo ""; + echo ""; + echo ""; echo ""; echo "
"; echo "". get_lang("change_control_password_info") .""; @@ -754,7 +756,8 @@ function exec_ogp_module() // Form to edit control ftp password echo "". get_lang("server_ftp_password") .":"; echo "
"; - echo ""; + echo ""; + echo ""; echo ""; echo "
"; echo "". get_lang("change_ftp_password_info") ."";