Add title picto for project section
This commit is contained in:
parent
73ef3d73c2
commit
57d04c601f
@ -55,7 +55,7 @@ if ($mine) $title=$langs->trans("MyActivities");
|
||||
|
||||
llxHeader("",$title);
|
||||
|
||||
print_fiche_titre($title);
|
||||
print_fiche_titre($title, '', 'title_project');
|
||||
|
||||
if ($mine) print $langs->trans("MyTasksDesc").'<br><br>';
|
||||
else
|
||||
|
||||
@ -189,7 +189,7 @@ $tasksrole=$taskstatic->getUserRolesForProjectsOrTasks(0,$usertoprocess,($projec
|
||||
|
||||
llxHeader("",$title,"");
|
||||
|
||||
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num);
|
||||
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num, '', 'title_project');
|
||||
|
||||
|
||||
// Show navigation bar
|
||||
|
||||
@ -183,7 +183,7 @@ $tasksrole=$taskstatic->getUserRolesForProjectsOrTasks(0,$usertoprocess,($projec
|
||||
|
||||
llxHeader("",$title,"",'','','',array('/core/js/timesheet.js'));
|
||||
|
||||
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num);
|
||||
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num, '', 'title_project');
|
||||
|
||||
|
||||
// Show navigation bar
|
||||
|
||||
@ -387,7 +387,7 @@ if ($action == 'create' && $user->rights->projet->creer)
|
||||
$thirdparty=new Societe($db);
|
||||
if ($socid > 0) $thirdparty->fetch($socid);
|
||||
|
||||
print_fiche_titre($langs->trans("NewProject"));
|
||||
print_fiche_titre($langs->trans("NewProject"), '', 'title_project');
|
||||
|
||||
print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
|
||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||
|
||||
@ -62,7 +62,7 @@ llxHeader("",$langs->trans("Projects"),"EN:Module_Projects|FR:Module_Projets|ES:
|
||||
$text=$langs->trans("Projects");
|
||||
if ($mine) $text=$langs->trans("MyProjects");
|
||||
|
||||
print_fiche_titre($text);
|
||||
print_fiche_titre($text,'','title_project.png');
|
||||
|
||||
// Show description of content
|
||||
if ($mine) print $langs->trans("MyProjectsDesc").'<br><br>';
|
||||
|
||||
@ -210,7 +210,7 @@ if ($resql)
|
||||
|
||||
$text=$langs->trans("Projects");
|
||||
if ($mine) $text=$langs->trans('MyProjects');
|
||||
print_barre_liste($text, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num);
|
||||
print_barre_liste($text, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num,'','title_project');
|
||||
|
||||
print '<form method="get" action="'.$_SERVER["PHP_SELF"].'">';
|
||||
|
||||
|
||||
@ -265,7 +265,7 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
|
||||
{
|
||||
if ($id > 0 || ! empty($ref)) print '<br>';
|
||||
|
||||
print_fiche_titre($langs->trans("NewTask"));
|
||||
print_fiche_titre($langs->trans("NewTask"), '', 'title_project');
|
||||
|
||||
print '<form action="'.$_SERVER['PHP_SELF'].'" method="POST">';
|
||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||
|
||||
@ -78,7 +78,7 @@ if ($id)
|
||||
$projectstatic->societe->fetch($projectstatic->societe->id);
|
||||
}
|
||||
|
||||
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num);
|
||||
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num, '', 'title_project');
|
||||
|
||||
// Show description of content
|
||||
if ($mine) print $langs->trans("MyTasksDesc").'<br><br>';
|
||||
|
||||
BIN
htdocs/theme/eldy/img/title_project.png
Normal file
BIN
htdocs/theme/eldy/img/title_project.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 604 B |
Loading…
Reference in New Issue
Block a user