mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Debug v20
This commit is contained in:
@@ -842,16 +842,14 @@ print '<input type="submit" class="button small reposition" name="PROJECT_TIMESH
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
|
||||
$key = 'PROJECT_DISPLAY_LINKED_BY_CONTACT';
|
||||
echo '<tr class="oddeven">',
|
||||
'<td class="left">',
|
||||
$form->textwithpicto($langs->transnoentities($key), $langs->transnoentities($key . '_help')),
|
||||
'</td>',
|
||||
'<td class="right" colspan="2">',
|
||||
ajax_constantonoff($key),
|
||||
'</td>',
|
||||
'</tr>';
|
||||
|
||||
print '<tr class="oddeven">';
|
||||
print '<td class="left">';
|
||||
print $form->textwithpicto($langs->transnoentities('PROJECT_DISPLAY_LINKED_BY_CONTACT'), $langs->transnoentities('PROJECT_DISPLAY_LINKED_BY_CONTACT_help'));
|
||||
print '</td>';
|
||||
print '<td class="right" colspan="2">';
|
||||
print ajax_constantonoff('PROJECT_DISPLAY_LINKED_BY_CONTACT');
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
|
||||
print '</table>';
|
||||
print '</div>';
|
||||
|
||||
Reference in New Issue
Block a user