diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php index 28e9ea0dc7c..29078c054a5 100644 --- a/htdocs/projet/list.php +++ b/htdocs/projet/list.php @@ -973,10 +973,11 @@ if (!empty($arrayfields['p.datee']['checked'])) { print ''; print ''; } +// Visibility if (!empty($arrayfields['p.public']['checked'])) { print ''; $array = array(''=>'', 0 => $langs->trans("PrivateProject"), 1 => $langs->trans("SharedProject")); - print $form->selectarray('search_public', $array, $search_public); + print $form->selectarray('search_public', $array, $search_public, 0, 0, 0, '', 0, 0, 0, '', 'maxwidth75'); print ''; } if (!empty($arrayfields['c.assigned']['checked'])) {