Fix tooltip on delete button
This commit is contained in:
parent
f0c9cd3acc
commit
01b0336e9b
@ -100,6 +100,7 @@ ActivityOnProjectThisMonth=Activity on project this month
|
||||
ActivityOnProjectThisYear=Activity on project this year
|
||||
ChildOfProjectTask=Child of project/task
|
||||
ChildOfTask=Child of task
|
||||
TaskHasChild=Task has child
|
||||
NotOwnerOfProject=Not owner of this private project
|
||||
AffectedTo=Allocated to
|
||||
CantRemoveProject=This project can't be removed as it is referenced by some other objects (invoice, orders or other). See referers tab.
|
||||
|
||||
@ -586,7 +586,7 @@ if ($id > 0 || ! empty($ref))
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<a class="butActionRefused" href="#" title="'.$langs->trans("ProjecHasChild").'">'.$langs->trans('Delete').'</a>';
|
||||
print '<a class="butActionRefused" href="#" title="'.$langs->trans("TaskHasChild").'">'.$langs->trans('Delete').'</a>';
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
@ -3079,15 +3079,15 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.boxstats {
|
||||
padding: 3px;
|
||||
width: 121px;
|
||||
}
|
||||
.boxstats130 {
|
||||
width: 158px;
|
||||
height: 48px;
|
||||
padding: 3px
|
||||
}
|
||||
.boxstats {
|
||||
padding: 3px;
|
||||
width: 121px;
|
||||
}
|
||||
.boxstatscontent {
|
||||
padding: 3px;
|
||||
}
|
||||
@ -3096,9 +3096,8 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
||||
{
|
||||
.boxstats, .boxstats130 {
|
||||
margin: 3px;
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: none;
|
||||
background: #ddd;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 1px 1px 5px #bbb;
|
||||
}
|
||||
.boxstats130 {
|
||||
text-align: <?php echo $left; ?>
|
||||
@ -3117,7 +3116,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
||||
width: 148px;
|
||||
}
|
||||
.boxstats {
|
||||
width: 100px;
|
||||
width: 111px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1208,7 +1208,7 @@ div.fiche {
|
||||
|
||||
div.fiche {
|
||||
margin-<?php print $left; ?>: <?php print (GETPOST('optioncss','aZ09') == 'print'?6:(empty($conf->dol_optimize_smallscreen)?'24':'6')); ?>px;
|
||||
margin-<?php print $right; ?>: <?php print (GETPOST('optioncss','aZ09') == 'print'?6:(empty($conf->dol_optimize_smallscreen)?'16':'6')); ?>px;
|
||||
margin-<?php print $right; ?>: <?php print (GETPOST('optioncss','aZ09') == 'print'?6:(empty($conf->dol_optimize_smallscreen)?'22':'6')); ?>px;
|
||||
<?php if (! empty($conf->dol_hide_leftmenu) && ! empty($conf->dol_hide_topmenu)) print 'margin-top: 4px;'; ?>
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
@ -2739,7 +2739,7 @@ div.pagination li span:focus {
|
||||
color: #000;
|
||||
background-color: #eee;
|
||||
border-color: #ddd;
|
||||
padding-top: 8px;
|
||||
/* padding-top: 8px; */
|
||||
}
|
||||
div.pagination li .active a,
|
||||
div.pagination li .active span,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user