diff options
author | Michael Tänzer <neo@nhng.de> | 2011-08-17 00:12:39 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-08-17 00:12:39 +0200 |
commit | a6e492df7f1b33ad6cd07a5b885d15dd06b4e361 (patch) | |
tree | 02bba2e415a7f8c2050522335b49ed697525aa76 /pages/account/30.php | |
parent | 32038d25e6997a4d5366c4829931279dabe608cb (diff) | |
download | cacert-devel-a6e492df7f1b33ad6cd07a5b885d15dd06b4e361.tar.gz cacert-devel-a6e492df7f1b33ad6cd07a5b885d15dd06b4e361.tar.xz cacert-devel-a6e492df7f1b33ad6cd07a5b885d15dd06b4e361.zip |
bug 966: never set POST["process"] on cancel in forms
I hope I got them all
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages/account/30.php')
-rw-r--r-- | pages/account/30.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/30.php b/pages/account/30.php index 30c86f3..33eeca8 100644 --- a/pages/account/30.php +++ b/pages/account/30.php @@ -34,7 +34,7 @@ <td class="DataTD" colspan="2"><? printf(_("Are you really sure you want to remove %s and all certificates issued under this domain?"), sanitizeHTML($row['domain'])); ?></td> </tr> <tr> - <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Cancel")?>"> + <td class="DataTD" colspan="2"><input type="submit" name="cancel" value="<?=_("Cancel")?>"> <input type="submit" name="process" value="<?=_("Delete")?>"></td> </tr> </table> |