diff --git a/doc/conf/LSattribute.docbook b/doc/conf/LSattribute.docbook index 363c6cf5..9efa0762 100644 --- a/doc/conf/LSattribute.docbook +++ b/doc/conf/LSattribute.docbook @@ -17,7 +17,8 @@ /* ----------- start -----------*/ 'attr1' => array ( 'label' => '[label de l'attr1', - 'help_info' => '[Message d'aide sur l'attribut attr1', + 'displayAttrName' => '[booleen]', + 'help_info' => '[Message d'aide sur l'attribut attr1]', 'ldap_type' => 'ldaptype1', 'ldap_options' => array( // Options LDAP liées au type LDAP de l'attribut @@ -73,6 +74,13 @@ + + displayAttrName + + Booléen définissant si le nom de l'attribut doit être affiché en + préfixe du message d'aide (paramètre help_info). + + help_info diff --git a/doc/conf/LSobject.docbook b/doc/conf/LSobject.docbook index 8722388c..6b27456b 100644 --- a/doc/conf/LSobject.docbook +++ b/doc/conf/LSobject.docbook @@ -43,6 +43,7 @@ 'label' => 'objet1', 'display_name_format' => '[format]', + 'displayAttrName' => '[booleen]', // LSrelation 'LSrelation' => array( @@ -186,6 +187,14 @@ + + displayAttrName + + Booléen définissant si le nom des attributs doit être affiché en + préfixe de leur message d'aide (paramètre help_info). + + + LSrelation