Laurent Destailleur 2 år sedan
förälder
incheckning
89f6906851
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      htdocs/langs/en_US/commercial.lang
  2. 2 2
      htdocs/projet/card.php

+ 2 - 2
htdocs/langs/en_US/commercial.lang

@@ -65,8 +65,8 @@ ActionAC_SUP_ORD=Send purchase order by mail
 ActionAC_SUP_INV=Send vendor invoice by mail
 ActionAC_OTH=Other
 ActionAC_OTH_AUTO=Other auto
-ActionAC_MANUAL=Manually inserted events
-ActionAC_AUTO=Automatically inserted events
+ActionAC_MANUAL=Events inserted manually (by a user)
+ActionAC_AUTO=Events inserted automatically
 ActionAC_OTH_AUTOShort=Other
 ActionAC_EVENTORGANIZATION=Event organization events
 Stats=Sales statistics

+ 2 - 2
htdocs/projet/card.php

@@ -1157,9 +1157,9 @@ if ($action == 'create' && $user->rights->projet->creer) {
 		if (!empty($object->usage_task) && !empty($object->lines)) {
 			print ' <span id="divreportdate" class="hidden">&nbsp; &nbsp; <input type="checkbox" class="valignmiddle" id="reportdate" name="reportdate" value="yes" ';
 			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>';