CSS
This commit is contained in:
parent
596ba8d679
commit
db11f0f58d
@ -1157,7 +1157,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Contributor
|
// Contributor
|
||||||
print '<td class="maxwidthonsmartphone">';
|
print '<td class="maxwidthonsmartphone nowraponall">';
|
||||||
print img_object('', 'user', 'class="hideonsmartphone"');
|
print img_object('', 'user', 'class="hideonsmartphone"');
|
||||||
$contactsofproject = $projectstatic->getListContactId('internal');
|
$contactsofproject = $projectstatic->getListContactId('internal');
|
||||||
if (count($contactsofproject) > 0)
|
if (count($contactsofproject) > 0)
|
||||||
@ -1202,9 +1202,8 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
|
|||||||
}
|
}
|
||||||
|
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
print '<input type="submit" name="save" class="button" value="'.$langs->trans("Add").'">';
|
print '<input type="submit" name="save" class="button buttongen marginleftonly marginbottomonly" value="'.$langs->trans("Add").'">';
|
||||||
print ' ';
|
print '<input type="submit" name="cancel" class="button buttongen marginleftonly" value="'.$langs->trans("Cancel").'">';
|
||||||
print '<input type="submit" name="cancel" class="button" value="'.$langs->trans("Cancel").'">';
|
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user