summaryrefslogtreecommitdiff
path: root/pages/account/30.php
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2011-08-17 00:12:39 +0200
committerMichael Tänzer <neo@nhng.de>2011-08-17 00:12:39 +0200
commita6e492df7f1b33ad6cd07a5b885d15dd06b4e361 (patch)
tree02bba2e415a7f8c2050522335b49ed697525aa76 /pages/account/30.php
parent32038d25e6997a4d5366c4829931279dabe608cb (diff)
downloadcacert-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.php2
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>