From: vincent@cubedesigners.com Date: Wed, 13 Aug 2014 10:14:05 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4a7d746540a1fd66908108d29aecf5e7ff4f96a0;p=cubeextranet.git --- diff --git a/fluidbook/icones/12/nav-2d.png b/fluidbook/icones/12/nav-2d.png new file mode 100644 index 000000000..a8ba6d73b Binary files /dev/null and b/fluidbook/icones/12/nav-2d.png differ diff --git a/fluidbook/icones/12/nav-3d.png b/fluidbook/icones/12/nav-3d.png new file mode 100644 index 000000000..032e2da30 Binary files /dev/null and b/fluidbook/icones/12/nav-3d.png differ diff --git a/fluidbook/icones/12/nav-archives.png b/fluidbook/icones/12/nav-archives.png new file mode 100644 index 000000000..a7d293a59 Binary files /dev/null and b/fluidbook/icones/12/nav-archives.png differ diff --git a/fluidbook/icones/12/nav-basket.png b/fluidbook/icones/12/nav-basket.png new file mode 100644 index 000000000..156f76980 Binary files /dev/null and b/fluidbook/icones/12/nav-basket.png differ diff --git a/fluidbook/icones/12/nav-bookmark.png b/fluidbook/icones/12/nav-bookmark.png new file mode 100644 index 000000000..871f0558e Binary files /dev/null and b/fluidbook/icones/12/nav-bookmark.png differ diff --git a/fluidbook/icones/12/nav-friend.png b/fluidbook/icones/12/nav-friend.png new file mode 100644 index 000000000..5eef4839d Binary files /dev/null and b/fluidbook/icones/12/nav-friend.png differ diff --git a/fluidbook/icones/12/nav-fullscreen.png b/fluidbook/icones/12/nav-fullscreen.png new file mode 100644 index 000000000..9b80abeec Binary files /dev/null and b/fluidbook/icones/12/nav-fullscreen.png differ diff --git a/fluidbook/icones/12/nav-help.png b/fluidbook/icones/12/nav-help.png new file mode 100644 index 000000000..a45edc9f5 Binary files /dev/null and b/fluidbook/icones/12/nav-help.png differ diff --git a/fluidbook/icones/12/nav-home.png b/fluidbook/icones/12/nav-home.png new file mode 100644 index 000000000..99ff755b3 Binary files /dev/null and b/fluidbook/icones/12/nav-home.png differ diff --git a/fluidbook/icones/12/nav-index.png b/fluidbook/icones/12/nav-index.png new file mode 100644 index 000000000..37507d91b Binary files /dev/null and b/fluidbook/icones/12/nav-index.png differ diff --git a/fluidbook/icones/12/nav-normal.png b/fluidbook/icones/12/nav-normal.png new file mode 100644 index 000000000..03fe202aa Binary files /dev/null and b/fluidbook/icones/12/nav-normal.png differ diff --git a/fluidbook/icones/12/nav-normalscreen.png b/fluidbook/icones/12/nav-normalscreen.png new file mode 100644 index 000000000..0206770a9 Binary files /dev/null and b/fluidbook/icones/12/nav-normalscreen.png differ diff --git a/fluidbook/icones/12/nav-previous.png b/fluidbook/icones/12/nav-previous.png new file mode 100644 index 000000000..6f67e155c Binary files /dev/null and b/fluidbook/icones/12/nav-previous.png differ diff --git a/fluidbook/icones/12/nav-print.png b/fluidbook/icones/12/nav-print.png new file mode 100644 index 000000000..215e57a82 Binary files /dev/null and b/fluidbook/icones/12/nav-print.png differ diff --git a/fluidbook/icones/12/nav-save.png b/fluidbook/icones/12/nav-save.png new file mode 100644 index 000000000..40f87f69f Binary files /dev/null and b/fluidbook/icones/12/nav-save.png differ diff --git a/fluidbook/icones/12/nav-sommaire.png b/fluidbook/icones/12/nav-sommaire.png new file mode 100644 index 000000000..ecd58a9fc Binary files /dev/null and b/fluidbook/icones/12/nav-sommaire.png differ diff --git a/fluidbook/icones/12/nav-soundoff.png b/fluidbook/icones/12/nav-soundoff.png new file mode 100644 index 000000000..67a76fde6 Binary files /dev/null and b/fluidbook/icones/12/nav-soundoff.png differ diff --git a/fluidbook/icones/12/nav-soundon.png b/fluidbook/icones/12/nav-soundon.png new file mode 100644 index 000000000..47bc01982 Binary files /dev/null and b/fluidbook/icones/12/nav-soundon.png differ diff --git a/fluidbook/icones/12/nav-zoomin.png b/fluidbook/icones/12/nav-zoomin.png new file mode 100644 index 000000000..c2effa4b0 Binary files /dev/null and b/fluidbook/icones/12/nav-zoomin.png differ diff --git a/fluidbook/icones/12/nav-zoomout.png b/fluidbook/icones/12/nav-zoomout.png new file mode 100644 index 000000000..bc05b8afa Binary files /dev/null and b/fluidbook/icones/12/nav-zoomout.png differ diff --git a/inc/ws/Controlleur/class.ws.services.php b/inc/ws/Controlleur/class.ws.services.php index 6720491a0..d15fb17bd 100644 --- a/inc/ws/Controlleur/class.ws.services.php +++ b/inc/ws/Controlleur/class.ws.services.php @@ -451,6 +451,9 @@ class wsServices extends cubeFlashGateway { public function grdfValidForm() { $notempty = array('civilite', 'prenom', 'nom', 'adresse', 'codepostal', 'ville', 'telephone', 'optin', 'connu', 'energie'); + if ($this->args['id'] >= 12779) { + $notempty = array_merge($notempty, array('logement', 'echeance', 'optin_partenaires')); + } $error = false; $errors = array(); foreach ($notempty as $f) {