Trans
This commit is contained in:
parent
eb187052e8
commit
89f6906851
@ -65,8 +65,8 @@ ActionAC_SUP_ORD=Send purchase order by mail
|
|||||||
ActionAC_SUP_INV=Send vendor invoice by mail
|
ActionAC_SUP_INV=Send vendor invoice by mail
|
||||||
ActionAC_OTH=Other
|
ActionAC_OTH=Other
|
||||||
ActionAC_OTH_AUTO=Other auto
|
ActionAC_OTH_AUTO=Other auto
|
||||||
ActionAC_MANUAL=Manually inserted events
|
ActionAC_MANUAL=Events inserted manually (by a user)
|
||||||
ActionAC_AUTO=Automatically inserted events
|
ActionAC_AUTO=Events inserted automatically
|
||||||
ActionAC_OTH_AUTOShort=Other
|
ActionAC_OTH_AUTOShort=Other
|
||||||
ActionAC_EVENTORGANIZATION=Event organization events
|
ActionAC_EVENTORGANIZATION=Event organization events
|
||||||
Stats=Sales statistics
|
Stats=Sales statistics
|
||||||
|
|||||||
@ -1157,9 +1157,9 @@ if ($action == 'create' && $user->rights->projet->creer) {
|
|||||||
if (!empty($object->usage_task) && !empty($object->lines)) {
|
if (!empty($object->usage_task) && !empty($object->lines)) {
|
||||||
print ' <span id="divreportdate" class="hidden"> <input type="checkbox" class="valignmiddle" id="reportdate" name="reportdate" value="yes" ';
|
print ' <span id="divreportdate" class="hidden"> <input type="checkbox" class="valignmiddle" id="reportdate" name="reportdate" value="yes" ';
|
||||||
if ($comefromclone) {
|
if ($comefromclone) {
|
||||||
print ' checked ';
|
print 'checked ';
|
||||||
}
|
}
|
||||||
print '/><label for="reportdate" class="opacitymedium">'.$langs->trans("ProjectReportDate").'</label></span>';
|
print '/><label for="reportdate" class="valignmiddle opacitymedium">'.$langs->trans("ProjectReportDate").'</label></span>';
|
||||||
}
|
}
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user