diff --git a/htdocs/adherents/htpasswd.php b/htdocs/adherents/htpasswd.php index f89fbe2b063..94e057151f9 100644 --- a/htdocs/adherents/htpasswd.php +++ b/htdocs/adherents/htpasswd.php @@ -52,7 +52,7 @@ if ($result) $i = 0; print "
Export au format htpasswd des login des adhérents

\n"; - //print_barre_liste("Export au format htpasswd des login des adhérents", $page, $PHP_SELF, ""); + //print_barre_liste("Export au format htpasswd des login des adhérents", $page, "htpasswd.php", ""); print "
\n"; while ($i < $num) { diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php index c0ae6e57c1b..e3a8796a4f1 100644 --- a/htdocs/adherents/type.php +++ b/htdocs/adherents/type.php @@ -145,7 +145,7 @@ if ($_GET["action"] == 'create') { print_titre("Nouveau type"); print '
'; - print "
"; + print ""; print ''; print ''; diff --git a/htdocs/admin/boutique-special-all.php b/htdocs/admin/boutique-special-all.php index 5a5beee92f1..a37294a0000 100644 --- a/htdocs/admin/boutique-special-all.php +++ b/htdocs/admin/boutique-special-all.php @@ -28,7 +28,7 @@ require("../product/promotion/promotion.class.php"); llxHeader(); -print_barre_liste("Mise a jour de tous les livres", $page, $PHP_SELF); +print_barre_liste("Mise a jour de tous les livres", $page, "boutique-special-all.php"); $sql = "SELECT l.rowid FROM ".MAIN_DB_PREFIX."livre as l"; diff --git a/htdocs/admin/boutique-update-all.php b/htdocs/admin/boutique-update-all.php index 94dc7aeac9c..2469e658c7e 100644 --- a/htdocs/admin/boutique-update-all.php +++ b/htdocs/admin/boutique-update-all.php @@ -27,7 +27,7 @@ require("../boutique/auteur/auteur.class.php"); llxHeader(); -print_barre_liste("Mise a jour de tous les livres", $page, $PHP_SELF); +print_barre_liste("Mise a jour de tous les livres", $page, "boutique-update-all.php"); $sql = "SELECT l.rowid FROM ".MAIN_DB_PREFIX."livre as l"; diff --git a/htdocs/boutique/auteur/fiche.php b/htdocs/boutique/auteur/fiche.php index c08eb889e11..25d29e4f74e 100644 --- a/htdocs/boutique/auteur/fiche.php +++ b/htdocs/boutique/auteur/fiche.php @@ -64,7 +64,7 @@ llxHeader(); if ($action == 'create') { - print "\n"; + print "\n"; print ''; print '
Nouvel Auteur

'; @@ -99,7 +99,7 @@ else if ($action == 'delete') { - print ''; + print ''; print ''; print '
'; @@ -126,7 +126,7 @@ else { print '
Edition de la fiche Auteur : '.$auteur->nom.'

'; - print "\n"; + print "\n"; print ''; print '
'; diff --git a/htdocs/boutique/auteur/index.php b/htdocs/boutique/auteur/index.php index 27b2a5fd6db..01f1bbe5d0a 100644 --- a/htdocs/boutique/auteur/index.php +++ b/htdocs/boutique/auteur/index.php @@ -36,7 +36,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des Auteurs", $page, $PHP_SELF); +print_barre_liste("Liste des Auteurs", $page, "index.php"); $sql = "SELECT e.rowid, e.nom FROM ".MAIN_DB_PREFIX."auteur as e"; @@ -48,7 +48,7 @@ if ( $db->query($sql) ) { $i = 0; print "

"; print ""; print "\n"; $var=True; diff --git a/htdocs/boutique/client/index.php b/htdocs/boutique/client/index.php index 0a8d08cb0d3..0d42fb6b91d 100644 --- a/htdocs/boutique/client/index.php +++ b/htdocs/boutique/client/index.php @@ -36,7 +36,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des clients", $page, $PHP_SELF); +print_barre_liste("Liste des clients", $page, "index.php"); $sql = "SELECT c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_email_address, c.customers_newsletter"; $sql .= " FROM ".DB_NAME_OSC.".customers as c"; @@ -49,9 +49,9 @@ if ( $db->query($sql) ) $i = 0; print "

"; - print_liste_field_titre("Nom",$PHP_SELF, "e.nom"); + print_liste_field_titre("Nom","index.php", "e.nom"); print "
"; print "'; print "\n"; $var=True; diff --git a/htdocs/boutique/commande/ca.php b/htdocs/boutique/commande/ca.php index 1fb080f3a8e..2c1a5461cdd 100644 --- a/htdocs/boutique/commande/ca.php +++ b/htdocs/boutique/commande/ca.php @@ -37,7 +37,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des commandes", $page, $PHP_SELF); +print_barre_liste("Liste des commandes", $page, "ca.php"); print '

"; - print_liste_field_titre("Prénom",$PHP_SELF, "c.customers_firstname"); + print_liste_field_titre("Prénom","index.php", "c.customers_firstname"); print ""; - print_liste_field_titre("Nom",$PHP_SELF, "c.customers_lastname"); + print_liste_field_titre("Nom","index.php", "c.customers_lastname"); print 'EmailNewsletter
'; print ''; diff --git a/htdocs/boutique/commande/index.php b/htdocs/boutique/commande/index.php index 95f6e561c52..56382e0ebe9 100644 --- a/htdocs/boutique/commande/index.php +++ b/htdocs/boutique/commande/index.php @@ -37,7 +37,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des commandes", $page, $PHP_SELF); +print_barre_liste("Liste des commandes", $page, "commande.php"); $sql = "SELECT o.orders_id, customers_id, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, last_modified,".$db->pdate("date_purchased")." as date_purchased, orders_status, orders_date_finished, currency, currency_value, t.value"; @@ -52,7 +52,7 @@ if ( $db->query($sql) ) $i = 0; print "

Description
"; print "'; // print ''; // print ''; diff --git a/htdocs/boutique/editeur/fiche.php b/htdocs/boutique/editeur/fiche.php index 3c53392c2b8..7c83d06fe29 100644 --- a/htdocs/boutique/editeur/fiche.php +++ b/htdocs/boutique/editeur/fiche.php @@ -62,7 +62,7 @@ llxHeader(); if ($action == 'create') { - print "\n"; + print "\n"; print ''; print '
Nouvel Editeur

'; @@ -96,7 +96,7 @@ else if ($action == 'delete') { - print ''; + print ''; print ''; print '
NuméroDate"; - print_liste_field_titre("Client",$PHP_SELF, "customers_name"); + print_liste_field_titre("Client","commande.php", "customers_name"); print 'TotalStatut
'; @@ -123,7 +123,7 @@ else { print '
Edition de la fiche Editeur : '.$editeur->titre.'

'; - print "\n"; + print "\n"; print ''; print '
'; diff --git a/htdocs/boutique/editeur/index.php b/htdocs/boutique/editeur/index.php index abbb8ee015c..09b6934b203 100644 --- a/htdocs/boutique/editeur/index.php +++ b/htdocs/boutique/editeur/index.php @@ -36,7 +36,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des Editeurs", $page, $PHP_SELF); +print_barre_liste("Liste des Editeurs", $page, "index.php"); $sql = "SELECT e.rowid, e.nom FROM ".MAIN_DB_PREFIX."editeur as e"; @@ -48,7 +48,7 @@ if ( $db->query($sql) ) { $i = 0; print "

"; print ""; print "\n"; $var=True; diff --git a/htdocs/boutique/livre/fiche.php b/htdocs/boutique/livre/fiche.php index ba2f3b2fb82..5054ede3473 100644 --- a/htdocs/boutique/livre/fiche.php +++ b/htdocs/boutique/livre/fiche.php @@ -161,7 +161,7 @@ llxHeader(); if ($action == 'create') { - print "\n"; + print "\n"; print ""; print '
Nouvel ouvrage

'; @@ -222,7 +222,7 @@ else if ($action == 'delete') { - print ''; + print ''; print ''; print '
"; - print_liste_field_titre("Nom",$PHP_SELF, "e.nom"); + print_liste_field_titre("Nom","index.php", "e.nom"); print "
'; @@ -244,7 +244,7 @@ else { print '
Edition de la fiche Livre : '.$livre->titre.'

'; - print "\n"; + print "\n"; print ""; print '
'; @@ -309,7 +309,7 @@ else $auteur = new Auteur($db); - print "\n"; + print "\n"; print ""; print ''; print ""; - print "\n"; + print "\n"; print ''; $listecat = new Categorie($db); diff --git a/htdocs/boutique/livre/index.php b/htdocs/boutique/livre/index.php index 7938827e00d..b8dd02fa948 100644 --- a/htdocs/boutique/livre/index.php +++ b/htdocs/boutique/livre/index.php @@ -44,7 +44,7 @@ $form = ''. ''; -print_barre_liste("Liste des Livres", $page, $PHP_SELF, "", $sortfield, $sortorder, $form); +print_barre_liste("Liste des Livres", $page, "index.php", "", $sortfield, $sortorder, $form); $sql = "SELECT l.rowid, l.title, l.oscid, l.ref, l.status FROM ".MAIN_DB_PREFIX."livre as l"; @@ -62,9 +62,9 @@ if ( $db->query($sql) ) $i = 0; print "

Auteur(s)'; @@ -317,7 +317,7 @@ else print ' 
"; print ""; print ''; print "\n"; diff --git a/htdocs/boutique/livre/vignettes.php b/htdocs/boutique/livre/vignettes.php index d5c86788999..12754fe243b 100644 --- a/htdocs/boutique/livre/vignettes.php +++ b/htdocs/boutique/livre/vignettes.php @@ -44,7 +44,7 @@ $form = ''. ''; -print_barre_liste("Liste des vignettes manquantes", $page, $PHP_SELF, "", $sortfield, $sortorder, $form); +print_barre_liste("Liste des vignettes manquantes", $page, "vignettes.php", "", $sortfield, $sortorder, $form); $sql = "SELECT l.rowid, l.title, l.oscid, l.ref, l.status FROM ".MAIN_DB_PREFIX."livre as l"; @@ -62,9 +62,9 @@ if ( $db->query($sql) ) $i = 0; print "

"; - print_liste_field_titre("Réf.",$PHP_SELF, "l.ref"); + print_liste_field_titre("Réf.","index.php", "l.ref"); print ""; - print_liste_field_titre("Titre",$PHP_SELF, "l.title"); + print_liste_field_titre("Titre","index.php", "l.title"); print " 
"; print ""; print ''; print "\n"; diff --git a/htdocs/boutique/newsletter/fiche.php b/htdocs/boutique/newsletter/fiche.php index e90c500e1c3..ad539297822 100644 --- a/htdocs/boutique/newsletter/fiche.php +++ b/htdocs/boutique/newsletter/fiche.php @@ -85,7 +85,7 @@ llxHeader(); if ($action == 'create') { - print "\n"; + print "\n"; print ''; print '
Nouvelle Newsletter

'; @@ -121,7 +121,7 @@ else if ($action == 'delete') { - print ''; + print ''; print ''; print '
"; - print_liste_field_titre("Réf.",$PHP_SELF, "l.ref"); + print_liste_field_titre("Réf.","vignettes.php", "l.ref"); print ""; - print_liste_field_titre("Titre",$PHP_SELF, "l.title"); + print_liste_field_titre("Titre","vignettes.php", "l.title"); print " 
'; @@ -145,7 +145,7 @@ else if ($action == 'valid') { $htmls = new Form($db); - $htmls->form_confirm($PHP_SELF.'?id='.$id, + $htmls->form_confirm('fiche.php?id='.$id, "Valider une newsletter", "Etes-vous sûr de vouloir valider cette newsletter ?"); } @@ -156,7 +156,7 @@ else if ($action == 'send') { - print ''; + print ''; print ''; print '
'; @@ -183,7 +183,7 @@ else { print '
Edition de la fiche Newsletter : '.$newsletter->titre.'

'; - print "\n"; + print "\n"; print ''; print '
'; diff --git a/htdocs/boutique/newsletter/index.php b/htdocs/boutique/newsletter/index.php index d1919ea3d10..bab5a69cec9 100644 --- a/htdocs/boutique/newsletter/index.php +++ b/htdocs/boutique/newsletter/index.php @@ -36,7 +36,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des Newsletter", $page, $PHP_SELF); +print_barre_liste("Liste des Newsletter", $page, "index.php"); $sql = "SELECT rowid, email_subject, email_from_name, email_from_email, email_replyto, email_body, target, sql_target, status, date_send_request, date_send_begin, date_send_end, nbsent"; $sql .= " FROM ".MAIN_DB_PREFIX."newsletter"; @@ -49,7 +49,7 @@ if ( $db->query($sql) ) $i = 0; print "

"; print ""; print ''; print ''; diff --git a/htdocs/boutique/notification/fiche.php b/htdocs/boutique/notification/fiche.php index c2f7ba1d6c4..ac51bcac6d1 100644 --- a/htdocs/boutique/notification/fiche.php +++ b/htdocs/boutique/notification/fiche.php @@ -54,7 +54,7 @@ if ($action == 'update' && !$cancel) { if ($action == 'create') { - print "\n"; + print "\n"; print ''; print '
Nouvel Editeur

'; @@ -82,7 +82,7 @@ else { print '
Edition de la fiche Editeur : '.$editeur->titre.'

'; - print "\n"; + print "\n"; print ''; print '
"; - print_liste_field_titre("Sujet",$PHP_SELF, "email_subject"); + print_liste_field_titre("Sujet","index.php", "email_subject"); print "StatutNb envois
'; diff --git a/htdocs/boutique/notification/index.php b/htdocs/boutique/notification/index.php index a4f3e30e4ed..edb16b226b3 100644 --- a/htdocs/boutique/notification/index.php +++ b/htdocs/boutique/notification/index.php @@ -37,7 +37,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des notifications", $page, $PHP_SELF); +print_barre_liste("Liste des notifications", $page, "index.php"); $sql = "SELECT c.customers_id, c.customers_lastname, c.customers_firstname, p.products_name, p.products_id"; $sql .= " FROM ".DB_NAME_OSC.".products_notifications as n,".DB_NAME_OSC.".products_description as p"; @@ -53,7 +53,7 @@ if ( $db->query($sql) ) $i = 0; print "

"; print ""; print ""; print "\n"; diff --git a/htdocs/boutique/notification/produits.php b/htdocs/boutique/notification/produits.php index 74c75e87400..6efa5d5c091 100644 --- a/htdocs/boutique/notification/produits.php +++ b/htdocs/boutique/notification/produits.php @@ -37,7 +37,7 @@ if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit; $offset = $limit * $page ; -print_barre_liste("Liste des produits suivis", $page, $PHP_SELF); +print_barre_liste("Liste des produits suivis", $page, "produits.php"); $sql = "SELECT p.products_name, p.products_id, count(p.products_id) as nb"; $sql .= " FROM ".DB_NAME_OSC.".products_notifications as n,".DB_NAME_OSC.".products_description as p"; diff --git a/htdocs/compta/bank/bplc.php b/htdocs/compta/bank/bplc.php index 1039b2e4240..b6e9af68f25 100644 --- a/htdocs/compta/bank/bplc.php +++ b/htdocs/compta/bank/bplc.php @@ -37,7 +37,7 @@ $pageprev = $page - 1; $pagenext = $page + 1; -print_barre_liste("Transactions BPLC", $page, $PHP_SELF); +print_barre_liste("Transactions BPLC", $page, "bplc.php"); print "
"; - print_liste_field_titre("Client",$PHP_SELF, "c.customers_lastname"); + print_liste_field_titre("Client","index.php", "c.customers_lastname"); print "Produit
"; print ""; diff --git a/htdocs/compta/bank/categ.php b/htdocs/compta/bank/categ.php index 9f25b41aab4..19b22d60211 100644 --- a/htdocs/compta/bank/categ.php +++ b/htdocs/compta/bank/categ.php @@ -51,7 +51,7 @@ if ($action == 'add') } print_titre("Catégories"); -print ""; +print ''; print ""; print '
'; print ''; diff --git a/htdocs/compta/charges/index.php b/htdocs/compta/charges/index.php index a0b14f221ef..cd14067f28c 100644 --- a/htdocs/compta/charges/index.php +++ b/htdocs/compta/charges/index.php @@ -32,7 +32,7 @@ $year=$_GET["year"]; $filtre=$_GET["filtre"]; if (! $year) { $year=date("Y", time()); } -print_fiche_titre("Charges",($year?"".img_previous()." Année $year ".img_next()."":"")); +print_fiche_titre("Charges",($year?"".img_previous()." Année $year ".img_next()."":"")); print "
"; print '
'; diff --git a/htdocs/compta/dons/fiche.php b/htdocs/compta/dons/fiche.php index 5740146a819..2e0d732d644 100644 --- a/htdocs/compta/dons/fiche.php +++ b/htdocs/compta/dons/fiche.php @@ -123,7 +123,7 @@ if ($action == 'create') { } } print_titre("Saisir un don"); - print ""; + print ""; print '
'; print ""; @@ -200,7 +200,7 @@ if ($rowid > 0 && $action == 'edit') $don->fetch($rowid); print_titre("Traitement du don"); - print ""; + print ""; print '
'; print ""; + print ""; } elseif ($don->statut == 3) { @@ -296,11 +296,11 @@ if ($rowid > 0 && $action == 'edit') */ if ($don->statut == 0) { - print ""; + print ""; } elseif ($don->statut == 2) { - print ""; + print ""; } else { @@ -314,7 +314,7 @@ if ($rowid > 0 && $action == 'edit') /* */ /* ************************************************************************** */ - print ""; + print ""; print ''; print ''; print '
Date du don"; @@ -263,7 +263,7 @@ if ($rowid > 0 && $action == 'edit') } elseif ($don->statut == 0) { - print "[id&action=valid_promesse\">Valider la promesse][id&action=valid_promesse\">Valider la promesse][id&action=delete\">Supprimer][id&action=delete\">Supprimer][id&action=set_encaisse\">Encaisser][id&action=set_encaisse\">Encaisser]
'; diff --git a/htdocs/compta/voyage/index.php b/htdocs/compta/voyage/index.php index 8d314e3799a..6f8343747bb 100644 --- a/htdocs/compta/voyage/index.php +++ b/htdocs/compta/voyage/index.php @@ -75,7 +75,7 @@ $sql .= " FROM ".MAIN_DB_PREFIX."voyage as b ORDER BY b.date_depart ASC"; $result = $db->query($sql); if ($result) { - print ""; + print ""; print ""; print "
"; print ""; @@ -106,7 +106,7 @@ if ($result) { print "\n"; print "\n"; - print ""; + print ""; print ""; diff --git a/htdocs/compta/voyage/reduc.php b/htdocs/compta/voyage/reduc.php index 653305c639c..39e6c657330 100644 --- a/htdocs/compta/voyage/reduc.php +++ b/htdocs/compta/voyage/reduc.php @@ -29,7 +29,7 @@ print_titre ("Abonnement de r print "
".price($objp->amount)."".price($objp->reduction)."rowid\">[Del]rowid\">[Del]
"; print ""; print ""; -print ""; +print ""; print "\n"; diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index d981a660143..c82cc7f59e4 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.php @@ -169,7 +169,7 @@ if ($socid > 0) print ''; print '\n"; } } diff --git a/htdocs/domain/index.php b/htdocs/domain/index.php index e1febc4beaf..72e075c617f 100644 --- a/htdocs/domain/index.php +++ b/htdocs/domain/index.php @@ -61,7 +61,7 @@ $sql .= " FROM ".MAIN_DB_PREFIX."domain ORDER BY label ASC"; $result = $db->query($sql); if ($result) { - print ""; + print ""; print ""; print "
DateDescriptionMontantMontant
'.strftime("%d %b %Y %H:%M:%S",filemtime($upload_dir."/".$file)).''; - echo 'Delete'; + echo 'Delete'; print "
"; print ""; diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index 4131b886ab2..ad67b548af9 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -707,6 +707,7 @@ class Facture $this->total_tva = $calculs[1]; $this->total_ttc = $calculs[2]; $tvas = $calculs[5]; + /* * */ diff --git a/htdocs/product/popuprop.php b/htdocs/product/popuprop.php index 578e40221a3..ea80ea1d490 100644 --- a/htdocs/product/popuprop.php +++ b/htdocs/product/popuprop.php @@ -37,16 +37,16 @@ $offset = $limit * $page ; llxHeader(); -print_barre_liste("Liste des produits par popularité dans les propositions commerciales", $page, $PHP_SELF); +print_barre_liste("Liste des produits par popularité dans les propositions commerciales", $page, "popurop.php"); print '
'; print "\n"; $sql = "select p.rowid, p.label, p.ref, count(*) as c from ".MAIN_DB_PREFIX."propaldet as pd, ".MAIN_DB_PREFIX."product as p where p.rowid = pd.fk_product group by (p.rowid)"; diff --git a/htdocs/public/adherents/new.php b/htdocs/public/adherents/new.php index 7adcff596cf..c9cf2e47316 100644 --- a/htdocs/public/adherents/new.php +++ b/htdocs/public/adherents/new.php @@ -147,7 +147,7 @@ print '
  • Les champs Commencant par un * sont obligat print '
  • Les champs Commencant par un * seront affiche sur la liste publique des membres. Si vous ne souhaite pas cela DECOCHEZ la case public ci dessous'; print "
  • Les login et password vous serviront a editer vos coordonnees ulterieurement
    \n"; print "
    \n"; -print "\n"; +print "\n"; print '
  • "; -print_liste_field_titre("Réf",$PHP_SELF, "p.ref"); +print_liste_field_titre("Réf","popurop.php", "p.ref"); print ""; -print_liste_field_titre("Libellé",$PHP_SELF, "p.label"); +print_liste_field_titre("Libellé","popurop.php", "p.label"); print ""; -print_liste_field_titre("Nb. de proposition",$PHP_SELF, "c"); +print_liste_field_titre("Nb. de proposition","popurop.php", "c"); print "
    '; print ''; diff --git a/htdocs/public/adherents/priv_edit.php b/htdocs/public/adherents/priv_edit.php index 1c02325c049..e0ee6469820 100644 --- a/htdocs/public/adherents/priv_edit.php +++ b/htdocs/public/adherents/priv_edit.php @@ -112,18 +112,18 @@ if ($action == 'update') { $adh->send_an_email($email,$conf->adherent->email_edit,$conf->adherent->email_edit_subject); //Header("Location: fiche.php?rowid=$adh->id&action=edit"); - Header("Location: $PHP_SELF"); + Header("Location: priv_edit.php"); } } }else{ - Header("Location: $PHP_SELF"); + Header("Location: priv_edit.php"); } } } else { //Header("Location: fiche.php?rowid=$rowid&action=edit"); - Header("Location: $PHP_SELF"); + Header("Location: priv_edit.php"); } } @@ -201,7 +201,7 @@ if (isset($user->login)){ print "
    "; - print ""; + print ""; print '
    '; print ""; diff --git a/htdocs/public/adherents/priv_liste.php b/htdocs/public/adherents/priv_liste.php index 4d01a14708b..b355c0aaa8a 100644 --- a/htdocs/public/adherents/priv_liste.php +++ b/htdocs/public/adherents/priv_liste.php @@ -46,7 +46,7 @@ if ($result) $num = $db->num_rows(); $i = 0; - print_barre_liste("Liste des adhérents", $page, $PHP_SELF, "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield"); + print_barre_liste("Liste des adhérents", $page, "priv_liste.php", "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield"); print "
    "; print ''; @@ -55,19 +55,19 @@ if ($result) print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n";
    Prenom Nom / Société"; - print_liste_field_titre("Date naissance",$PHP_SELF,"naiss","&page=$page"); + print_liste_field_titre("Date naissance","priv_liste.php","naiss","&page=$page"); print ""; - print_liste_field_titre("Email",$PHP_SELF,"email","&page=$page"); + print_liste_field_titre("Email","priv_liste.php","email","&page=$page"); print ""; - print_liste_field_titre("CP",$PHP_SELF,"cp","&page=$page"); + print_liste_field_titre("CP","priv_liste.php","cp","&page=$page"); print ""; - print_liste_field_titre("Vile",$PHP_SELF,"ville","&page=$page"); + print_liste_field_titre("Vile","priv_liste.php","ville","&page=$page"); print "Photo