bug 1427707, radio button unselectable
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2006-03-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* server_privileges.php: bug #1427707 Priv->user->pass radio buttons
|
||||
unselectable: Sebastian's fix was not in HEAD
|
||||
|
||||
2006-03-20 Alexander M. Turek <me@derrabus.de>
|
||||
* Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
|
||||
|
||||
|
@@ -1883,16 +1883,16 @@ if ( empty( $adduser ) && ( ! isset( $checkprivs ) || ! strlen($checkprivs) ) )
|
||||
. '<fieldset id="fieldset_change_password">' . "\n"
|
||||
. ' <legend>' . $GLOBALS['strChangePassword'] . '</legend>' . "\n"
|
||||
. ' <table class="data">' . "\n"
|
||||
. ' <tr class="odd">' . "\n"
|
||||
. ' <td><input type="radio" name="nopass" value="1" id="radio_nopass_1" onclick="pma_pw.value=\'\'; pma_pw2.value=\'\';" /></td>' . "\n"
|
||||
. ' <tr class="odd noclick">' . "\n"
|
||||
. ' <td><input type="radio" name="nopass" value="1" id="radio_nopass_1" onclick="pw_pma_pw.value=\'\'; pw_pma_pw2.value=\'\';" /></td>' . "\n"
|
||||
. ' <td colspan="2"><label for="radio_nopass_1">' . $GLOBALS['strNoPassword'] . '</label></td>' . "\n"
|
||||
. ' </tr>' . "\n"
|
||||
. ' <tr class="even">' . "\n"
|
||||
. ' <tr class="even noclick">' . "\n"
|
||||
. ' <td><input type="radio" name="nopass" value="0" id="radio_nopass_0" onclick="document.getElementById(\'pw_pma_pw\').focus();" /></td>' . "\n"
|
||||
. ' <td><label for="radio_nopass_0">' . $GLOBALS['strPassword'] . ':</label></td>' . "\n"
|
||||
. ' <td><input type="password" name="pma_pw" id="pw_pma_pw" onchange="nopass[1].checked = true;" /></td>' . "\n"
|
||||
. ' </tr>' . "\n"
|
||||
. ' <tr class="odd">' . "\n"
|
||||
. ' <tr class="odd noclick">' . "\n"
|
||||
. ' <td></td>' . "\n"
|
||||
. ' <td><label for="pw_pma_pw2">' . $GLOBALS['strReType'] . ':</label></td>' . "\n"
|
||||
. ' <td><input type="password" name="pma_pw2" id="pw_pma_pw2" onchange="nopass[1].checked = true;" /></td>' . "\n"
|
||||
|
Reference in New Issue
Block a user