[ "Type" => "dropdown", # Dropdown Choice of Options "Options" => $emailTemplates, "Description" => "E-Mail Template auswählen", "Default" => "option1" ], "Suspend_Mail" => [ "Type" => "dropdown", # Dropdown Choice of Options "Options" => $emailTemplates, "Description" => "E-Mail Template auswählen", "Default" => "option1" ], "Unsuspend_Mail" => [ "Type" => "dropdown", # Dropdown Choice of Options "Options" => $emailTemplates, "Description" => "E-Mail Template auswählen", "Default" => "option1" ], "ChangePackage_Mail" => [ "Type" => "dropdown", # Dropdown Choice of Options "Options" => $emailTemplates, "Description" => "E-Mail Template auswählen", "Default" => "option1" ], "Terminate_Mail" => [ "Type" => "dropdown", # Dropdown Choice of Options "Options" => $emailTemplates, "Description" => "E-Mail Template auswählen", "Default" => "option1" ], ); return $configOptions; } function serviceAddon_MetaData() { } function serviceAddon_AdminCustomButtonArray($params) { } function serviceAddon_AdminServicesTabFields($params) { } function serviceAddon_ClientArea($params) { return array( 'tabOverviewReplacementTemplate' => 'templates/clientarea', 'vars' => array( 'test1' => 'hello', 'test2' => 'world', ), ); }