diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 25e55933b74..b1f645b891a 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -151,7 +151,7 @@ print " ".$langs->trans("Version")."\n"; print " ".$langs->trans("DbVersion")."\n"; print " ".$langs->trans("Activated")."\n"; print " ".$langs->trans("Action")."\n"; -print "  \n"; +print " ".$langs->trans("SetupShort")."\n"; print "\n"; @@ -264,45 +264,47 @@ foreach ($orders as $key => $value) if ($const_value == 1) - { + { // Module actif print "numero."&action=reset&value=" . $modName . "&spe=" . $_GET["spe"] . "\">" . $langs->trans("Disable") . "\n"; - - + + if ($objMod->config_page_url) { if (is_array($objMod->config_page_url)) { - print " "; + print ' '; $i=0; - foreach ($objMod->config_page_url as $page) - { + foreach ($objMod->config_page_url as $page) + { if ($i++) - { - print ''.ucfirst($page).' '; - } + { + print ''.ucfirst($page).' '; + } else - { - print ''.$langs->trans("Setup").' '; - } - } + { + //print ''.$langs->trans("Setup").' '; + print ''.img_picto($langs->trans("Setup"),"setup").' '; + } + } print "\n"; } - else - { - print ' '.$langs->trans("Setup").''; - } + else + { + //print ' '.$langs->trans("Setup").''; + print ' '.img_picto($langs->trans("Setup"),"setup").''; + } } else - { + { print "  "; - } - + } + } else - { + { // Module non actif print "numero."&action=set&value=" . $modName . "&spe=" . $_GET["spe"] . "\">" . $langs->trans("Activate") . "\n  \n"; - } + } print "\n"; } diff --git a/htdocs/theme/dev/img/setup.png b/htdocs/theme/dev/img/setup.png new file mode 100644 index 00000000000..71dce81ed10 Binary files /dev/null and b/htdocs/theme/dev/img/setup.png differ diff --git a/htdocs/theme/dolibarr/img/setup.png b/htdocs/theme/dolibarr/img/setup.png new file mode 100644 index 00000000000..71dce81ed10 Binary files /dev/null and b/htdocs/theme/dolibarr/img/setup.png differ diff --git a/htdocs/theme/eldy/img/setup.png b/htdocs/theme/eldy/img/setup.png new file mode 100644 index 00000000000..71dce81ed10 Binary files /dev/null and b/htdocs/theme/eldy/img/setup.png differ diff --git a/htdocs/theme/freelug/img/setup.png b/htdocs/theme/freelug/img/setup.png new file mode 100644 index 00000000000..71dce81ed10 Binary files /dev/null and b/htdocs/theme/freelug/img/setup.png differ diff --git a/htdocs/theme/yellow/img/setup.png b/htdocs/theme/yellow/img/setup.png new file mode 100644 index 00000000000..71dce81ed10 Binary files /dev/null and b/htdocs/theme/yellow/img/setup.png differ