diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-05 15:32:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-05 15:32:15 +0200 |
commit | dcbc29d5c89cc5106a7e738af6861565f740dbe7 (patch) | |
tree | 94ecffa14748dc43a95250b49da915bad0d455c4 /client/src/app | |
parent | b0ee41df7d6de2f77d30e7bb47c245c0b33019d4 (diff) | |
download | PeerTube-dcbc29d5c89cc5106a7e738af6861565f740dbe7.tar.gz PeerTube-dcbc29d5c89cc5106a7e738af6861565f740dbe7.tar.zst PeerTube-dcbc29d5c89cc5106a7e738af6861565f740dbe7.zip |
Put "start at" at the top of the modal
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-watch/modal/video-share.component.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.html b/client/src/app/videos/+video-watch/modal/video-share.component.html index a20c320a4..301f67f2d 100644 --- a/client/src/app/videos/+video-watch/modal/video-share.component.html +++ b/client/src/app/videos/+video-watch/modal/video-share.component.html | |||
@@ -5,6 +5,14 @@ | |||
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <div class="modal-body"> | 7 | <div class="modal-body"> |
8 | |||
9 | <div *ngIf="currentVideoTimestampString" class="start-at"> | ||
10 | <my-peertube-checkbox | ||
11 | inputName="startAt" [(ngModel)]="startAtCheckbox" | ||
12 | i18n-labelText [labelText]="getStartCheckboxLabel()" | ||
13 | ></my-peertube-checkbox> | ||
14 | </div> | ||
15 | |||
8 | <div class="form-group"> | 16 | <div class="form-group"> |
9 | <label i18n>URL</label> | 17 | <label i18n>URL</label> |
10 | <div class="input-group input-group-sm"> | 18 | <div class="input-group input-group-sm"> |
@@ -39,13 +47,6 @@ | |||
39 | </div> | 47 | </div> |
40 | </div> | 48 | </div> |
41 | 49 | ||
42 | <div *ngIf="currentVideoTimestampString" class="start-at"> | ||
43 | <my-peertube-checkbox | ||
44 | inputName="startAt" [(ngModel)]="startAtCheckbox" | ||
45 | i18n-labelText [labelText]="getStartCheckboxLabel()" | ||
46 | ></my-peertube-checkbox> | ||
47 | </div> | ||
48 | |||
49 | <div class="modal-footer inputs"> | 50 | <div class="modal-footer inputs"> |
50 | <span i18n class="action-button action-button-cancel" (click)="hide()">Close</span> | 51 | <span i18n class="action-button action-button-cancel" (click)="hide()">Close</span> |
51 | </div> | 52 | </div> |