From 1e4983a22bb8eee3ad3c359568354672799c084f Mon Sep 17 00:00:00 2001 From: steinm Date: Fri, 18 Feb 2011 16:17:37 +0000 Subject: [PATCH] - allow to set targer field which is updated when closing the dialog --- out/out.KeywordChooser.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/out/out.KeywordChooser.php b/out/out.KeywordChooser.php index c05cf65bf..975dc5ef7 100644 --- a/out/out.KeywordChooser.php +++ b/out/out.KeywordChooser.php @@ -33,13 +33,18 @@ foreach($allusers as $u) { } $categories = $dms->getAllKeywordCategories($userids); +if($_GET['target']) { + $target = $_GET['target']; +} else { + $target = 'form1'; +} UI::htmlStartPage(getMLText("use_default_keywords")); ?>