CSS
This commit is contained in:
parent
c7befd9acc
commit
a914ffa42c
@ -849,7 +849,7 @@ function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$t
|
|||||||
|
|
||||||
// Contacts of task
|
// Contacts of task
|
||||||
if (count($arrayfields) > 0 && !empty($arrayfields['c.assigned']['checked'])) {
|
if (count($arrayfields) > 0 && !empty($arrayfields['c.assigned']['checked'])) {
|
||||||
print '<td>';
|
print '<td class="center">';
|
||||||
foreach (array('internal', 'external') as $source) {
|
foreach (array('internal', 'external') as $source) {
|
||||||
$tab = $lines[$i]->liste_contact(-1, $source);
|
$tab = $lines[$i]->liste_contact(-1, $source);
|
||||||
$num = count($tab);
|
$num = count($tab);
|
||||||
|
|||||||
@ -902,7 +902,7 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
if (!empty($arrayfields['c.assigned']['checked'])) {
|
if (!empty($arrayfields['c.assigned']['checked'])) {
|
||||||
print_liste_field_titre($arrayfields['c.assigned']['label'], $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder, 'right ', '');
|
print_liste_field_titre($arrayfields['c.assigned']['label'], $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder, 'center ', '');
|
||||||
}
|
}
|
||||||
// Extra fields
|
// Extra fields
|
||||||
$disablesortlink = 1;
|
$disablesortlink = 1;
|
||||||
|
|||||||
@ -1410,7 +1410,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0) {
|
|||||||
|
|
||||||
// By User
|
// By User
|
||||||
if (!empty($arrayfields['author']['checked'])) {
|
if (!empty($arrayfields['author']['checked'])) {
|
||||||
print '<td class="nowrap">';
|
print '<td class="tdoverflowmax100">';
|
||||||
if ($action == 'editline' && $_GET['lineid'] == $task_time->rowid) {
|
if ($action == 'editline' && $_GET['lineid'] == $task_time->rowid) {
|
||||||
if (empty($object->id)) {
|
if (empty($object->id)) {
|
||||||
$object->fetch($id);
|
$object->fetch($id);
|
||||||
@ -1441,7 +1441,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0) {
|
|||||||
|
|
||||||
// Note
|
// Note
|
||||||
if (!empty($arrayfields['t.note']['checked'])) {
|
if (!empty($arrayfields['t.note']['checked'])) {
|
||||||
print '<td class="left">';
|
print '<td class="small">';
|
||||||
if ($action == 'editline' && $_GET['lineid'] == $task_time->rowid) {
|
if ($action == 'editline' && $_GET['lineid'] == $task_time->rowid) {
|
||||||
print '<textarea name="timespent_note_line" width="95%" rows="'.ROWS_2.'">'.$task_time->note.'</textarea>';
|
print '<textarea name="timespent_note_line" width="95%" rows="'.ROWS_2.'">'.$task_time->note.'</textarea>';
|
||||||
} else {
|
} else {
|
||||||
@ -1773,7 +1773,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0) {
|
|||||||
|
|
||||||
// Note
|
// Note
|
||||||
if (!empty($arrayfields['t.note']['checked'])) {
|
if (!empty($arrayfields['t.note']['checked'])) {
|
||||||
print '<td class="left">';
|
print '<td class="small tdoverflowmax300"">';
|
||||||
if ($action == 'splitline' && $_GET['lineid'] == $task_time->rowid) {
|
if ($action == 'splitline' && $_GET['lineid'] == $task_time->rowid) {
|
||||||
print '<textarea name="timespent_note_line_2" width="95%" rows="'.ROWS_2.'">'.$task_time->note.'</textarea>';
|
print '<textarea name="timespent_note_line_2" width="95%" rows="'.ROWS_2.'">'.$task_time->note.'</textarea>';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user