Add title picto for project section

This commit is contained in:
jfefe 2015-04-18 23:39:04 +02:00
parent 73ef3d73c2
commit 57d04c601f
9 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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'].'">';

View File

@ -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>';

View File

@ -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"].'">';

View File

@ -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'].'">';

View File

@ -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>';

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B