0 id must match with id of current user $form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user $form["auth_preset"]["perm_user"] = 'riud'; //r = read, i = insert, u = update, d = delete $form["auth_preset"]["perm_group"] = 'riud'; //r = read, i = insert, u = update, d = delete $form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete $form["tabs"]['informations'] = array ( 'title' => "Informations", // Need to translate with variable 'width' => 100, 'template' => "templates/proxmox_vm_informations.htm", 'readonly' => true, 'fields' => array ( //################################# // Begin Datatable fields //################################# 'id' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', 'default' => '', 'value' => '', 'separator' => '', 'width' => '30', 'maxlength' => '255', 'rows' => '', 'cols' => '', 'searchable' => 2 ), //################################# // ENDE Datatable fields //################################# ) ); $form["tabs"]['graphics'] = array ( 'title' => "Graphics", // Need to translate with variable 'width' => 100, 'template' => "templates/proxmox_vm_graphiques.htm", 'readonly' => true, ); ?>