]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/booking/no-timezone-set.component.html
LP1816475: Booking module refresh
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / booking / no-timezone-set.component.html
1 <ng-template #dialogContent>
2   <div class="modal-header bg-info">
3     <h4 class="modal-title" i18n>Timezone not set for your library</h4>
4     <button type="button" class="close"
5       i18n-aria-label aria-label="Close"
6       (click)="dismiss('cross_click')">
7       <span aria-hidden="true">&times;</span>
8     </button>
9   </div>
10   <div class="modal-body" i18n><p>Please make sure that <i>lib.timezone</i> has a valid value in the Library Settings Editor.</p></div>
11   <div class="modal-footer">
12     <button type="button" class="btn btn-success"
13       (click)="openLSE()" i18n>Go to Library Settings Editor</button>
14     <button type="button" class="btn btn-warning"
15       (click)="dismiss('canceled')" i18n>Continue anyway</button>
16   </div>
17 </ng-template>