From 2e60e43123e7211c19e51866f3d0b1ef6be6beb0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 17 Jul 2004 12:52:41 +0000 Subject: [PATCH] =?UTF-8?q?Norm:=20La=20liste=20des=20modes=20de=20paiemen?= =?UTF-8?q?t=20pour=20la=20saisie=20d'une=20cotisation=20vient=20de=20la?= =?UTF-8?q?=20table=20des=20type=20de=20paiement=20plutot=20que=20cod=E9?= =?UTF-8?q?=20en=20dur.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 92 ++++++++++++++++++++++++++---------- 1 file changed, 66 insertions(+), 26 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 8333fae518d..5e08add872c 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -28,7 +28,7 @@ \author Rodolphe Quiedeville \author Jean-Louis Bergamo \author Laurent Destailleur - \version 1.2. + \version $Revision$ Ensemble de fonctions de base de dolibarr sous forme d'include */ @@ -210,41 +210,53 @@ function dolibarr_print_phone($phone) function img_file($alt = "Voir") { - return ''.$alt.''; + return ''.$alt.''; } function img_file_new($alt = "Voir") { - return ''.$alt.''; + return ''.$alt.''; } function img_pdf($alt = "Voir") { - return ''.$alt.''; -} - -function img_warning($alt = "Voir") -{ - return ''.$alt.''; -} - -function img_delete($alt = "Supprimer") -{ - return ''.$alt.''; -} - -function img_info($alt = "Informations") -{ - return ''.$alt.''; + return ''.$alt.''; } function img_edit($alt = "Modifier") { - return ''.$alt.''; + return ''.$alt.''; } +function img_delete($alt = "Supprimer") +{ + return ''.$alt.''; +} + +function img_disable($alt = "Désactiver") +{ + return ''.$alt.''; +} + + +function img_warning($alt = "Voir") +{ + return ''.$alt.''; +} + +function img_info($alt = "Informations") +{ + return ''.$alt.''; +} + +function img_alerte($alt = "Alerte") +{ + return ''.$alt.''; +} + + function img_phone_in($alt = "Modifier") { return ''.$alt.''; @@ -256,11 +268,6 @@ function img_phone_out($alt = "Modifier") } -function img_alerte($alt = "Alerte") -{ - return ''.$alt.''; -} - function img_next($alt = "Suivant") { @@ -823,6 +830,7 @@ function print_fleche_navigation($page,$file,$options='', $nextpage) } } + /*! \brief fonction servant a afficher un menu déroulant avec oui ou non \param value @@ -843,6 +851,37 @@ function print_oui_non($value) } } +/*! + \brief fonction servant a afficher un menu déroulant sur le type de paiement + \param value + \remarks value peut avoir la valeur 0 ou 1 +*/ + +function print_type_paiement_select($db,$nomselect,$value=-1) +{ + print "\n"; +} + /*! \brief fonction servant a afficher les mois dans un liste déroulante \param set_time @@ -913,7 +952,7 @@ function print_date_select($set_time='') { if ($year == $syear) { - print "