changed password change link

This commit is contained in:
Roland Gruber 2011-12-08 19:45:47 +00:00
parent bc846739fe
commit 6376cae6e3
1 changed files with 2 additions and 2 deletions

View File

@ -1080,8 +1080,8 @@ class accountContainer {
}
if ($this->showSetPasswordButton()) {
echo "    ";
echo '<a href="#" onclick="passwordShowChangeDialog(\'' . _('Set password') . '\', \'' . _('Ok') . '\', \''
. _('Cancel') . '\', \'' . _('Set random password') . '\', \'../misc/ajax.php?function=passwordChange\');" id="modPasswordButton">' . _('Set password') . "</a> \n";
echo '<button type="button" onclick="passwordShowChangeDialog(\'' . _('Set password') . '\', \'' . _('Ok') . '\', \''
. _('Cancel') . '\', \'' . _('Set random password') . '\', \'../misc/ajax.php?function=passwordChange\');" id="modPasswordButton">' . _('Set password') . "</button> \n";
}
echo "</td>";
echo "<td align=\"right\">";