rfe #2657696 Automatically copy generated password

This commit is contained in:
Marc Delisle
2009-05-04 16:32:16 +00:00
parent 55a516e39c
commit 70c6e5a32c
4 changed files with 4 additions and 18 deletions

View File

@@ -784,7 +784,6 @@ function PMA_displayLoginInformationFields($mode = 'new')
. '</label>' . "\n"
. '<span class="options">' . "\n"
. ' <input type="button" id="button_generate_password" value="' . $GLOBALS['strGenerate'] . '" onclick="suggestPassword()" />' . "\n"
. ' <input type="button" id="button_copy_password" value="' . $GLOBALS['strCopy'] . '" onclick="suggestPasswordCopy(this.form)" />' . "\n"
. '</span>' . "\n"
. '<input type="text" name="generated_pw" id="generated_pw" />' . "\n"
. '</div>' . "\n"