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 '
';
+ return '
';
}
function img_file_new($alt = "Voir")
{
- return '
';
+ return '
';
}
function img_pdf($alt = "Voir")
{
- return '
';
-}
-
-function img_warning($alt = "Voir")
-{
- return '
';
-}
-
-function img_delete($alt = "Supprimer")
-{
- return '
';
-}
-
-function img_info($alt = "Informations")
-{
- return '
';
+ return '
';
}
function img_edit($alt = "Modifier")
{
- return '
';
+ return '
';
}
+function img_delete($alt = "Supprimer")
+{
+ return '
';
+}
+
+function img_disable($alt = "Désactiver")
+{
+ return '
';
+}
+
+
+function img_warning($alt = "Voir")
+{
+ return '
';
+}
+
+function img_info($alt = "Informations")
+{
+ return '
';
+}
+
+function img_alerte($alt = "Alerte")
+{
+ return '
';
+}
+
+
function img_phone_in($alt = "Modifier")
{
return '
';
@@ -256,11 +268,6 @@ function img_phone_out($alt = "Modifier")
}
-function img_alerte($alt = "Alerte")
-{
- return '
';
-}
-
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 "