diff --git a/UI/src/app/person/family.orga.html b/UI/src/app/person/family.orga.html index a42c5c6..0b93465 100644 --- a/UI/src/app/person/family.orga.html +++ b/UI/src/app/person/family.orga.html @@ -9,14 +9,24 @@ -
+
@if (node.data.image != "") { - + }
{{ node.label }}
-
{{ node.data.sex }}
+
{{ node.data.sex }}
+ + @if (node.data.image != "") + { +
+ + + person profile +
+ } +
diff --git a/UI/src/app/person/family.orga.ts b/UI/src/app/person/family.orga.ts index 1cef064..a6ff870 100644 --- a/UI/src/app/person/family.orga.ts +++ b/UI/src/app/person/family.orga.ts @@ -17,11 +17,12 @@ import { PersonEdit } from './person.edit'; import { MessageService } from 'primeng/api'; import { TreeModule, TreeNodeDoubleClickEvent, TreeNodeSelectEvent } from 'primeng/tree'; import { Utils } from '../shares'; +import { PopoverModule } from 'primeng/popover'; @Component({ selector: 'family-orga', templateUrl: './family.orga.html', - imports:[TableModule,FormsModule,TreeModule, OrganizationChartModule,CommonModule,ButtonModule,InputTextModule], + imports:[TableModule,FormsModule,TreeModule,PopoverModule, OrganizationChartModule,CommonModule,ButtonModule,InputTextModule], styleUrls: ['./family.orga.css'], providers: [DialogService] })