mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 675: #1749 TK Footer Symbol Reihenfolge angepasst
#1749 TK Footer Symbol Reihenfolge angepasst
This commit is contained in:
committed by
Lorenz Hilpert
parent
c415c8a220
commit
cfe9aa680d
@@ -91,6 +91,28 @@
|
||||
<!-- Branch module menus -->
|
||||
<div class="branch-menu" *ngIf="module === 1">
|
||||
<div class="menu-grid">
|
||||
<div class="menu-item-grid align-center active" (click)="routeToMenu('/task-calendar/calendar', 'calendar')">
|
||||
<div>
|
||||
<lib-icon
|
||||
class="menu-icon"
|
||||
name="{{
|
||||
router.url === '/task-calendar/calendar' || router.url === '/task-calendar/tasks'
|
||||
? 'Icon_Tatigkeitskalender'
|
||||
: 'Icon_Tatigkeitskalender_inactive'
|
||||
}}"
|
||||
width="34px"
|
||||
height="24px"
|
||||
></lib-icon>
|
||||
</div>
|
||||
<span
|
||||
*ngIf="router.url === '/task-calendar/calendar' || router.url === '/task-calendar/tasks'; else taskCalendarLabelElse"
|
||||
class="branch-menu-item branch-selected"
|
||||
>Tätigkeitskalender</span
|
||||
>
|
||||
<ng-template #taskCalendarLabelElse>
|
||||
<span class="branch-menu-item">Tätigkeitskalender</span>
|
||||
</ng-template>
|
||||
</div>
|
||||
<div class="menu-item-grid align-center">
|
||||
<!-- <div class="menu-item-grid align-center" (click)="routeToMenu('/branch/main', 'branchmain')"> -->
|
||||
<div>
|
||||
@@ -125,28 +147,6 @@
|
||||
<span class="branch-menu-item branch-disabled">Abholfach</span>
|
||||
</ng-template>
|
||||
</div>
|
||||
<div class="menu-item-grid align-center active" (click)="routeToMenu('/task-calendar/calendar', 'calendar')">
|
||||
<div>
|
||||
<lib-icon
|
||||
class="menu-icon"
|
||||
name="{{
|
||||
router.url === '/task-calendar/calendar' || router.url === '/task-calendar/tasks'
|
||||
? 'Icon_Tatigkeitskalender'
|
||||
: 'Icon_Tatigkeitskalender_disabled'
|
||||
}}"
|
||||
width="34px"
|
||||
height="24px"
|
||||
></lib-icon>
|
||||
</div>
|
||||
<span
|
||||
*ngIf="router.url === '/task-calendar/calendar' || router.url === '/task-calendar/tasks'; else taskCalendarLabelElse"
|
||||
class="branch-menu-item branch-selected"
|
||||
>Tätigkeitskalender</span
|
||||
>
|
||||
<ng-template #taskCalendarLabelElse>
|
||||
<span class="branch-menu-item branch-disabled">Tätigkeitskalender</span>
|
||||
</ng-template>
|
||||
</div>
|
||||
<div class="menu-item-grid align-center active" (click)="routeToMenu('/remission/create', 'remission')">
|
||||
<div>
|
||||
<lib-icon
|
||||
|
||||
Reference in New Issue
Block a user