From f9c00e498007b53c3aaa411474a78916a90440a9 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 28 Sep 2011 12:43:26 +0000 Subject: [PATCH] --- inc/ws/Metier/class.ws.book.parametres.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index 59ae69fa9..88f18ada9 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -182,8 +182,9 @@ class wsBookParametres extends wsParametres { 'fieldsnames' => array('mobileVersion')); $this->fields['secureURL'] = array('type' => 'text', 'default' => 'http://', 'editable' => true, 'label' => __('URL de sécurisation'), 'grade' => 5, 'hint' => __('URL intérrogé pour vérifier si le visiteur à les droits pour consulter la publication')); + $this->fields['secureURLRedirect'] = array('type' => 'text', 'default' => 'http://', 'editable' => true, 'label' => __('Redirection'), 'grade' => 5, 'hint' => __("Si l'authentification échoue, redirection vers cette adresse")); $this->forms['secure'] = array('label' => __('Sécurisation'), - 'fieldsnames' => array('secureURL')); + 'fieldsnames' => array('secureURL', 'secureURLRedirect')); $this->fields['widget'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Générer le widget'), 'grade' => 5); -- 2.39.5