diff --git a/htdocs/lib/security.lib.php b/htdocs/lib/security.lib.php index 740f6c34d56..c01997d3b79 100644 --- a/htdocs/lib/security.lib.php +++ b/htdocs/lib/security.lib.php @@ -97,6 +97,9 @@ function dol_loginfunction($langs,$conf,$mysoc) print $_SERVER['PHP_SELF']; print $_SERVER["QUERY_STRING"]?'?'.$_SERVER["QUERY_STRING"]:''; print '">'."\n"; + + // Token field + print ''; // Table 1 $title='Dolibarr '.DOL_VERSION; diff --git a/htdocs/livraison/fiche.php b/htdocs/livraison/fiche.php index 1e68bb656db..2f9c8e56a27 100644 --- a/htdocs/livraison/fiche.php +++ b/htdocs/livraison/fiche.php @@ -198,6 +198,7 @@ if ($_GET["action"] == 'create') * Commande */ print '
'; + print ''; print ''; print ''; if (!$conf->expedition_bon->enabled && $conf->stock->enabled) diff --git a/htdocs/oscommerce_ws/produits/OSCvente.php b/htdocs/oscommerce_ws/produits/OSCvente.php index 17a55b36d36..6f568573b43 100644 --- a/htdocs/oscommerce_ws/produits/OSCvente.php +++ b/htdocs/oscommerce_ws/produits/OSCvente.php @@ -139,6 +139,7 @@ if ($_GET["action"] == 'vendre' ) print ''.$langs->trans('Qty').''; print ''; print ''; + print ''; print ''; print ''; print $html->select_produits('','idprod'.$i,'',$conf->produit->limit_size,$soc->price_level); diff --git a/htdocs/oscommerce_ws/produits/categories.php b/htdocs/oscommerce_ws/produits/categories.php index 51e1e129591..cf847847258 100644 --- a/htdocs/oscommerce_ws/produits/categories.php +++ b/htdocs/oscommerce_ws/produits/categories.php @@ -201,14 +201,15 @@ if ($_REQUEST["action"] == 'import') print ''."\n"; print ''; print ''; - + print ''; print ''; print ''; // print ''; print $langs->trans("ChooseCategory").' '; print $html->select_all_categories(0,$categorie->id_mere).' '; print "
\n"; - print '
'; + print ''; + print ''; print ''; print ''; print ''; @@ -263,7 +264,9 @@ else print "\t\n"; print "\t\t".$obj->dolicatid."\n"; print "\t\t".$obj->label."\n"; - print ''."\n"; + print ''; + print ''; + print ''."\n"; print ''; print ''; print ''; @@ -330,6 +333,7 @@ elseif ( !($err = $client->getError()) ) //print 'Importer'; print ''; + print ''; print ''; print ''; print ''; diff --git a/htdocs/product/barcode.php b/htdocs/product/barcode.php index 7656be6a297..4fb485cb85c 100644 --- a/htdocs/product/barcode.php +++ b/htdocs/product/barcode.php @@ -154,6 +154,7 @@ print ''; if ($_GET['action'] == 'editbarcode') { print ''; + print ''; print ''; print ''; print ' '; diff --git a/htdocs/product/droitpret/index.php b/htdocs/product/droitpret/index.php index af2ec6182e2..7b1e944a5db 100644 --- a/htdocs/product/droitpret/index.php +++ b/htdocs/product/droitpret/index.php @@ -79,6 +79,7 @@ $lastRapport = $obj->lastRapport; print ''; +print ''; print ''; diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 922a258d373..d2e49968f33 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -590,6 +590,7 @@ if ($_GET["action"] == 'create' && $user->rights->produit->creer) if (! $conf->global->PRODUCT_CANVAS_ABILITY || !$_GET["canvas"]) { print ''; + print ''; print ''; print ''."\n"; @@ -1244,6 +1245,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status) $objp = $db->fetch_object($result); $var=!$var; print ''; + print ''; print ""; print ""; print ""; print ""; print "\n"; print "\n"; diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index c2d53e12573..73185af8273 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -247,6 +247,7 @@ if ($_GET["id"] || $_GET["ref"]) } print '
"; print ''; @@ -1286,6 +1288,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status) { $var=!$var; print ''; + print ''; print '
'; print ''; print $langs->trans("OtherPropals").''; @@ -1361,6 +1364,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status) $objc = $db->fetch_object($result); $var=!$var; print ''; + print ''; print "
"; print ''; @@ -1403,6 +1407,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status) { $var=!$var; print ''; + print ''; print '
'; print ''; print $langs->trans("OtherOrders").''; @@ -1474,6 +1479,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status) $objp = $db->fetch_object($result); $var=!$var; print ''; + print ''; print "
"; print ''; @@ -1535,6 +1541,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status) $var=!$var; print ''; + print ''; print "
factureid."\">$objp->facnumbersocid."\">".dol_trunc($objp->nom,24)."
'; print ''; + print ''; print ''; print '
'.$langs->trans("Supplier").''; diff --git a/htdocs/product/index.php b/htdocs/product/index.php index ac99bc19e3f..89101d736e3 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -57,6 +57,7 @@ print '
'; $rowspan=2; if ($conf->barcode->enabled) $rowspan++; print ''; +print ''; print ''; print ""; print ''; diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 2f514e91bbc..c7d492b85b0 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -207,6 +207,7 @@ if ($resql) else { print ''; + print ''; print ''; print ''; print ''; diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 5f2ea0f9d7a..18c8703b5c9 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -246,6 +246,7 @@ if ($_GET["action"] == 'edit_price' && $user->rights->produit->creer) if (empty($conf->global->PRODUIT_MULTIPRICES)) { print ''; + print ''; print ''; print ''; print '
'.$langs->trans("Search").'
'; @@ -302,6 +303,7 @@ if ($_GET["action"] == 'edit_price' && $user->rights->produit->creer) for($i=1; $i<=$conf->global->PRODUIT_MULTIPRICES_LIMIT; $i++) { print ''; + print ''; print ''; print ''; print '
'; diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php index b2f0d516bdf..c9e7a2828ef 100644 --- a/htdocs/product/reassort.php +++ b/htdocs/product/reassort.php @@ -180,6 +180,7 @@ if ($resql) } print ''; + print ''; print ''; print ''; print ''; diff --git a/htdocs/product/sousproduits/fiche.php b/htdocs/product/sousproduits/fiche.php index 2c07b47ed7a..e5c6245d949 100644 --- a/htdocs/product/sousproduits/fiche.php +++ b/htdocs/product/sousproduits/fiche.php @@ -247,6 +247,7 @@ if ($id || $ref) print '
'.$langs->trans("ProductToAddSearch").''; print ''; print ''; print ''; print ''; + print ''; print 'trans("WarehouseEdit"), $mesg); print ''; + print ''; print ''; print ''; diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php index 6495002caa2..d4faf5e3e27 100644 --- a/htdocs/product/stock/index.php +++ b/htdocs/product/stock/index.php @@ -46,6 +46,7 @@ print '
'; + print ''; print $langs->trans("KeywordFilter"); print ''; print ''; @@ -269,6 +270,7 @@ if ($id || $ref) print '
'.$langs->trans("Ref").''.$langs->trans("Label").''.$langs->trans("AddDel").''.$langs->trans("Quantity").'
'; * Zone recherche entrepot */ print ''; +print ''; print ''; print ""; print ''; diff --git a/htdocs/product/traduction.php b/htdocs/product/traduction.php index d37f6bdbc62..1408757118b 100644 --- a/htdocs/product/traduction.php +++ b/htdocs/product/traduction.php @@ -158,6 +158,7 @@ print '
'.$langs->trans("Search").'
'; if ($_GET["action"] == 'edit') { print ''; + print ''; print ''; print ''; @@ -253,6 +254,7 @@ if ($_GET["action"] == 'add' || $user->rights->produit->modifier) $select.=''; print ''; + print ''; print ''; print ''; print ''; diff --git a/htdocs/projet/activity/list.php b/htdocs/projet/activity/list.php index b32775638b3..0cdd2e51b5a 100644 --- a/htdocs/projet/activity/list.php +++ b/htdocs/projet/activity/list.php @@ -122,6 +122,7 @@ $tasksarray=$projet->getTasksArray(0,0); //var_dump($tasksarray); print ''; +print ''; print ''; print '
'; diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php index 91fc8108c5f..d091207316d 100644 --- a/htdocs/projet/fiche.php +++ b/htdocs/projet/fiche.php @@ -147,6 +147,7 @@ if ($_GET["action"] == 'create' && $user->rights->projet->creer) if ($mesg) print $mesg.'
'; print ''; + print ''; //if ($_REQUEST["socid"]) print ''; print '
'; print ''; @@ -207,6 +208,7 @@ else if ($_GET["action"] == 'edit') { print ''; + print ''; print ''; print ''; diff --git a/htdocs/projet/tasks/fiche.php b/htdocs/projet/tasks/fiche.php index 3b61a184123..b5735a56708 100644 --- a/htdocs/projet/tasks/fiche.php +++ b/htdocs/projet/tasks/fiche.php @@ -142,6 +142,7 @@ if ($_GET["action"] == 'create' && $user->rights->projet->creer) if ($mesg) print '
'.$mesg.'
'; print ''; + print ''; print ''; if ($_GET['id']) print ''; if ($_GET['mode']) print ''; @@ -190,6 +191,7 @@ else $param=($_REQUEST["mode"]=='mine'?'&mode=mine':''); print ''; + print ''; print '
'; diff --git a/htdocs/projet/tasks/task.php b/htdocs/projet/tasks/task.php index 433744099e4..1ec34eac84f 100644 --- a/htdocs/projet/tasks/task.php +++ b/htdocs/projet/tasks/task.php @@ -97,6 +97,7 @@ if ($_GET["id"] > 0) } print ''; + print ''; print ''; print '
'; diff --git a/htdocs/projet/tasks/who.php b/htdocs/projet/tasks/who.php index 5696dd89bd3..5ab94eeee5f 100644 --- a/htdocs/projet/tasks/who.php +++ b/htdocs/projet/tasks/who.php @@ -68,6 +68,7 @@ if ($_GET["id"] > 0) if ($mesg) print $mesg.'
'; print ''; + print ''; print ''; print '
'; diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php index a32ae3e5ecb..abf5134577b 100644 --- a/htdocs/public/demo/index.php +++ b/htdocs/public/demo/index.php @@ -192,6 +192,7 @@ asort($orders); //var_dump($orders); print ''; +print ''; print ''; print "\n"; diff --git a/htdocs/public/paybox/newpayment.php b/htdocs/public/paybox/newpayment.php index e2a4203fea1..b47a53f4111 100644 --- a/htdocs/public/paybox/newpayment.php +++ b/htdocs/public/paybox/newpayment.php @@ -112,6 +112,7 @@ else if (! empty($conf->global->PAYBOX_CREDITOR)) $creditor=$conf->global->PAYBO print '
'; print ''; +print ''; print ''; print ''; print ''; diff --git a/htdocs/societe/notify/fiche.php b/htdocs/societe/notify/fiche.php index 28b514e0453..bf7f1c98755 100644 --- a/htdocs/societe/notify/fiche.php +++ b/htdocs/societe/notify/fiche.php @@ -140,6 +140,7 @@ if ( $soc->fetch($soc->id) ) print_fiche_titre($langs->trans("AddNewNotification")); print ''; + print ''; // Ligne de titres print '
'; diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php index 104280d9a66..f56143b3fd1 100644 --- a/htdocs/societe/rib.php +++ b/htdocs/societe/rib.php @@ -192,6 +192,7 @@ if ($_GET["socid"] && $_GET["action"] == 'edit' && $user->rights->societe->creer if ($message) { print "$message

\n"; } print ''; + print ''; print ''; print ''; diff --git a/htdocs/support/inc.php b/htdocs/support/inc.php index 50b15e59be7..e29204deed6 100644 --- a/htdocs/support/inc.php +++ b/htdocs/support/inc.php @@ -211,6 +211,7 @@ function pHeader($soutitre,$next,$action='none') print '
'; print ''."\n"; + print ''; print ''."\n"; // print '
'."\n"; diff --git a/htdocs/telephonie/adsl/fiche.php b/htdocs/telephonie/adsl/fiche.php index 483deb14625..5d91f41417e 100644 --- a/htdocs/telephonie/adsl/fiche.php +++ b/htdocs/telephonie/adsl/fiche.php @@ -743,6 +743,7 @@ if ( $user->rights->telephonie->adsl->commander && $ligne->statut == 1) print '
'; print ''; + print ''; print ''; print '
Commande chez le fournisseur'; print '
Date de la commande'; @@ -766,6 +767,7 @@ if ( $user->rights->telephonie->adsl->gerer && $ligne->statut == 2) print '
'; print ''; + print ''; print ''; print '
Activ�e chez le fournisseur'; print "
Date de l'activation"; @@ -792,6 +794,7 @@ if ( $user->rights->telephonie->adsl->gerer && $ligne->statut == 3) print '
'; print ''; + print ''; print ''; print '
Programm� sur le backbone'; print "
Date de la programmation"; @@ -809,6 +812,7 @@ if ( $user->rights->telephonie->adsl->gerer && $ligne->statut == 9) print '
'; print ''; + print ''; print ''; print '
Livr�e au client'; print "
Date de la livraison client"; @@ -825,6 +829,7 @@ if ( $user->rights->telephonie->adsl->gerer && $ligne->statut == 4) { print '
'; print ''; + print ''; print ''; print '
A r�silier'; print '
Date de r�siliation demand�e'; @@ -840,6 +845,7 @@ if ( $user->rights->telephonie->adsl->gerer && $ligne->statut == 5) { print '
'; print ''; + print ''; print ''; print '
Demande de r�siliatin fournisseur'; print '
Date de la demande de r�siliation'; @@ -855,6 +861,7 @@ if ( $user->rights->telephonie->adsl->gerer && $ligne->statut == 6) { print '
'; print ''; + print ''; print ''; print '
Confirmation de r�siliatin fournisseur'; print '
Date de la confirmation de r�siliation'; diff --git a/htdocs/telephonie/client/commentaires.php b/htdocs/telephonie/client/commentaires.php index d894d696b17..152bc4c76a2 100644 --- a/htdocs/telephonie/client/commentaires.php +++ b/htdocs/telephonie/client/commentaires.php @@ -125,6 +125,7 @@ if ($_GET["id"]) print '

'; print ''; + print ''; print ''; print ''; diff --git a/htdocs/telephonie/client/facture.php b/htdocs/telephonie/client/facture.php index e81afc35b88..cdfa1c4f2d4 100644 --- a/htdocs/telephonie/client/facture.php +++ b/htdocs/telephonie/client/facture.php @@ -305,6 +305,7 @@ if ($_GET["facid"] > 0) if ($fac->brouillon == 1 && $user->rights->facture->creer) { print ''; + print ''; print ''; print ''; diff --git a/htdocs/telephonie/client/new.php b/htdocs/telephonie/client/new.php index 8842f9d5887..d11d08ad12a 100644 --- a/htdocs/telephonie/client/new.php +++ b/htdocs/telephonie/client/new.php @@ -635,6 +635,7 @@ if ($user->rights->telephonie->ligne->creer) print ''; + print ''; print ''; print ''; print ''; diff --git a/htdocs/telephonie/client/permissions.php b/htdocs/telephonie/client/permissions.php index a2d1a717b96..45ee050e3c5 100644 --- a/htdocs/telephonie/client/permissions.php +++ b/htdocs/telephonie/client/permissions.php @@ -114,6 +114,7 @@ if ($soc->id) print '
Nouveau
commentaire'; print '
% '; print '

'; print ''; + print ''; print ''; print ''; diff --git a/htdocs/telephonie/client/tarifs.php b/htdocs/telephonie/client/tarifs.php index 806cb02aa27..c3d302a97b2 100644 --- a/htdocs/telephonie/client/tarifs.php +++ b/htdocs/telephonie/client/tarifs.php @@ -215,6 +215,7 @@ if ($_GET["id"]) print "
\n
\n"; print ''; + print ''; print ''; print ''; diff --git a/htdocs/telephonie/config/compta.php b/htdocs/telephonie/config/compta.php index 25da92fb8bb..9faa111dae6 100644 --- a/htdocs/telephonie/config/compta.php +++ b/htdocs/telephonie/config/compta.php @@ -58,6 +58,7 @@ print "
"; */ print_titre("Emails"); print ''; +print ''; print '
'; print ''; print ''; diff --git a/htdocs/telephonie/config/index.php b/htdocs/telephonie/config/index.php index 8af053f8491..cca6164e0d8 100644 --- a/htdocs/telephonie/config/index.php +++ b/htdocs/telephonie/config/index.php @@ -66,6 +66,7 @@ print "
"; */ print_titre("Emails"); print ''; +print ''; print '
Nom
'; print ''; print ''; diff --git a/htdocs/telephonie/config/mail.php b/htdocs/telephonie/config/mail.php index a42eebc018c..7dd1dc3e63b 100644 --- a/htdocs/telephonie/config/mail.php +++ b/htdocs/telephonie/config/mail.php @@ -59,6 +59,7 @@ print "
"; */ print_titre("Emails"); print ''; +print ''; print '
Nom
'; print ''; print ''; diff --git a/htdocs/telephonie/config/xdsl.php b/htdocs/telephonie/config/xdsl.php index e4c7ededd3e..baacc781d74 100644 --- a/htdocs/telephonie/config/xdsl.php +++ b/htdocs/telephonie/config/xdsl.php @@ -80,6 +80,7 @@ dol_fiche_head($head, $hselected, "Configuration des liens xDSL"); print_titre("Fournisseurs"); print ''; +print ''; print '
Nom
'; $form = new Form($db); diff --git a/htdocs/telephonie/config/xdsl_product.php b/htdocs/telephonie/config/xdsl_product.php index 4cded85cbca..ecd81fb4534 100644 --- a/htdocs/telephonie/config/xdsl_product.php +++ b/htdocs/telephonie/config/xdsl_product.php @@ -80,6 +80,7 @@ dol_fiche_head($head, $hselected, "Configuration des liens xDSL"); $form = new Form($db); print_titre($langs->trans("Products")); print ''; +print ''; print '
'; $prods = array(); diff --git a/htdocs/telephonie/config/xdsl_wkf.php b/htdocs/telephonie/config/xdsl_wkf.php index ec048205ef2..ab8d361ba50 100644 --- a/htdocs/telephonie/config/xdsl_wkf.php +++ b/htdocs/telephonie/config/xdsl_wkf.php @@ -82,6 +82,7 @@ dol_fiche_head($head, $hselected, "Configuration des liens xDSL"); print_titre("Workflow"); print ''; +print ''; print '
'; $form = new Form($db); diff --git a/htdocs/telephonie/contrat/fiche.php b/htdocs/telephonie/contrat/fiche.php index 7055d7b3974..7dbb82db978 100644 --- a/htdocs/telephonie/contrat/fiche.php +++ b/htdocs/telephonie/contrat/fiche.php @@ -754,6 +754,7 @@ else print_fiche_titre('Edition du contrat', $mesg); print ''; + print ''; print ''; print '
'; @@ -961,6 +962,7 @@ else print_fiche_titre('Ajouter un contact', $mesg); print ''; + print ''; print ''; print '
'; @@ -1052,6 +1054,7 @@ else print_fiche_titre('Ajouter une prise d\'ordre mensuelle'); print ''; + print ''; print ''; print '
'; print '
Montant mensuel'; diff --git a/htdocs/telephonie/contrat/services.php b/htdocs/telephonie/contrat/services.php index 1f000e7a3f7..9a5e14d982a 100644 --- a/htdocs/telephonie/contrat/services.php +++ b/htdocs/telephonie/contrat/services.php @@ -252,6 +252,7 @@ if ($_GET["id"]) print_fiche_titre('Ajouter un service', $mesg); print ''; + print ''; print ''; print ''; print ''; print '
Service'; diff --git a/htdocs/telephonie/distributeurs/fiche.php b/htdocs/telephonie/distributeurs/fiche.php index 6b4cdd17a8f..aa9a86412c0 100644 --- a/htdocs/telephonie/distributeurs/fiche.php +++ b/htdocs/telephonie/distributeurs/fiche.php @@ -86,6 +86,7 @@ if ($_GET["action"] == 'create_commercial') dol_fiche_head($head, $hselected, $distri->nom); print ''; + print ''; print '
'; @@ -120,6 +121,7 @@ $h++; dol_fiche_head($head, $hselected, "Distributeurs"); print ''; + print ''; print ''; print '
'; diff --git a/htdocs/telephonie/facturation/index.php b/htdocs/telephonie/facturation/index.php index 449f561a2c3..35b5c4ef56e 100644 --- a/htdocs/telephonie/facturation/index.php +++ b/htdocs/telephonie/facturation/index.php @@ -130,7 +130,8 @@ print '
'; print '
'; -print ''; +print ''; +print ''; print ''; print ''; diff --git a/htdocs/telephonie/fournisseur/fiche.php b/htdocs/telephonie/fournisseur/fiche.php index d2ab01125c7..3792e0c0262 100644 --- a/htdocs/telephonie/fournisseur/fiche.php +++ b/htdocs/telephonie/fournisseur/fiche.php @@ -167,6 +167,7 @@ if ($_GET["id"] > 0) print_titre("Modification fournisseur"); print ''; + print ''; print ''; print '
'; diff --git a/htdocs/telephonie/ligne/commande/retour/index.php b/htdocs/telephonie/ligne/commande/retour/index.php index b8d0bdf18c3..0e5a3295e07 100644 --- a/htdocs/telephonie/ligne/commande/retour/index.php +++ b/htdocs/telephonie/ligne/commande/retour/index.php @@ -102,7 +102,8 @@ else print '
'; -print ''; +print ''; +print ''; print ''; print '
'; diff --git a/htdocs/telephonie/ligne/commentaires.php b/htdocs/telephonie/ligne/commentaires.php index 1d58c616994..e63fa65c3d5 100644 --- a/htdocs/telephonie/ligne/commentaires.php +++ b/htdocs/telephonie/ligne/commentaires.php @@ -163,6 +163,7 @@ if ($_GET["id"]) print '
'; print ''; + print ''; print '
'; print ''; diff --git a/htdocs/telephonie/ligne/conso.php b/htdocs/telephonie/ligne/conso.php index ee5add5e979..8872994a6be 100644 --- a/htdocs/telephonie/ligne/conso.php +++ b/htdocs/telephonie/ligne/conso.php @@ -217,6 +217,7 @@ if ($_GET["id"] or $_GET["numero"]) print_barre_liste("CDR", $page, "conso.php", $urladd, $sortfield, $sortorder, '', $num); print ''."\n"; + print ''; print '
Nouveau
commentaire'; print '
'."\n"; print ''; print ''; diff --git a/htdocs/telephonie/ligne/fiche.php b/htdocs/telephonie/ligne/fiche.php index 55a64ab9961..fa42daf5698 100644 --- a/htdocs/telephonie/ligne/fiche.php +++ b/htdocs/telephonie/ligne/fiche.php @@ -374,6 +374,7 @@ elseif ($_GET["action"] == 'create' && $_GET["contratid"] > 0) else { print ''; + print ''; print ''; print ''."\n"; print ''."\n"; @@ -834,6 +835,7 @@ else */ print ''; + print ''; print ''; print '
NumeroDateDuree
'; print ''; @@ -857,6 +859,7 @@ else */ print ''; + print ''; print ''; print '
Modification de la remise Local/Mobile/National
'; print ''; @@ -1217,11 +1220,12 @@ if ( $user->rights->telephonie->ligne_commander && $ligne->statut == 3 ) if (sizeof($ff) > 0 && $ligne->techno == 'presel') { /** - * Transf�rer chez un autre fournisseur + * Transferer chez un autre fournisseur */ $form = new Form($db); print '
Migrer vers un autre contrat
'; print ''; + print ''; print ''; print ''; print ''; @@ -1245,6 +1249,7 @@ if ( $user->rights->telephonie->ligne_activer && $ligne->statut == 2 && $ligne-> print '
Commander la ligne chez un autre fournisseur
'; print ''; + print ''; print ''; print '
Activer'; print '
Date'; @@ -1257,6 +1262,7 @@ if ( $user->rights->telephonie->ligne_activer && $ligne->statut == 2 && $ligne-> print ''; + print ''; print ''; print '
Refuser'; print '
Date'; @@ -1272,13 +1278,14 @@ if ( $user->rights->telephonie->ligne_activer && $ligne->statut == 2 && $ligne-> if ( $user->rights->telephonie->ligne_activer && ( $ligne->statut == 5 || $ligne->statut == 3) && $ligne->techno == 'presel') { /** - * R�siliation demand�e + * Resiliation demandee */ $form = new Form($db); print '
'; print ''; + print ''; print ''; print '
Confirmation de la r�siliation'; print '
Date'; @@ -1304,6 +1311,7 @@ if ( $user->rights->telephonie->ligne->creer && $ligne->statut == 6 && $ligne->t print '
'; print ''; + print ''; print ''; print ''; print ''; print ''; +print ''; print ''; print ''; diff --git a/htdocs/telephonie/service/fiche.php b/htdocs/telephonie/service/fiche.php index 175adbb9198..ecf9773b761 100644 --- a/htdocs/telephonie/service/fiche.php +++ b/htdocs/telephonie/service/fiche.php @@ -102,6 +102,7 @@ if ($_GET["action"] == 'create') print_titre("Nouveau service"); print ''; + print ''; print ''; print '
Recommander la ligne'; print '
Date'; diff --git a/htdocs/telephonie/ligne/numdata.php b/htdocs/telephonie/ligne/numdata.php index c87c47a9bff..0f27d073acc 100644 --- a/htdocs/telephonie/ligne/numdata.php +++ b/htdocs/telephonie/ligne/numdata.php @@ -127,6 +127,7 @@ print '
'; diff --git a/htdocs/telephonie/tarifs/config/grilles.php b/htdocs/telephonie/tarifs/config/grilles.php index e424b9bf665..2b953321954 100644 --- a/htdocs/telephonie/tarifs/config/grilles.php +++ b/htdocs/telephonie/tarifs/config/grilles.php @@ -118,6 +118,7 @@ print "
"; if ($_GET["action"] == 'delete') { print '

'; + print ''; print ''; print ''; print ''; @@ -138,6 +139,7 @@ if ($_GET["action"] == 'delete') else { print '

'; + print ''; print ''; print '
'; diff --git a/htdocs/telephonie/tarifs/config/permissions.php b/htdocs/telephonie/tarifs/config/permissions.php index 3d2f228ad5b..02d21940f98 100644 --- a/htdocs/telephonie/tarifs/config/permissions.php +++ b/htdocs/telephonie/tarifs/config/permissions.php @@ -129,6 +129,7 @@ if ($resql) $form = new Form($db); print ''; +print ''; print ''; print '
'; print ''; diff --git a/htdocs/telephonie/tarifs/config/tarif.php b/htdocs/telephonie/tarifs/config/tarif.php index dc6a62f3b5f..74c0afa15f8 100644 --- a/htdocs/telephonie/tarifs/config/tarif.php +++ b/htdocs/telephonie/tarifs/config/tarif.php @@ -205,6 +205,7 @@ else print '
'; +print ''; print ''; print '
Grille
'; diff --git a/htdocs/telephonie/tarifs/config/tarifs.php b/htdocs/telephonie/tarifs/config/tarifs.php index 8879b6d557a..5fe741a602b 100644 --- a/htdocs/telephonie/tarifs/config/tarifs.php +++ b/htdocs/telephonie/tarifs/config/tarifs.php @@ -55,6 +55,7 @@ if ($user->societe_id > 0) print ''; +print ''; print ''; print '
'; diff --git a/htdocs/telephonie/tarifs/grille.php b/htdocs/telephonie/tarifs/grille.php index 417fc36f9b4..1b3092f9a46 100644 --- a/htdocs/telephonie/tarifs/grille.php +++ b/htdocs/telephonie/tarifs/grille.php @@ -121,6 +121,7 @@ if ($auth_write) { print ''; + print ''; print ''; print '
'; print ''; diff --git a/htdocs/telephonie/tarifs/permissions.php b/htdocs/telephonie/tarifs/permissions.php index 1f046d82998..f63beb8227d 100644 --- a/htdocs/telephonie/tarifs/permissions.php +++ b/htdocs/telephonie/tarifs/permissions.php @@ -129,6 +129,7 @@ if ($resql) $form = new Form($db); print ''; +print ''; print ''; print '
Modification
'; print ''; diff --git a/htdocs/user/clicktodial.php b/htdocs/user/clicktodial.php index 6bea01650f2..5960825054d 100644 --- a/htdocs/user/clicktodial.php +++ b/htdocs/user/clicktodial.php @@ -97,6 +97,7 @@ if ($_GET["id"]) if ($_GET["action"] == 'edit') { print ''; + print ''; print ''; print '
Grille
'; diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php index e96a6b9e197..a6aa2113462 100644 --- a/htdocs/user/fiche.php +++ b/htdocs/user/fiche.php @@ -473,6 +473,7 @@ if (($action == 'create') || ($action == 'adduserldap')) print "\n\n\n"; print ''; + print ''; print '
'; print '
'; print $langs->trans("LDAPUsers"); @@ -491,6 +492,7 @@ if (($action == 'create') || ($action == 'adduserldap')) } print ''; + print ''; print ''; if ($ldap_sid) print ''; print ''; @@ -1184,6 +1186,7 @@ else { $form = new Form($db); print ''."\n"; + print ''; print ''; print ''."\n"; print ''."\n"; @@ -1262,6 +1265,7 @@ else { print ''; + print ''; print ''; print ''; print '
'.$langs->trans("GroupsToAdd").'
'; diff --git a/htdocs/user/group/fiche.php b/htdocs/user/group/fiche.php index 802b8c5aaa6..6c0e4e2f62a 100644 --- a/htdocs/user/group/fiche.php +++ b/htdocs/user/group/fiche.php @@ -181,6 +181,7 @@ if ($action == 'create') if ($message) { print $message."
"; } print ''; + print ''; print ''; print '
'; @@ -384,6 +385,7 @@ else { $form = new Form($db); print ''."\n"; + print ''; print ''; print '
'."\n"; print ''."\n"; @@ -476,6 +478,7 @@ else if ($_GET["action"] == 'edit' && $caneditperms) { print ''; + print ''; print ''; print '
'.$langs->trans("NonAffectedUsers").'
'; diff --git a/htdocs/user/home.php b/htdocs/user/home.php index c5bcf0cab73..ddbed2bace4 100644 --- a/htdocs/user/home.php +++ b/htdocs/user/home.php @@ -48,6 +48,7 @@ print '
'; // Recherche User $var=false; print ''; +print ''; print ''; print ''; print '
'.$langs->trans("SearchAUser").'
'; @@ -59,6 +60,7 @@ print ''; // Recherche Group $var=false; print '
'; +print ''; print ''; print ''; print '
'.$langs->trans("SearchAGroup").'
'; diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php index 8de36c84f3a..0837403e529 100644 --- a/htdocs/user/param_ihm.php +++ b/htdocs/user/param_ihm.php @@ -142,6 +142,7 @@ print '

'; if ($_GET["action"] == 'edit') { print ''; + print ''; print ''; print ''; diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php index 759c811c2df..b3d6424b887 100644 --- a/htdocs/user/passwordforgotten.php +++ b/htdocs/user/passwordforgotten.php @@ -195,6 +195,7 @@ print ''."\n"; // Form print ''."\n"; +print ''; print ''."\n"; // Table 1