Look and feel v14
This commit is contained in:
parent
f331ce8028
commit
1637b6af7d
@ -1118,6 +1118,7 @@ function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsr
|
|||||||
$projectstatic->ref = $lines[$i]->projectref;
|
$projectstatic->ref = $lines[$i]->projectref;
|
||||||
$projectstatic->title = $lines[$i]->projectlabel;
|
$projectstatic->title = $lines[$i]->projectlabel;
|
||||||
$projectstatic->public = $lines[$i]->public;
|
$projectstatic->public = $lines[$i]->public;
|
||||||
|
$projectstatic->status = $lines[$i]->projectstatus;
|
||||||
|
|
||||||
$taskstatic->id = $lines[$i]->id;
|
$taskstatic->id = $lines[$i]->id;
|
||||||
$taskstatic->ref = ($lines[$i]->ref ? $lines[$i]->ref : $lines[$i]->id);
|
$taskstatic->ref = ($lines[$i]->ref ? $lines[$i]->ref : $lines[$i]->id);
|
||||||
@ -1491,6 +1492,7 @@ function projectLinesPerWeek(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$
|
|||||||
$projectstatic->title = $lines[$i]->projectlabel;
|
$projectstatic->title = $lines[$i]->projectlabel;
|
||||||
$projectstatic->public = $lines[$i]->public;
|
$projectstatic->public = $lines[$i]->public;
|
||||||
$projectstatic->thirdparty_name = $lines[$i]->thirdparty_name;
|
$projectstatic->thirdparty_name = $lines[$i]->thirdparty_name;
|
||||||
|
$projectstatic->status = $lines[$i]->projectstatus;
|
||||||
|
|
||||||
$taskstatic->id = $lines[$i]->id;
|
$taskstatic->id = $lines[$i]->id;
|
||||||
$taskstatic->ref = ($lines[$i]->ref ? $lines[$i]->ref : $lines[$i]->id);
|
$taskstatic->ref = ($lines[$i]->ref ? $lines[$i]->ref : $lines[$i]->id);
|
||||||
|
|||||||
@ -2577,6 +2577,9 @@ img.userphotosmall { /* size for user photo in lists */
|
|||||||
img.userphoto[alt="Gravatar avatar"], img.photouserphoto.dropdown-user-image[alt="Gravatar avatar"] {
|
img.userphoto[alt="Gravatar avatar"], img.photouserphoto.dropdown-user-image[alt="Gravatar avatar"] {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
form[name="addtime"] img.userphoto {
|
||||||
|
border: 1px solid #444;
|
||||||
|
}
|
||||||
.span-icon-user {
|
.span-icon-user {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png', 1); ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png', 1); ?>);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
@ -2568,6 +2568,9 @@ img.userphotosmall { /* size for user photo in lists */
|
|||||||
img.userphoto[alt="Gravatar avatar"] {
|
img.userphoto[alt="Gravatar avatar"] {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
form[name="addtime"] img.userphoto {
|
||||||
|
border: 1px solid #444;
|
||||||
|
}
|
||||||
.span-icon-user {
|
.span-icon-user {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png', 1); ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png', 1); ?>);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user