diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 9c959d47d6f..1c8e9ba8d26 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -621,6 +621,11 @@ if ($_GET["id"]) $html->select_array("contactid", $act->societe->contact_array(), $act->contact->id, 1); print ''; + // Priorite + print ''.$langs->trans("Priority").''; + print $langs->trans("FeatureNotYetSupported"); + print ''; + // Affecte a print ''.$langs->trans("ActionAffectedTo").''; print $langs->trans("FeatureNotYetSupported"); @@ -704,6 +709,11 @@ if ($_GET["id"]) print ''; + // Priorite + print ''.$langs->trans("Priority").''; + print $langs->trans("FeatureNotYetSupported"); + print ''; + // Affecte a print ''.$langs->trans("ActionAffectedTo").''; print $langs->trans("FeatureNotYetSupported"); diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 41fdd2799d6..87fdc754785 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2093,21 +2093,24 @@ class Form */ if (! $conf->use_javascript || ! $conf->use_popup_calendar) { - - // Jour - print ''; + if ($empty || $set_time == -1) + { print ''; } - + for ($day = 1 ; $day <= 31; $day++) { if ($day == $sday) @@ -2141,7 +2144,7 @@ class Form // Année if ($empty || $set_time == -1) { - print ''; + print ''; } else {