diff --git a/htdocs/core/boxes/box_actions.php b/htdocs/core/boxes/box_actions.php index e909e60620a..f95c077999d 100644 --- a/htdocs/core/boxes/box_actions.php +++ b/htdocs/core/boxes/box_actions.php @@ -30,7 +30,6 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); */ class box_actions extends ModeleBoxes { - var $boxcode="lastactions"; var $boximg="object_action"; var $boxlabel; diff --git a/htdocs/core/boxes/box_bookmarks.php b/htdocs/core/boxes/box_bookmarks.php index 9427b64b721..7af510379f1 100644 --- a/htdocs/core/boxes/box_bookmarks.php +++ b/htdocs/core/boxes/box_bookmarks.php @@ -27,7 +27,6 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); */ class box_bookmarks extends ModeleBoxes { - var $boxcode="bookmarks"; var $boximg="object_bookmark"; var $boxlabel; diff --git a/htdocs/core/boxes/box_clients.php b/htdocs/core/boxes/box_clients.php index 05654cc43aa..633440275f9 100644 --- a/htdocs/core/boxes/box_clients.php +++ b/htdocs/core/boxes/box_clients.php @@ -29,9 +29,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last thirdparties */ - class box_clients extends ModeleBoxes - { - +class box_clients extends ModeleBoxes +{ var $boxcode="lastcustomers"; var $boximg="object_company"; var $boxlabel; diff --git a/htdocs/core/boxes/box_commandes.php b/htdocs/core/boxes/box_commandes.php index f729b6881ec..4104426864b 100644 --- a/htdocs/core/boxes/box_commandes.php +++ b/htdocs/core/boxes/box_commandes.php @@ -29,9 +29,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last orders */ - class box_commandes extends ModeleBoxes - { - +class box_commandes extends ModeleBoxes +{ var $boxcode="lastcustomerorders"; var $boximg="object_order"; var $boxlabel; diff --git a/htdocs/core/boxes/box_comptes.php b/htdocs/core/boxes/box_comptes.php index 7cc328d6294..55c673225b5 100644 --- a/htdocs/core/boxes/box_comptes.php +++ b/htdocs/core/boxes/box_comptes.php @@ -29,9 +29,8 @@ include_once(DOL_DOCUMENT_ROOT."/compta/bank/class/account.class.php"); /** * Class to manage the box to show last users */ - class box_comptes extends ModeleBoxes - { - +class box_comptes extends ModeleBoxes +{ var $boxcode="currentaccounts"; var $boximg="object_bill"; var $boxlabel; diff --git a/htdocs/core/boxes/box_contacts.php b/htdocs/core/boxes/box_contacts.php index 996b7b9ad55..c9e216de25f 100755 --- a/htdocs/core/boxes/box_contacts.php +++ b/htdocs/core/boxes/box_contacts.php @@ -30,9 +30,8 @@ include_once(DOL_DOCUMENT_ROOT."/contact/class/contact.class.php"); /** * Class to manage the box to show last contacts */ - class box_contacts extends ModeleBoxes - { - +class box_contacts extends ModeleBoxes +{ var $boxcode="lastcontacts"; var $boximg="object_contact"; var $boxlabel; diff --git a/htdocs/core/boxes/box_contracts.php b/htdocs/core/boxes/box_contracts.php index a1c3e673c56..6c4a57b5466 100644 --- a/htdocs/core/boxes/box_contracts.php +++ b/htdocs/core/boxes/box_contracts.php @@ -27,9 +27,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last contracts */ - class box_contracts extends ModeleBoxes - { - +class box_contracts extends ModeleBoxes +{ var $boxcode="lastcontracts"; var $boximg="object_contract"; var $boxlabel; diff --git a/htdocs/core/boxes/box_external_rss.php b/htdocs/core/boxes/box_external_rss.php index d0dbe88e278..61ec5c75b2f 100644 --- a/htdocs/core/boxes/box_external_rss.php +++ b/htdocs/core/boxes/box_external_rss.php @@ -31,9 +31,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show RSS feeds */ - class box_external_rss extends ModeleBoxes - { - +class box_external_rss extends ModeleBoxes +{ var $boxcode="lastrssinfos"; var $boximg="object_rss"; var $boxlabel; diff --git a/htdocs/core/boxes/box_factures.php b/htdocs/core/boxes/box_factures.php index d34c50750bb..624f633442e 100644 --- a/htdocs/core/boxes/box_factures.php +++ b/htdocs/core/boxes/box_factures.php @@ -28,9 +28,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last invoices */ - class box_factures extends ModeleBoxes - { - +class box_factures extends ModeleBoxes +{ var $boxcode="lastcustomerbills"; var $boximg="object_bill"; var $boxlabel; diff --git a/htdocs/core/boxes/box_factures_fourn.php b/htdocs/core/boxes/box_factures_fourn.php index 7899e8b4491..03725161a23 100644 --- a/htdocs/core/boxes/box_factures_fourn.php +++ b/htdocs/core/boxes/box_factures_fourn.php @@ -28,9 +28,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last supplier invoices */ - class box_factures_fourn extends ModeleBoxes - { - +class box_factures_fourn extends ModeleBoxes +{ var $boxcode="lastsupplierbills"; var $boximg="object_bill"; var $boxlabel; diff --git a/htdocs/core/boxes/box_factures_fourn_imp.php b/htdocs/core/boxes/box_factures_fourn_imp.php index c9013d9a6db..8e14a322d9b 100644 --- a/htdocs/core/boxes/box_factures_fourn_imp.php +++ b/htdocs/core/boxes/box_factures_fourn_imp.php @@ -27,9 +27,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show not payed suppliers invoices */ - class box_factures_fourn_imp extends ModeleBoxes - { - +class box_factures_fourn_imp extends ModeleBoxes +{ var $boxcode="oldestunpaidsupplierbills"; var $boximg="object_bill"; var $boxlabel; diff --git a/htdocs/core/boxes/box_factures_imp.php b/htdocs/core/boxes/box_factures_imp.php index dff509b025d..30f18ad02f0 100644 --- a/htdocs/core/boxes/box_factures_imp.php +++ b/htdocs/core/boxes/box_factures_imp.php @@ -30,9 +30,8 @@ require_once(DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php'); /** * Class to manage the box to show last invoices */ - class box_factures_imp extends ModeleBoxes - { - +class box_factures_imp extends ModeleBoxes +{ var $boxcode="oldestunpaidcustomerbills"; var $boximg="object_bill"; var $boxlabel; diff --git a/htdocs/core/boxes/box_fournisseurs.php b/htdocs/core/boxes/box_fournisseurs.php index 0270f0c12c9..8e579f79731 100644 --- a/htdocs/core/boxes/box_fournisseurs.php +++ b/htdocs/core/boxes/box_fournisseurs.php @@ -28,9 +28,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last suppliers */ - class box_fournisseurs extends ModeleBoxes - { - +class box_fournisseurs extends ModeleBoxes +{ var $boxcode="lastsuppliers"; var $boximg="object_company"; var $boxlabel; diff --git a/htdocs/core/boxes/box_members.php b/htdocs/core/boxes/box_members.php index 5390e6a74c6..7625ab8bc2e 100755 --- a/htdocs/core/boxes/box_members.php +++ b/htdocs/core/boxes/box_members.php @@ -29,9 +29,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last members */ - class box_members extends ModeleBoxes - { - +class box_members extends ModeleBoxes +{ var $boxcode="lastmembers"; var $boximg="object_user"; var $boxlabel; diff --git a/htdocs/core/boxes/box_osc_client.php b/htdocs/core/boxes/box_osc_client.php index 72c97013881..725a156d9f6 100644 --- a/htdocs/core/boxes/box_osc_client.php +++ b/htdocs/core/boxes/box_osc_client.php @@ -28,9 +28,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last customers of shop */ - class box_osc_clients extends ModeleBoxes - { - +class box_osc_clients extends ModeleBoxes +{ var $boxcode="nbofcustomers"; var $boximg="object_company"; var $boxlabel; diff --git a/htdocs/core/boxes/box_produits.php b/htdocs/core/boxes/box_produits.php index 0a7441e3ece..20b23316952 100644 --- a/htdocs/core/boxes/box_produits.php +++ b/htdocs/core/boxes/box_produits.php @@ -30,9 +30,8 @@ include_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php"); /** * Class to manage the box to show last products */ - class box_produits extends ModeleBoxes - { - +class box_produits extends ModeleBoxes +{ var $boxcode="lastproducts"; var $boximg="object_product"; var $boxlabel; diff --git a/htdocs/core/boxes/box_propales.php b/htdocs/core/boxes/box_propales.php index 33230db1a54..3ff01e3cc54 100644 --- a/htdocs/core/boxes/box_propales.php +++ b/htdocs/core/boxes/box_propales.php @@ -29,9 +29,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last proposals */ - class box_propales extends ModeleBoxes - { - +class box_propales extends ModeleBoxes +{ var $boxcode="lastpropals"; var $boximg="object_propal"; var $boxlabel; diff --git a/htdocs/core/boxes/box_prospect.php b/htdocs/core/boxes/box_prospect.php index 19607d4d791..f1f6ae393bc 100644 --- a/htdocs/core/boxes/box_prospect.php +++ b/htdocs/core/boxes/box_prospect.php @@ -31,9 +31,8 @@ include_once(DOL_DOCUMENT_ROOT."/comm/prospect/class/prospect.class.php"); /** * Class to manage the box to show last prospects */ - class box_prospect extends ModeleBoxes - { - +class box_prospect extends ModeleBoxes +{ var $boxcode="lastprospects"; var $boximg="object_company"; var $boxlabel; diff --git a/htdocs/core/boxes/box_services_contracts.php b/htdocs/core/boxes/box_services_contracts.php index eccb1af797c..c696306a1cf 100644 --- a/htdocs/core/boxes/box_services_contracts.php +++ b/htdocs/core/boxes/box_services_contracts.php @@ -29,9 +29,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show last services lines */ - class box_services_contracts extends ModeleBoxes - { - +class box_services_contracts extends ModeleBoxes +{ var $boxcode="lastproductsincontract"; var $boximg="object_product"; var $boxlabel; diff --git a/htdocs/core/boxes/box_services_expired.php b/htdocs/core/boxes/box_services_expired.php index 5d08e506d19..ab648d44ec4 100644 --- a/htdocs/core/boxes/box_services_expired.php +++ b/htdocs/core/boxes/box_services_expired.php @@ -27,8 +27,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); /** * Class to manage the box to show expired services */ - class box_services_expired extends ModeleBoxes - { +class box_services_expired extends ModeleBoxes +{ var $boxcode="expiredservices"; // id of box var $boximg="object_contract";