diff options
| author | Simon | 2011-04-05 12:58:56 +0200 |
|---|---|---|
| committer | Simon | 2011-04-05 12:58:56 +0200 |
| commit | d106362ad158554ee09debf48ec0249ef8e2c599 (patch) | |
| tree | b52279d6a1ba80ad3417a7ffd8853ee50c061a00 /application/modules/dev/forms/ConfirmDeleteAccount.php | |
| parent | Unterstriche in Spaltentitel erlaubt(danke Michi...) (diff) | |
| parent | weiteres Recht hinzugefügt (diff) | |
| download | pbs2-d106362ad158554ee09debf48ec0249ef8e2c599.tar.gz pbs2-d106362ad158554ee09debf48ec0249ef8e2c599.tar.xz pbs2-d106362ad158554ee09debf48ec0249ef8e2c599.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/dev/forms/ConfirmDeleteAccount.php')
| -rw-r--r-- | application/modules/dev/forms/ConfirmDeleteAccount.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/modules/dev/forms/ConfirmDeleteAccount.php b/application/modules/dev/forms/ConfirmDeleteAccount.php index c093996..b82bf0b 100644 --- a/application/modules/dev/forms/ConfirmDeleteAccount.php +++ b/application/modules/dev/forms/ConfirmDeleteAccount.php @@ -18,10 +18,8 @@ class dev_Form_ConfirmDeleteAccount extends Zend_Form 'required' => false, 'ignore' => true, 'label' => 'Cancel', - 'onclick' => 'location.href="' . $_SERVER['HTTP_REFERER'] . '"', + 'onclick' => 'location.href="javascript:history.back();"', )); } - - } |
