This commit is contained in:
Laurent Destailleur 2017-12-20 21:33:45 +01:00
parent f1305bbdd6
commit 635917d0e6
4 changed files with 6 additions and 2 deletions

View File

@ -407,12 +407,14 @@ print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_project', 0, '', '', $limit);
// Show description of content
print '<div class="opacitymedium">';
if ($search_project_user == $user->id) print $langs->trans("MyProjectsDesc").'<br><br>';
else
{
if ($user->rights->projet->all->lire && ! $socid) print $langs->trans("ProjectsDesc").'<br><br>';
else print $langs->trans("ProjectsPublicDesc").'<br><br>';
}
print '</div>';
$topicmail="Information";
$modelmail="project";

View File

@ -405,12 +405,14 @@ print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_project', 0, '', '', $limit);
// Show description of content
print '<div class="opacitymedium">';
if ($search_task_user == $user->id) print $langs->trans("MyTasksDesc").'<br><br>';
else
{
if ($user->rights->projet->all->lire && ! $socid) print $langs->trans("TasksOnProjectsDesc").'<br><br>';
else print $langs->trans("TasksOnProjectsPublicDesc").'<br><br>';
}
print '</div>';
$topicmail="Information";
$modelmail="task";

View File

@ -790,7 +790,7 @@ ul.attendees li {
min-height: 0.01%;
}
.div-table-responsive {
line-height: 100%;
line-height: 120%;
}
/* Style used for full page tables with field selector and no content after table (priority before previous for such tables) */
div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min {

View File

@ -794,7 +794,7 @@ input > ul.attendees {
min-height: 0.01%;
}
.div-table-responsive {
line-height: 100%;
line-height: 120%;
}
/* Style used for full page tables with field selector and no content after table (priority before previous for such tables) */
div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min {