|
|
@@ -88,31 +88,31 @@ function serviceAddon_ConfigOptions(array $params) {
|
|
|
}
|
|
|
$configOptions = array(
|
|
|
"Create_Mail" => [
|
|
|
- "Type" => "dropdown", # Dropdown Choice of Options
|
|
|
+ "Type" => "dropdown",
|
|
|
"Options" => $emailTemplates,
|
|
|
"Description" => "E-Mail Template auswählen",
|
|
|
"Default" => "option1"
|
|
|
],
|
|
|
"Suspend_Mail" => [
|
|
|
- "Type" => "dropdown", # Dropdown Choice of Options
|
|
|
+ "Type" => "dropdown",
|
|
|
"Options" => $emailTemplates,
|
|
|
"Description" => "E-Mail Template auswählen",
|
|
|
"Default" => "option1"
|
|
|
],
|
|
|
"Unsuspend_Mail" => [
|
|
|
- "Type" => "dropdown", # Dropdown Choice of Options
|
|
|
+ "Type" => "dropdown",
|
|
|
"Options" => $emailTemplates,
|
|
|
"Description" => "E-Mail Template auswählen",
|
|
|
"Default" => "option1"
|
|
|
],
|
|
|
"ChangePackage_Mail" => [
|
|
|
- "Type" => "dropdown", # Dropdown Choice of Options
|
|
|
+ "Type" => "dropdown",
|
|
|
"Options" => $emailTemplates,
|
|
|
"Description" => "E-Mail Template auswählen",
|
|
|
"Default" => "option1"
|
|
|
],
|
|
|
"Terminate_Mail" => [
|
|
|
- "Type" => "dropdown", # Dropdown Choice of Options
|
|
|
+ "Type" => "dropdown",
|
|
|
"Options" => $emailTemplates,
|
|
|
"Description" => "E-Mail Template auswählen",
|
|
|
"Default" => "option1"
|