|
|
@@ -464,6 +464,23 @@ function cwp7_UsageUpdate($params) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+/**
|
|
|
+ * Additional actions a client user can invoke.
|
|
|
+ *
|
|
|
+ * Define additional actions a client user can perform for an instance of a
|
|
|
+ * product/service.
|
|
|
+ *
|
|
|
+ * Any actions you define here will be automatically displayed in the available
|
|
|
+ * list of actions within the client area.
|
|
|
+ *
|
|
|
+ * @return array
|
|
|
+ */
|
|
|
+function cwp7_ClientAreaCustomButtonArray ($params) {
|
|
|
+ return array(
|
|
|
+ 'Neue Domaine' => 'newDomain',
|
|
|
+ );
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Additional actions a client user can invoke.
|
|
|
*
|