зеркало из https://github.com/mozilla/pjs.git
Bug 231056 Misspelling of "parameters" in editparams.cgi when no password is given
patch by david_costanzo@yahoo.com r=timeless
This commit is contained in:
Родитель
87278e03d7
Коммит
232f7b56e9
|
@ -39,7 +39,7 @@ print "Content-type: text/html\n\n";
|
||||||
|
|
||||||
unless ((defined($::FORM{password})) && (CheckPassword($::FORM{password}))) {
|
unless ((defined($::FORM{password})) && (CheckPassword($::FORM{password}))) {
|
||||||
print "<form method=post action=editparams.cgi><table>\n";
|
print "<form method=post action=editparams.cgi><table>\n";
|
||||||
print "<H2>Sorry, you must enter a password to see Bonsai paramters.</H2>\n";
|
print "<H2>Sorry, you must enter a password to see Bonsai parameters.</H2>\n";
|
||||||
print "<hr><B>Enter password to access parameters:</B> <INPUT NAME=password TYPE=password> <BR>";
|
print "<hr><B>Enter password to access parameters:</B> <INPUT NAME=password TYPE=password> <BR>";
|
||||||
print "</form>\n";
|
print "</form>\n";
|
||||||
print "<input type=submit value=\"Enter Password\">\n";
|
print "<input type=submit value=\"Enter Password\">\n";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче