diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 8fe73958acc..b53374e14b5 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -193,7 +193,7 @@ if ($_GET["action"] == 'create') $contact->fetch($_GET["contactid"]); } - print '
| '.$langs->trans("Date").' | '; - $html->select_date(); + $html->select_date('','','','','',"add"); print ' | '; $nbrows=11; @@ -252,14 +252,14 @@ if ($_GET["rowid"] && $_GET["action"] == 'edit') dolibarr_fiche_head($head, $hselected, $langs->trans("Ref").": ".$_GET["rowid"]); - print '||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| '.$langs->trans("Date").' | '; - $html->select_date($don->date); + $html->select_date($don->date,'','','','',"update"); print ' | '; $nbrows=12; diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 47fea73d9f4..34126cc25b1 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -655,7 +655,7 @@ if ($_GET['action'] == 'create') } - print '||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| '.$langs->trans('Date').' | '; - $html->select_date(); + $html->select_date('','','','','',"add"); print ' | ';
print $langs->trans('From').' ';
- print $html->select_date('','date_start'.$i,0,0,1);
+ print $html->select_date('','date_start'.$i,0,0,1,"add");
print ' '.$langs->trans('to').' '; - print $html->select_date('','date_end'.$i,0,0,1); + print $html->select_date('','date_end'.$i,0,0,1,"add"); print ' | ';
}
print "\n";
@@ -1520,7 +1520,7 @@ else
// Ligne en mode update
if ($_GET['action'] == 'editline' && $user->rights->facture->creer && $_GET['rowid'] == $objp->rowid)
{
- print '|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| '.$langs->trans('ServiceLimitedDuration').' '.$langs->trans('From').' '; - print $html->select_date($objp->date_start,'date_start',0,0,$objp->date_start?0:1); + print $html->select_date($objp->date_start,'date_start',0,0,$objp->date_start?0:1,"updateligne"); print ' '.$langs->trans('to').' '; - print $html->select_date($objp->date_end,'date_end',0,0,$objp->date_end?0:1); + print $html->select_date($objp->date_end,'date_end',0,0,$objp->date_end?0:1,"updateligne"); print ' | '; print '|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| '.$langs->trans('ServiceLimitedDuration').' '.$langs->trans('From').' '; - print $html->select_date('','date_start',0,0,1); + print $html->select_date('','date_start',0,0,1,"addligne"); print ' '.$langs->trans('to').' '; - print $html->select_date('','date_end',0,0,1); + print $html->select_date('','date_end',0,0,1,"addligne"); print ' | '; print '|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| '.$langs->trans('ServiceLimitedDuration').' '.$langs->trans('From').' '; - print $html->select_date('','date_start',0,0,1); + print $html->select_date('','date_start',0,0,1,"addligne_predef"); print ' '.$langs->trans('to').' '; - print $html->select_date('','date_end',0,0,1); + print $html->select_date('','date_end',0,0,1,"addligne_predef"); print ' | '; print ''.$langs->trans('Comments').' | '; diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php index f9d875cd835..0b460f1a242 100755 --- a/htdocs/compta/paiement_charge.php +++ b/htdocs/compta/paiement_charge.php @@ -165,7 +165,7 @@ if ($_GET["action"] == 'create') print_titre("Emettre un paiement d'une charge"); print "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| '.$langs->trans("Date").' : | '; - $html->select_date(); + $html->select_date('','','','','',"add_paiement"); print " | "; print ''.$langs->trans("Comments").' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Date Transmission | '; - print $html->select_date(); + print $html->select_date('','','','','',"userfile"); print ' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Méthode Transmission | ';
print $html->select_array("methode",$bon->methodes_trans);
@@ -206,11 +206,11 @@ if ($_GET["id"])
if($bon->date_trans <> 0 && $bon->date_credit == 0)
{
- print '
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||