CSS
This commit is contained in:
parent
f6de607889
commit
6e860efa44
@ -511,7 +511,7 @@ if (!empty($arrayfields['t.label']['checked']))
|
|||||||
print '<input type="text" class="flat" name="search_task_label" value="'.dol_escape_htmltag($search_task_label).'" size="8">';
|
print '<input type="text" class="flat" name="search_task_label" value="'.dol_escape_htmltag($search_task_label).'" size="8">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
//Task Description
|
// Task Description
|
||||||
if (!empty($arrayfields['t.description']['checked']))
|
if (!empty($arrayfields['t.description']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="liste_titre">';
|
print '<td class="liste_titre">';
|
||||||
@ -728,7 +728,7 @@ while ($i < min($num, $limit))
|
|||||||
// Project ref
|
// Project ref
|
||||||
if (!empty($arrayfields['p.ref']['checked']))
|
if (!empty($arrayfields['p.ref']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="nowrap">';
|
print '<td class="nowraponall tdoverflowmax150">';
|
||||||
print $projectstatic->getNomUrl(1, 'task');
|
print $projectstatic->getNomUrl(1, 'task');
|
||||||
if ($projectstatic->hasDelay()) print img_warning("Late");
|
if ($projectstatic->hasDelay()) print img_warning("Late");
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user