CSS
This commit is contained in:
parent
f1305bbdd6
commit
635917d0e6
@ -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);
|
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_project', 0, '', '', $limit);
|
||||||
|
|
||||||
// Show description of content
|
// Show description of content
|
||||||
|
print '<div class="opacitymedium">';
|
||||||
if ($search_project_user == $user->id) print $langs->trans("MyProjectsDesc").'<br><br>';
|
if ($search_project_user == $user->id) print $langs->trans("MyProjectsDesc").'<br><br>';
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ($user->rights->projet->all->lire && ! $socid) print $langs->trans("ProjectsDesc").'<br><br>';
|
if ($user->rights->projet->all->lire && ! $socid) print $langs->trans("ProjectsDesc").'<br><br>';
|
||||||
else print $langs->trans("ProjectsPublicDesc").'<br><br>';
|
else print $langs->trans("ProjectsPublicDesc").'<br><br>';
|
||||||
}
|
}
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
$topicmail="Information";
|
$topicmail="Information";
|
||||||
$modelmail="project";
|
$modelmail="project";
|
||||||
|
|||||||
@ -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);
|
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_project', 0, '', '', $limit);
|
||||||
|
|
||||||
// Show description of content
|
// Show description of content
|
||||||
|
print '<div class="opacitymedium">';
|
||||||
if ($search_task_user == $user->id) print $langs->trans("MyTasksDesc").'<br><br>';
|
if ($search_task_user == $user->id) print $langs->trans("MyTasksDesc").'<br><br>';
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ($user->rights->projet->all->lire && ! $socid) print $langs->trans("TasksOnProjectsDesc").'<br><br>';
|
if ($user->rights->projet->all->lire && ! $socid) print $langs->trans("TasksOnProjectsDesc").'<br><br>';
|
||||||
else print $langs->trans("TasksOnProjectsPublicDesc").'<br><br>';
|
else print $langs->trans("TasksOnProjectsPublicDesc").'<br><br>';
|
||||||
}
|
}
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
$topicmail="Information";
|
$topicmail="Information";
|
||||||
$modelmail="task";
|
$modelmail="task";
|
||||||
|
|||||||
@ -790,7 +790,7 @@ ul.attendees li {
|
|||||||
min-height: 0.01%;
|
min-height: 0.01%;
|
||||||
}
|
}
|
||||||
.div-table-responsive {
|
.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) */
|
/* 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 {
|
div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min {
|
||||||
|
|||||||
@ -794,7 +794,7 @@ input > ul.attendees {
|
|||||||
min-height: 0.01%;
|
min-height: 0.01%;
|
||||||
}
|
}
|
||||||
.div-table-responsive {
|
.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) */
|
/* 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 {
|
div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user