From 7b56b1f6448acd3ac7ca6243c659fbc7d4b636a1 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Mon, 8 Aug 2011 12:22:05 +0200 Subject: verschiedenes --- application/views/scripts/person/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/views') diff --git a/application/views/scripts/person/index.phtml b/application/views/scripts/person/index.phtml index e90ab79..facacac 100644 --- a/application/views/scripts/person/index.phtml +++ b/application/views/scripts/person/index.phtml @@ -5,7 +5,7 @@ label { } formButton('editperson', 'Edit', array( - 'onclick' => 'self.location="' . $this->pbs2host . '/user/person/edit/"', + 'onclick' => 'window.open("http://' . $this->pbs2host . '/user/person/edit/");return false;', 'class' => 'rightbutton'))?>
-- cgit v1.2.3-55-g7522