Fix tooltip on delete button

This commit is contained in:
Laurent Destailleur 2018-03-03 12:10:27 +01:00
parent f0c9cd3acc
commit 01b0336e9b
4 changed files with 11 additions and 11 deletions

View File

@ -100,6 +100,7 @@ ActivityOnProjectThisMonth=Activity on project this month
ActivityOnProjectThisYear=Activity on project this year ActivityOnProjectThisYear=Activity on project this year
ChildOfProjectTask=Child of project/task ChildOfProjectTask=Child of project/task
ChildOfTask=Child of task ChildOfTask=Child of task
TaskHasChild=Task has child
NotOwnerOfProject=Not owner of this private project NotOwnerOfProject=Not owner of this private project
AffectedTo=Allocated to 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. CantRemoveProject=This project can't be removed as it is referenced by some other objects (invoice, orders or other). See referers tab.

View File

@ -586,7 +586,7 @@ if ($id > 0 || ! empty($ref))
} }
else 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 else

View File

@ -3079,15 +3079,15 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.boxstats {
padding: 3px;
width: 121px;
}
.boxstats130 { .boxstats130 {
width: 158px; width: 158px;
height: 48px; height: 48px;
padding: 3px padding: 3px
} }
.boxstats {
padding: 3px;
width: 121px;
}
.boxstatscontent { .boxstatscontent {
padding: 3px; padding: 3px;
} }
@ -3096,9 +3096,8 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
{ {
.boxstats, .boxstats130 { .boxstats, .boxstats130 {
margin: 3px; margin: 3px;
border: 1px solid #ddd; border: 1px solid #ccc;
box-shadow: none; box-shadow: 1px 1px 5px #bbb;
background: #ddd;
} }
.boxstats130 { .boxstats130 {
text-align: <?php echo $left; ?> text-align: <?php echo $left; ?>
@ -3117,7 +3116,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
width: 148px; width: 148px;
} }
.boxstats { .boxstats {
width: 100px; width: 111px;
} }
} }

View File

@ -1208,7 +1208,7 @@ div.fiche {
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 $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;'; ?> <?php if (! empty($conf->dol_hide_leftmenu) && ! empty($conf->dol_hide_topmenu)) print 'margin-top: 4px;'; ?>
margin-bottom: 15px; margin-bottom: 15px;
} }
@ -2739,7 +2739,7 @@ div.pagination li span:focus {
color: #000; color: #000;
background-color: #eee; background-color: #eee;
border-color: #ddd; border-color: #ddd;
padding-top: 8px; /* padding-top: 8px; */
} }
div.pagination li .active a, div.pagination li .active a,
div.pagination li .active span, div.pagination li .active span,