move info to the left
This commit is contained in:
parent
0396573b91
commit
8dc316797f
@ -2282,16 +2282,10 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Mandatory period
|
// Mandatory period
|
||||||
|
|
||||||
print '<tr><td class="titlefield">'.$langs->trans("mandatoryperiod").'</td><td>';
|
|
||||||
print '<input type="checkbox" name="mandatoryperiod"'.($object->mandatory_period == 1 ? ' checked="checked"' : '').' disabled/> ';
|
|
||||||
print '</td>';
|
|
||||||
|
|
||||||
$htmltooltip = '<br>'.$langs->trans("mandatoryHelper");
|
$htmltooltip = '<br>'.$langs->trans("mandatoryHelper");
|
||||||
|
print '<tr><td class="titlefield">'.$langs->trans("mandatoryperiod");
|
||||||
|
print $form->textwithpicto('', $htmltooltip, 1, 0).'</td><td>';
|
||||||
print '<td class="center">';
|
print '<input type="checkbox" name="mandatoryperiod"'.($object->mandatory_period == 1 ? ' checked="checked"' : '').' disabled/> ';
|
||||||
print $form->textwithpicto('', $htmltooltip, 1, 0);
|
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
} else {
|
} else {
|
||||||
if (empty($conf->global->PRODUCT_DISABLE_NATURE)) {
|
if (empty($conf->global->PRODUCT_DISABLE_NATURE)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user