diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php
index fef83927330..1ceb7ff4b4b 100644
--- a/htdocs/html.form.class.php
+++ b/htdocs/html.form.class.php
@@ -407,7 +407,7 @@ class Form
print '';
}
- print ajax_autocompleter($pays_id,'pays','/societe/ajaxcountries.php','ajaxworking');
+ print ajax_autocompleter($pays_id,'pays','/societe/ajaxcountries.php','working');
}
else
@@ -819,7 +819,7 @@ class Form
if ($conf->global->PRODUIT_USE_SEARCH_TO_SELECT)
{
print $langs->trans("RefOrLabel").' : ';
- print ajax_updater($htmlname,'keysearch','/product/ajaxproducts.php','&price_level='.$price_level.'&type=1','ajaxworking');
+ print ajax_updater($htmlname,'keysearch','/product/ajaxproducts.php','&price_level='.$price_level.'&type=1','working');
}
else
{
@@ -972,7 +972,7 @@ class Form
if ($conf->global->PRODUIT_USE_SEARCH_TO_SELECT)
{
print $langs->trans("RefOrLabel").' : ';
- print ajax_updater($htmlname,'keysearch','/product/ajaxproducts.php','&socid='.$socid.'&type=2','ajaxworking');
+ print ajax_updater($htmlname,'keysearch','/product/ajaxproducts.php','&socid='.$socid.'&type=2','working');
}
else
{
diff --git a/htdocs/includes/modules/modMenuDb.class.php b/htdocs/includes/modules/modMenuDb.class.php
index 7ae7f901400..d130123efc3 100644
--- a/htdocs/includes/modules/modMenuDb.class.php
+++ b/htdocs/includes/modules/modMenuDb.class.php
@@ -20,13 +20,13 @@
*/
/**
- \defgroup menuDb Module menuDb
+ \defgroup menudb Module menu Db
\brief Module pour administrer les menus par bdd
*/
/**
\file htdocs/includes/modules/modMenuBd.class.php
- \ingroup menuDb
+ \ingroup menudb
\brief Fichier de description et activation du module menuDb
*/
diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php
index e70b56b6425..331744fcdb3 100644
--- a/htdocs/lib/functions.inc.php
+++ b/htdocs/lib/functions.inc.php
@@ -2619,10 +2619,10 @@ function num_lines($texte)
\param keysearch nom et id complémentaire du champ de collecte
\param url chemin du fichier de réponse : /chemin/fichier.php
\param option champ supplémentaire de recherche dans les paramètres
- \param indicator nom de l'image gif
+ \param indicator nom de l'image gif sans l'extension
\return script script complet
*/
-function ajax_updater($htmlname,$keysearch,$url,$option='',$indicator='ajaxworking')
+function ajax_updater($htmlname,$keysearch,$url,$option='',$indicator='working')
{
$script = '';
$script.= ''.img_gif('Working...',$indicator).'';
@@ -2654,10 +2654,10 @@ function ajax_updater($htmlname,$keysearch,$url,$option='',$indicator='ajaxworki
\brief Récupère la valeur d'un champ, effectue un traitement Ajax et affiche le résultat
\param htmlname nom et id du champ
\param url chemin du fichier de réponse : /chemin/fichier.php
- \param indicator nom de l'image gif
+ \param indicator nom de l'image gif sans l'extension
\return script script complet
*/
-function ajax_autocompleter($selected='',$htmlname,$url,$indicator='ajaxworking')
+function ajax_autocompleter($selected='',$htmlname,$url,$indicator='working')
{
$script.= ''.img_gif('Working...',$indicator).'';
$script.= '';
diff --git a/htdocs/theme/auguria/img/ajaxworking.gif b/htdocs/theme/auguria/img/working.gif
similarity index 100%
rename from htdocs/theme/auguria/img/ajaxworking.gif
rename to htdocs/theme/auguria/img/working.gif
diff --git a/htdocs/theme/dev/img/working.gif b/htdocs/theme/dev/img/working.gif
new file mode 100644
index 00000000000..1e421c3113f
Binary files /dev/null and b/htdocs/theme/dev/img/working.gif differ
diff --git a/htdocs/theme/dolibarr/img/working.gif b/htdocs/theme/dolibarr/img/working.gif
new file mode 100644
index 00000000000..1e421c3113f
Binary files /dev/null and b/htdocs/theme/dolibarr/img/working.gif differ
diff --git a/htdocs/theme/eldy/img/working.gif b/htdocs/theme/eldy/img/working.gif
new file mode 100644
index 00000000000..1e421c3113f
Binary files /dev/null and b/htdocs/theme/eldy/img/working.gif differ
diff --git a/htdocs/theme/freelug/img/working.gif b/htdocs/theme/freelug/img/working.gif
new file mode 100644
index 00000000000..1e421c3113f
Binary files /dev/null and b/htdocs/theme/freelug/img/working.gif differ
diff --git a/htdocs/theme/yellow/img/working.gif b/htdocs/theme/yellow/img/working.gif
new file mode 100644
index 00000000000..1e421c3113f
Binary files /dev/null and b/htdocs/theme/yellow/img/working.gif differ