-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
<div class="content-pane"> | ||
<div [attr.id]="formId" class="enketo" [attr.data-editing]="editing"> | ||
<h4>Message for jkuester: {{ thankyouMessage }}</h4> | ||
<div [attr.id]="formId" class="enketo" [attr.data-editing]="editing"> | ||
<h4>Message for jkuester: {{ thankyouMessage }}</h4> | ||
|
||
<div class="container pages"></div> | ||
<div class="form-footer"> | ||
<button (click)="onCancel.emit()" class="btn btn-link cancel" [disabled]="status?.saving">{{'Cancel' | translate}}</button> | ||
<div class="loader inline small" *ngIf="status?.saving"></div> | ||
<span class="error" *ngIf="status?.error">{{status?.error}}</span> | ||
<button class="btn btn-default previous-page" [disabled]="status?.saving">{{'Previous' | translate}}</button> | ||
<button class="btn btn-primary next-page" [disabled]="status?.saving">{{'Next' | translate}}</button> | ||
<button (click)="onSubmit.emit()" class="btn submit btn-primary" [disabled]="status?.saving">{{'Submit' | translate}}</button> | ||
</div> | ||
<div class="container pages"></div> | ||
<div class="form-footer"> | ||
<button (click)="onCancel.emit()" class="btn btn-link cancel" [disabled]="status?.saving">{{'Cancel' | translate}}</button> | ||
<div class="loader inline small" *ngIf="status?.saving"></div> | ||
<span class="error" *ngIf="status?.error">{{status?.error}}</span> | ||
<button class="btn btn-default previous-page" [disabled]="status?.saving">{{'Previous' | translate}}</button> | ||
<button class="btn btn-primary next-page" [disabled]="status?.saving">{{'Next' | translate}}</button> | ||
<button (click)="onSubmit.emit()" class="btn submit btn-primary" [disabled]="status?.saving">{{'Submit' | translate}}</button> | ||
</div> | ||
</div> | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters