Update viewcat.php

This commit is contained in:
Frédéric FRANCE 2021-10-23 22:39:27 +02:00 committed by GitHub
parent 3a7ae07896
commit 993226000a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1048,7 +1048,7 @@ if ($type == Categorie::TYPE_USER) {
print '<table class="noborder centpercent">';
print '<tr class="liste_titre"><td>';
print $langs->trans("AddProjectIntoCategory").' &nbsp;';
$form->select_dolusers('', 'elemid');
print $form->select_dolusers('', 'elemid');
print '<input type="submit" class="button buttongen" value="'.$langs->trans("ClassifyInCategory").'"></td>';
print '</tr>';
print '</table>';