diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-09-18 23:37:39 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-09-18 23:37:39 +0200 |
commit | 3145e550a3c96afff8536cf3418cd30d41341467 (patch) | |
tree | 7a5d58a99da4fa2ad5a3d65cc34bf33c5c86ca10 /pages/account | |
parent | 0f14457e5f24a78de02af90b535b9a1d80ce6281 (diff) | |
download | cacert-devel-3145e550a3c96afff8536cf3418cd30d41341467.tar.gz cacert-devel-3145e550a3c96afff8536cf3418cd30d41341467.tar.xz cacert-devel-3145e550a3c96afff8536cf3418cd30d41341467.zip |
Fix proposed by Uli in https://bugs.cacert.org/view.php?id=789
Diffstat (limited to 'pages/account')
-rwxr-xr-x[-rw-r--r--] | pages/account/29.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/account/29.php b/pages/account/29.php index c1a3def..bc930f6 100644..100755 --- a/pages/account/29.php +++ b/pages/account/29.php @@ -35,7 +35,8 @@ <td class="DataTD"><input type="text" name="domainname" value="<?=sanitizeHTML($_SESSION['_config']['domain'])?>"></td> </tr> <tr> - <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Update")?>"></td> + <td class="DataTD"><input type="submit" name="process" value="<?=_("Cancel")?>"></td> + <td class="DataTD"><input type="submit" name="process" value="<?=_("Update")?>"></td> </tr> </table> <input type="hidden" name="oldid" value="<?=intval($id)?>"> |