Debug v17
This commit is contained in:
parent
35c6433316
commit
fc67d49973
@ -1725,7 +1725,7 @@ while ($i < min($num, $limit)) {
|
||||
|
||||
if (!empty($arrayfields['s.fk_stcomm']['checked'])) {
|
||||
// Prospect status
|
||||
print '<td class="center nowrap"><div class="nowrap">';
|
||||
print '<td class="center nowrap"><div class="nowraponall">';
|
||||
print '<div class="inline-block">';
|
||||
print $companystatic->LibProspCommStatut($obj->stcomm_id, 2, $prospectstatic->cacheprospectstatus[$obj->stcomm_id]['label'], $obj->stcomm_picto);
|
||||
print '</div> - <div class="inline-block">';
|
||||
|
||||
@ -2111,7 +2111,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
||||
print '</tr>';
|
||||
|
||||
// Firstname
|
||||
print "<tr>".'<td>'.$langs->trans("Firstname").'</td>';
|
||||
print '<tr><td>'.$langs->trans("Firstname").'</td>';
|
||||
print '<td>';
|
||||
if ($caneditfield && !$object->ldap_sid) {
|
||||
print '<input class="minwidth100" type="text" class="flat" name="firstname" value="'.$object->firstname.'">';
|
||||
@ -2239,7 +2239,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
||||
print '</td></tr>';
|
||||
|
||||
// Hierarchy
|
||||
print '<tr><td class="titlefield">'.$langs->trans("HierarchicalResponsible").'</td>';
|
||||
print '<tr><td class="titlefieldcreate">'.$langs->trans("HierarchicalResponsible").'</td>';
|
||||
print '<td>';
|
||||
if ($caneditfield) {
|
||||
print img_picto('', 'user').$form->select_dolusers($object->fk_user, 'fk_user', 1, array($object->id), 0, '', 0, $object->entity, 0, 0, '', 0, '', 'widthcentpercentminusx maxwidth300');
|
||||
@ -2254,7 +2254,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
||||
|
||||
// Expense report validator
|
||||
if (isModEnabled('expensereport')) {
|
||||
print '<tr><td class="titlefield">';
|
||||
print '<tr><td class="titlefieldcreate">';
|
||||
$text = $langs->trans("ForceUserExpenseValidator");
|
||||
print $form->textwithpicto($text, $langs->trans("ValidatorIsSupervisorByDefault"), 1, 'help');
|
||||
print '</td>';
|
||||
@ -2273,7 +2273,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
||||
|
||||
// Holiday request validator
|
||||
if (isModEnabled('holiday')) {
|
||||
print '<tr><td class="titlefield">';
|
||||
print '<tr><td class="titlefieldcreate">';
|
||||
$text = $langs->trans("ForceUserHolidayValidator");
|
||||
print $form->textwithpicto($text, $langs->trans("ValidatorIsSupervisorByDefault"), 1, 'help');
|
||||
print '</td>';
|
||||
@ -2336,8 +2336,11 @@ if ($action == 'create' || $action == 'adduserldap') {
|
||||
print '</td></tr>';
|
||||
|
||||
|
||||
print '</table><hr><table class="border centpercent">';
|
||||
print '</table>';
|
||||
|
||||
print '<hr>';
|
||||
|
||||
print '<table class="border centpercent">';
|
||||
|
||||
// Date access validity
|
||||
print '<tr><td>'.$langs->trans("RangeOfLoginValidity").'</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user