~ubuntu-branches/ubuntu/lucid/phpmyadmin/lucid

« back to all changes in this revision

Viewing changes to libraries/display_change_password.lib.php

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2010-03-08 15:25:00 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100308152500-6e8hmuqc5co39de5
Tags: 4:3.3.0-1
* New upstream version.
* Rediff debian/patches.
* Fix permissions on mediawiki export extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/**
4
4
 * Displays form for password change
5
5
 *
6
 
 * @version $Id: display_change_password.lib.php 12391 2009-05-04 16:32:16Z lem9 $
 
6
 * @version $Id: display_change_password.lib.php 12642 2009-07-12 12:13:11Z helmo $
7
7
 * @package phpMyAdmin
8
8
 */
9
9
if (! defined('PHPMYADMIN')) {
72
72
            <?php echo $strGeneratePassword; ?>
73
73
        </td>
74
74
        <td>
75
 
            <input type="button" id="button_generate_password" value="<?php echo $strGenerate; ?>" onclick="suggestPassword()" />
 
75
            <input type="button" id="button_generate_password" value="<?php echo $strGenerate; ?>" onclick="suggestPassword(this.form)" />
76
76
            <input type="text" name="generated_pw" id="generated_pw" />
77
77
        </td>
78
78
        </tr>