From 92ff6a95f4948cf42f43065dd10fa5a8c38af2fd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 6 Oct 2022 18:25:01 +0200 Subject: [PATCH] CSS --- htdocs/projet/list.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'])) {