/**
  * Display field unicity criterias form
  **/
 function showFormFieldUnicity()
 {
     global $CFG_GLPI;
     $unicity = new FieldUnicity();
     $unicity->showForm(1, -1);
 }