parent
ef28d4f086
commit
2b9e636417
@ -1,19 +1,25 @@ |
|||||||
<!-- position: relative added in order for the loading indicator to be positioned correctly --> |
<!-- position: relative added in order for the loading indicator to be positioned correctly --> |
||||||
<div class="te-calendar--container loading-indicator--location" |
<div |
||||||
|
class="te-calendar--container loading-indicator--location" |
||||||
[attr.data-indicator-name]="'table'" |
[attr.data-indicator-name]="'table'" |
||||||
style="position: relative"> |
style="position: relative" |
||||||
|
> |
||||||
<button *ngIf="memoizedCreateAllowed" |
<button |
||||||
|
*ngIf="memoizedCreateAllowed" |
||||||
class="button te-calendar--create-button" |
class="button te-calendar--create-button" |
||||||
[attr.aria-label]="text.logTime" |
[attr.aria-label]="text.logTime" |
||||||
(click)="addEventToday()"> |
(click)="addEventToday()" |
||||||
|
> |
||||||
<op-icon icon-classes="button--icon icon-log_time"></op-icon> |
<op-icon icon-classes="button--icon icon-log_time"></op-icon> |
||||||
<span class="button--text" |
<span |
||||||
|
class="button--text" |
||||||
[textContent]="text.logTime" |
[textContent]="text.logTime" |
||||||
aria-hidden="true"></span> |
aria-hidden="true" |
||||||
|
></span> |
||||||
</button> |
</button> |
||||||
|
|
||||||
<full-calendar #ucCalendar |
<full-calendar |
||||||
[options]="calendarOptions"> |
#ucCalendar |
||||||
</full-calendar> |
[options]="calendarOptions" |
||||||
|
></full-calendar> |
||||||
</div> |
</div> |
||||||
|
Loading…
Reference in new issue