summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/forms/ConfirmDeleteAccount.php
diff options
context:
space:
mode:
authorSimon2011-04-05 12:58:56 +0200
committerSimon2011-04-05 12:58:56 +0200
commitd106362ad158554ee09debf48ec0249ef8e2c599 (patch)
treeb52279d6a1ba80ad3417a7ffd8853ee50c061a00 /application/modules/dev/forms/ConfirmDeleteAccount.php
parentUnterstriche in Spaltentitel erlaubt(danke Michi...) (diff)
parentweiteres Recht hinzugefügt (diff)
downloadpbs2-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.php4
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();"',
));
}
-
-
}