]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 28 Sep 2011 12:43:26 +0000 (12:43 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 28 Sep 2011 12:43:26 +0000 (12:43 +0000)
inc/ws/Metier/class.ws.book.parametres.php

index 59ae69fa9d5ca38dce50e046968639401459263d..88f18ada9409bc13b4dc543aee7c726a35c72197 100644 (file)
@@ -182,8 +182,9 @@ class wsBookParametres extends wsParametres {
                        'fieldsnames' => array('mobileVersion'));\r
 \r
                $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'));\r
+               $this->fields['secureURLRedirect'] = array('type' => 'text', 'default' => 'http://', 'editable' => true, 'label' => __('Redirection'), 'grade' => 5, 'hint' => __("Si l'authentification échoue, redirection vers cette adresse"));\r
                $this->forms['secure'] = array('label' => __('Sécurisation'),\r
-                       'fieldsnames' => array('secureURL'));\r
+                       'fieldsnames' => array('secureURL', 'secureURLRedirect'));\r
 \r
 \r
                $this->fields['widget'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Générer le widget'), 'grade' => 5);\r