diff --git a/base/gamucontact.php b/base/gamucontact.php
index 178d2f5..04d5f99 100644
--- a/base/gamucontact.php
+++ b/base/gamucontact.php
@@ -28,6 +28,7 @@ function gamucontact_declarer_tables_interfaces($interfaces) {
*/
function gamucontact_declarer_tables_objets_sql($tables) {
$tables['spip_messages'] = [
+ 'type' => 'message',
'principale' => 'oui',
'field'=> [
'id_message' => 'bigint(21) NOT NULL',
@@ -37,6 +38,7 @@ function gamucontact_declarer_tables_objets_sql($tables) {
'nom' => "varchar(255) NOT NULL",
'telephone' => "varchar(55) NOT NULL",
'email_contact' => "varchar(255) NOT NULL",
+ 'origine' => 'tinytext NOT NULL DEFAULT ""',
'type' => "varchar(25) NOT NULL DEFAULT ''",
'date_heure' => "datetime NOT NULL DEFAULT '0000-00-00 00:00:00'",
'date_fin' => "datetime NOT NULL DEFAULT '0000-00-00 00:00:00'",
diff --git a/content/messages.html b/content/messages.html
new file mode 100644
index 0000000..cd854bf
--- /dev/null
+++ b/content/messages.html
@@ -0,0 +1,6 @@
+[(#REM)
+ intégrer le gamutable de gestion des messages
+
+]
+
+
diff --git a/formulaires/configurer_gamucontact.html b/formulaires/configurer_gamucontact.html
index 20ec372..73f5d7b 100644
--- a/formulaires/configurer_gamucontact.html
+++ b/formulaires/configurer_gamucontact.html
@@ -10,13 +10,13 @@
#ACTION_FORMULAIRE
-
+
+
+