diff --git a/build/exe/doliwamp/httpd.conf.install b/build/exe/doliwamp/httpd.conf.install index 75d89a5803e..9d65a77bd84 100644 --- a/build/exe/doliwamp/httpd.conf.install +++ b/build/exe/doliwamp/httpd.conf.install @@ -709,20 +709,25 @@ BrowserMatch ".*MSIE.*" \ -# OPTIMIZE: To use gzip compression -# Note that constants MAIN_OPTIMIZE_SPEED must be defined. +# OPTIMIZE: To use gzip compression (for already compressed files) +# Note that constant MAIN_OPTIMIZE_SPEED must be defined. #AddType text/javascript .jgz #AddEncoding gzip .jgz +# OPTIMIZE: To use gzip compression (on the fly) +# Note that you must also enable the module mod_deflate +#TODO + # OPTIMIZE: To use cache on static pages -# Note that you must also enable the plugin mod_expires -#ExpiresActive On # enable expirations +# Note that you must also enable the module mod_expires +#ExpiresActive On #ExpiresByType image/gif A86400 #ExpiresByType image/png A86400 -#ExpiresByType image/jpg A86400 +#ExpiresByType image/jpeg A86400 #ExpiresByType text/html A86400 #ExpiresByType text/css A86400 #ExpiresByType text/javascript A86400 +#ExpiresByType application/x-javascript A86400 # Declare alias for Dolibarr, PHPMyAdmin and other softwares diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 2c63a26434d..83be963e16e 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -811,7 +811,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print '""];'; print ''."\n"; - print "\n"; + print "\n\n"; } } diff --git a/htdocs/theme/auguria/img/printer.png b/htdocs/theme/auguria/img/printer.png index becd7dc553a..8407b4fe949 100644 Binary files a/htdocs/theme/auguria/img/printer.png and b/htdocs/theme/auguria/img/printer.png differ diff --git a/htdocs/theme/bluelagoon/img/printer.png b/htdocs/theme/bluelagoon/img/printer.png index becd7dc553a..8407b4fe949 100644 Binary files a/htdocs/theme/bluelagoon/img/printer.png and b/htdocs/theme/bluelagoon/img/printer.png differ diff --git a/htdocs/theme/common/transparent.png b/htdocs/theme/common/transparent.png index cb91a2a080e..fc8a9316444 100644 Binary files a/htdocs/theme/common/transparent.png and b/htdocs/theme/common/transparent.png differ diff --git a/htdocs/theme/eldy/img/1downarrow.png b/htdocs/theme/eldy/img/1downarrow.png index fd3a3ceed9d..d61271211de 100644 Binary files a/htdocs/theme/eldy/img/1downarrow.png and b/htdocs/theme/eldy/img/1downarrow.png differ diff --git a/htdocs/theme/eldy/img/1downarrow_selected.png b/htdocs/theme/eldy/img/1downarrow_selected.png index 453fdf12a40..5caf8ead52d 100644 Binary files a/htdocs/theme/eldy/img/1downarrow_selected.png and b/htdocs/theme/eldy/img/1downarrow_selected.png differ diff --git a/htdocs/theme/eldy/img/1uparrow.png b/htdocs/theme/eldy/img/1uparrow.png index 392ddf81f77..b40cb15977a 100644 Binary files a/htdocs/theme/eldy/img/1uparrow.png and b/htdocs/theme/eldy/img/1uparrow.png differ diff --git a/htdocs/theme/eldy/img/1uparrow_selected.png b/htdocs/theme/eldy/img/1uparrow_selected.png index cf0f50437a6..36d25a408c5 100644 Binary files a/htdocs/theme/eldy/img/1uparrow_selected.png and b/htdocs/theme/eldy/img/1uparrow_selected.png differ diff --git a/htdocs/theme/eldy/img/logout.png b/htdocs/theme/eldy/img/logout.png index cd2863d371f..26ae717bc1a 100644 Binary files a/htdocs/theme/eldy/img/logout.png and b/htdocs/theme/eldy/img/logout.png differ diff --git a/htdocs/theme/eldy/img/next.png b/htdocs/theme/eldy/img/next.png index 60cb1ff8816..953731ca934 100644 Binary files a/htdocs/theme/eldy/img/next.png and b/htdocs/theme/eldy/img/next.png differ diff --git a/htdocs/theme/eldy/img/object_account.png b/htdocs/theme/eldy/img/object_account.png index 60a5ccd863c..46be8b6fe0f 100644 Binary files a/htdocs/theme/eldy/img/object_account.png and b/htdocs/theme/eldy/img/object_account.png differ diff --git a/htdocs/theme/eldy/img/object_bill.png b/htdocs/theme/eldy/img/object_bill.png index cd48a169672..b4022e77740 100755 Binary files a/htdocs/theme/eldy/img/object_bill.png and b/htdocs/theme/eldy/img/object_bill.png differ diff --git a/htdocs/theme/eldy/img/object_billa.png b/htdocs/theme/eldy/img/object_billa.png index 3635f753a31..93564621d7a 100644 Binary files a/htdocs/theme/eldy/img/object_billa.png and b/htdocs/theme/eldy/img/object_billa.png differ diff --git a/htdocs/theme/eldy/img/object_contact.png b/htdocs/theme/eldy/img/object_contact.png index 09f772e7a83..e98202b367d 100755 Binary files a/htdocs/theme/eldy/img/object_contact.png and b/htdocs/theme/eldy/img/object_contact.png differ diff --git a/htdocs/theme/eldy/img/object_contract.png b/htdocs/theme/eldy/img/object_contract.png index 52f910ba1f6..a75f954555e 100755 Binary files a/htdocs/theme/eldy/img/object_contract.png and b/htdocs/theme/eldy/img/object_contract.png differ diff --git a/htdocs/theme/eldy/img/object_order.png b/htdocs/theme/eldy/img/object_order.png index 732ab97c439..20a1ddb6131 100755 Binary files a/htdocs/theme/eldy/img/object_order.png and b/htdocs/theme/eldy/img/object_order.png differ diff --git a/htdocs/theme/eldy/img/object_product.png b/htdocs/theme/eldy/img/object_product.png index f79b9cc78ff..79910e5e214 100755 Binary files a/htdocs/theme/eldy/img/object_product.png and b/htdocs/theme/eldy/img/object_product.png differ diff --git a/htdocs/theme/eldy/img/object_service.png b/htdocs/theme/eldy/img/object_service.png index 38a65e2b663..2161bfd59cc 100644 Binary files a/htdocs/theme/eldy/img/object_service.png and b/htdocs/theme/eldy/img/object_service.png differ diff --git a/htdocs/theme/eldy/img/object_task.png b/htdocs/theme/eldy/img/object_task.png index 60c194f1048..67b1c6a546c 100644 Binary files a/htdocs/theme/eldy/img/object_task.png and b/htdocs/theme/eldy/img/object_task.png differ diff --git a/htdocs/theme/eldy/img/object_user.png b/htdocs/theme/eldy/img/object_user.png index 81e0b0a657f..d26d8899ee8 100644 Binary files a/htdocs/theme/eldy/img/object_user.png and b/htdocs/theme/eldy/img/object_user.png differ diff --git a/htdocs/theme/eldy/img/previous.png b/htdocs/theme/eldy/img/previous.png index b6d7d5c4d8a..f807a78d281 100644 Binary files a/htdocs/theme/eldy/img/previous.png and b/htdocs/theme/eldy/img/previous.png differ diff --git a/htdocs/theme/eldy/img/printer.png b/htdocs/theme/eldy/img/printer.png index becd7dc553a..3a5e7b2dfa0 100644 Binary files a/htdocs/theme/eldy/img/printer.png and b/htdocs/theme/eldy/img/printer.png differ diff --git a/htdocs/theme/eldy/img/search.png b/htdocs/theme/eldy/img/search.png index 0df0df04ca5..4c52b1e401e 100644 Binary files a/htdocs/theme/eldy/img/search.png and b/htdocs/theme/eldy/img/search.png differ diff --git a/htdocs/theme/eldy/img/statut3.png b/htdocs/theme/eldy/img/statut3.png index 3da79f63501..f49966eaaa1 100644 Binary files a/htdocs/theme/eldy/img/statut3.png and b/htdocs/theme/eldy/img/statut3.png differ diff --git a/htdocs/theme/eldy/img/uparrow.png b/htdocs/theme/eldy/img/uparrow.png index b4e89fd81ec..5d54c6a4c91 100644 Binary files a/htdocs/theme/eldy/img/uparrow.png and b/htdocs/theme/eldy/img/uparrow.png differ diff --git a/htdocs/theme/freelug/img/printer.png b/htdocs/theme/freelug/img/printer.png index becd7dc553a..8407b4fe949 100644 Binary files a/htdocs/theme/freelug/img/printer.png and b/htdocs/theme/freelug/img/printer.png differ diff --git a/htdocs/theme/rodolphe/img/printer.png b/htdocs/theme/rodolphe/img/printer.png index becd7dc553a..8407b4fe949 100644 Binary files a/htdocs/theme/rodolphe/img/printer.png and b/htdocs/theme/rodolphe/img/printer.png differ diff --git a/htdocs/theme/yellow/img/printer.png b/htdocs/theme/yellow/img/printer.png index becd7dc553a..8407b4fe949 100644 Binary files a/htdocs/theme/yellow/img/printer.png and b/htdocs/theme/yellow/img/printer.png differ