diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php
index 2f495e60bf7..d89360631db 100644
--- a/htdocs/adherents/list.php
+++ b/htdocs/adherents/list.php
@@ -195,9 +195,10 @@ if ($resql)
if (! empty($conf->categorie->enabled))
{
require_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php';
+ $moreforfilter.='
';
$moreforfilter.=$langs->trans('Categories'). ': ';
$moreforfilter.=$formother->select_categories(Categorie::TYPE_MEMBER,$search_categ,'search_categ',1);
- $moreforfilter.=' ';
+ $moreforfilter.='
';
}
if (! empty($moreforfilter))
{
@@ -209,7 +210,7 @@ if ($resql)
print '';
}
- print '';
+ print '';
print '';
print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"d.rowid",$param,"","",$sortfield,$sortorder);
print_liste_field_titre($langs->trans("Name")." / ".$langs->trans("Company"),$_SERVER["PHP_SELF"],"d.lastname",$param,"","",$sortfield,$sortorder);
diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php
index 75102ed9f50..b2fe0ac404b 100644
--- a/htdocs/adherents/type.php
+++ b/htdocs/adherents/type.php
@@ -168,7 +168,7 @@ if (! $rowid && $action != 'create' && $action != 'edit')
print load_fiche_titre($langs->trans("MembersTypes"));
- dol_fiche_head('');
+ //dol_fiche_head('');
$sql = "SELECT d.rowid, d.libelle, d.cotisation, d.vote";
$sql.= " FROM ".MAIN_DB_PREFIX."adherent_type as d";
@@ -211,7 +211,7 @@ if (! $rowid && $action != 'create' && $action != 'edit')
dol_print_error($db);
}
- dol_fiche_end();
+ //dol_fiche_end();
/*
* Hotbar
diff --git a/htdocs/comm/askpricesupplier/list.php b/htdocs/comm/askpricesupplier/list.php
index 2e78045b308..ae7ed58b29c 100644
--- a/htdocs/comm/askpricesupplier/list.php
+++ b/htdocs/comm/askpricesupplier/list.php
@@ -242,7 +242,6 @@ if ($result)
print '