Add more explanation on late definition
This commit is contained in:
parent
e3a4124a58
commit
a31e035bc6
@ -321,7 +321,7 @@ print '<table class="noborder" width="100%">'."\n";
|
|||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<th class="liste_titre" colspan="2">'.$langs->trans("DolibarrWorkBoard").'</th>';
|
print '<th class="liste_titre" colspan="2">'.$langs->trans("DolibarrWorkBoard").'</th>';
|
||||||
print '<th class="liste_titre" align="right">'.$langs->trans("Number").'</th>';
|
print '<th class="liste_titre" align="right">'.$langs->trans("Number").'</th>';
|
||||||
print '<th class="liste_titre" align="right">'.$langs->trans("Late").'</th>';
|
print '<th class="liste_titre" align="right">'.$form->textwithpicto($langs->trans("Late"),$langs->trans("LateDesc")).'</th>';
|
||||||
print '<th class="liste_titre"> </th>';
|
print '<th class="liste_titre"> </th>';
|
||||||
//print '<th class="liste_titre" width="20"> </th>';
|
//print '<th class="liste_titre" width="20"> </th>';
|
||||||
if ($showweather) print '<th class="liste_titre hideonsmartphone" width="80"> </th>';
|
if ($showweather) print '<th class="liste_titre hideonsmartphone" width="80"> </th>';
|
||||||
|
|||||||
@ -95,4 +95,4 @@ ForCustomersInvoices=Customers invoices
|
|||||||
ForCustomersOrders=Customers orders
|
ForCustomersOrders=Customers orders
|
||||||
ForProposals=Proposals
|
ForProposals=Proposals
|
||||||
LastXMonthRolling=The last %s month rolling
|
LastXMonthRolling=The last %s month rolling
|
||||||
ChooseBoxToAdd=Choose a box to add
|
ChooseBoxToAdd=Add a box to your dashboard...
|
||||||
@ -457,6 +457,7 @@ Datas=Data
|
|||||||
None=None
|
None=None
|
||||||
NoneF=None
|
NoneF=None
|
||||||
Late=Late
|
Late=Late
|
||||||
|
LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
|
||||||
Photo=Picture
|
Photo=Picture
|
||||||
Photos=Pictures
|
Photos=Pictures
|
||||||
AddPhoto=Add picture
|
AddPhoto=Add picture
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user