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