Ajout picto project
This commit is contained in:
parent
3fed5b791d
commit
8ea6e841a0
@ -523,7 +523,7 @@ if ($_socid > 0)
|
||||
$obj = $db->fetch_object($result);
|
||||
$var = !$var;
|
||||
print "<tr $bc[$var]>";
|
||||
print '<td><a href="../projet/fiche.php?id='.$obj->rowid.'">'.$obj->title.'</a></td>';
|
||||
print '<td><a href="../projet/fiche.php?id='.$obj->rowid.'">'.img_object($langs->trans("ShowProject"),"project")." ".$obj->title.'</a></td>';
|
||||
|
||||
print "<td align=\"right\">".$obj->ref ."</td></tr>";
|
||||
$i++;
|
||||
|
||||
@ -346,7 +346,7 @@ if ($socid > 0)
|
||||
$obj = $db->fetch_object();
|
||||
$var = !$var;
|
||||
print "<tr $bc[$var]>";
|
||||
print '<td><a href="../projet/fiche.php?id='.$obj->rowid.'">'.$obj->title.'</a></td>';
|
||||
print '<td><a href="../projet/fiche.php?id='.$obj->rowid.'">'.img_object($langs->trans("ShowProject"),"project")." ".$obj->title.'</a></td>';
|
||||
|
||||
print "<td align=\"right\">".strftime("%d %b %Y", $obj->do) ."</td></tr>";
|
||||
$i++;
|
||||
|
||||
BIN
htdocs/theme/dev/img/object_project.png
Normal file
BIN
htdocs/theme/dev/img/object_project.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 736 B |
BIN
htdocs/theme/dolibarr/img/object_project.png
Normal file
BIN
htdocs/theme/dolibarr/img/object_project.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 736 B |
BIN
htdocs/theme/eldy/img/object_project.png
Normal file
BIN
htdocs/theme/eldy/img/object_project.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 736 B |
BIN
htdocs/theme/freelug/img/object_project.png
Normal file
BIN
htdocs/theme/freelug/img/object_project.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 736 B |
BIN
htdocs/theme/yellow/img/object_project.png
Normal file
BIN
htdocs/theme/yellow/img/object_project.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 736 B |
Loading…
Reference in New Issue
Block a user