diff --git a/apps/maarch_entreprise/Views/basket-administration.component.html b/apps/maarch_entreprise/Views/basket-administration.component.html index 202a1800bf017a652429dbbd43ce191d64458140..ae44ddb3879f29c02e8d4d8792b71d112654bb62 100644 --- a/apps/maarch_entreprise/Views/basket-administration.component.html +++ b/apps/maarch_entreprise/Views/basket-administration.component.html @@ -172,6 +172,10 @@ <h3 mat-subheader>{{lang.keywordHelp}}</h3> </mat-nav-list> <mat-list role="list" style="width: 300px;padding: 5px;"> + <p style="font-size:10px;">{{lang.keywordHelpDesc_11}}</p> + <div style="border:1px black solid; padding:3px;font-size:10px;"> + <b>DESTINATION = @my_primary_entity or DESTINATION in (@subentities[@my_primary_entity])</b> + </div> <h4 mat-line style="font-weight:bold;font-size:10px;">@user :</h4> <p mat-line style="font-size:10px;">{{lang.keywordHelpDesc_1}}</p> <h4 mat-line style="font-weight:bold;font-size:10px;">@email :</h4> @@ -192,10 +196,6 @@ <p mat-line style="font-size:10px;">{{lang.keywordHelpDesc_9}}</p> <h4 mat-line style="font-weight:bold;font-size:10px;">@immediate_children['entity_1',..., 'entity_id'] :</h4> <p mat-line style="font-size:10px;">{{lang.keywordHelpDesc_10}}</p> - <p style="font-size:10px;">{{lang.keywordHelpDesc_11}}</p> - <div style="border:1px black solid; padding:3px;font-size:10px;"> - <b>where_clause : (DESTINATION = @my_primary_entity or DESTINATION in (@subentities[@my_primary_entity]))</b> - </div> </mat-list> </mat-sidenav> </mat-sidenav-container> diff --git a/apps/maarch_entreprise/Views/group-administration.component.html b/apps/maarch_entreprise/Views/group-administration.component.html index 431f88e22a747616df6e04010f2ee6d8734b1110..1e023d5a7530ecd8d75cf43f4121aec5586ecadd 100644 --- a/apps/maarch_entreprise/Views/group-administration.component.html +++ b/apps/maarch_entreprise/Views/group-administration.component.html @@ -131,7 +131,11 @@ <mat-nav-list> <h3 mat-subheader>{{lang.keywordHelp}}</h3> </mat-nav-list> - <mat-list role="list" style="width: 300px;padding: 5px;"> + <mat-list role="list" style="width: 400px;padding: 5px;"> + <p style="font-size:10px;">{{lang.keywordHelpDesc_11}}</p> + <div style="border:1px black solid; padding:3px;font-size:10px;"> + <b>DESTINATION = @my_primary_entity or DESTINATION in (@subentities[@my_primary_entity])</b> + </div> <h4 mat-line style="font-weight:bold;font-size:10px;">@user :</h4> <p mat-line style="font-size:10px;">{{lang.keywordHelpDesc_1}}</p> <h4 mat-line style="font-weight:bold;font-size:10px;">@email :</h4> @@ -152,10 +156,6 @@ <p mat-line style="font-size:10px;">{{lang.keywordHelpDesc_9}}</p> <h4 mat-line style="font-weight:bold;font-size:10px;">@immediate_children['entity_1',..., 'entity_id'] :</h4> <p mat-line style="font-size:10px;">{{lang.keywordHelpDesc_10}}</p> - <p style="font-size:10px;">{{lang.keywordHelpDesc_11}}</p> - <div style="border:1px black solid; padding:3px;font-size:10px;"> - <b>where_clause : (DESTINATION = @my_primary_entity or DESTINATION in (@subentities[@my_primary_entity]))</b> - </div> </mat-list> </mat-sidenav> </mat-sidenav-container> diff --git a/apps/maarch_entreprise/js/angular/lang/lang-fr.ts b/apps/maarch_entreprise/js/angular/lang/lang-fr.ts index 71bbc69969c1500d18721a8b36f0c208b2549555..5ec02a84c97b4fe55b9c21429c0f3540f4c190ad 100755 --- a/apps/maarch_entreprise/js/angular/lang/lang-fr.ts +++ b/apps/maarch_entreprise/js/angular/lang/lang-fr.ts @@ -170,7 +170,7 @@ export const LANG_FR = { "keywordHelp" : "Aide sur les mots-clés", "keywordHelpDesc_1" : "Identifiant de l'utilisateur connecté", "keywordHelpDesc_10" : "Sous-entités immédiates (n-1) des entités données en argument", - "keywordHelpDesc_11" : "Exemple dans la définition de la sécurité d'un groupe (where clause) : accès sur les ressources concernant le service d'appartenance principal de l'utilisateur connecté, ou les sous-services de ce service", + "keywordHelpDesc_11" : "Exemple de périmètre documentaire : accès aux ressources concernant le service principal de l'utilisateur connecté, ou les sous-services de ce service", "keywordHelpDesc_2" : "Courriel de l'utilisateur connecté", "keywordHelpDesc_3" : "Toutes les entités rattachées à l'utilisateur connecté. N'inclut pas les sous-entités", "keywordHelpDesc_4" : "Entité primaire de l'utilisateur connecté",