diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:43:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:43:33 +0200 |
commit | b13a0a48bacb53e65e665774e621326452045294 (patch) | |
tree | 126ea19d040fe3c1c1853ef32a995912c16b7b61 /client/src/app/+videos | |
parent | 04c2dcfc6b78c7e8714597f9d5370b6b2c87dece (diff) | |
download | PeerTube-b13a0a48bacb53e65e665774e621326452045294.tar.gz PeerTube-b13a0a48bacb53e65e665774e621326452045294.tar.zst PeerTube-b13a0a48bacb53e65e665774e621326452045294.zip |
Move alert into to pt-alert-primary
Diffstat (limited to 'client/src/app/+videos')
6 files changed, 8 insertions, 8 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html index 26bfaa583..b99e430dd 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html | |||
@@ -237,7 +237,7 @@ | |||
237 | <ng-template ngbNavContent> | 237 | <ng-template ngbNavContent> |
238 | <div class="row live-settings"> | 238 | <div class="row live-settings"> |
239 | <div class="col-md-12"> | 239 | <div class="col-md-12"> |
240 | <div class="alert alert-info"> | 240 | <div class="alert pt-alert-primary"> |
241 | <my-live-documentation-link></my-live-documentation-link> | 241 | <my-live-documentation-link></my-live-documentation-link> |
242 | </div> | 242 | </div> |
243 | 243 | ||
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html index ecec6045b..f537b939f 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html | |||
@@ -44,7 +44,7 @@ | |||
44 | {{ error }} | 44 | {{ error }} |
45 | </div> | 45 | </div> |
46 | 46 | ||
47 | <div class="alert alert-info" i18n *ngIf="isInUpdateForm && getMaxLiveDuration() >= 0"> | 47 | <div class="alert pt-alert-primary" i18n *ngIf="isInUpdateForm && getMaxLiveDuration() >= 0"> |
48 | Max live duration is {{ getMaxLiveDuration() | myDurationFormatter }}. | 48 | Max live duration is {{ getMaxLiveDuration() | myDurationFormatter }}. |
49 | If your live reaches this limit, it will be automatically terminated. | 49 | If your live reaches this limit, it will be automatically terminated. |
50 | </div> | 50 | </div> |
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html index 14a7a287a..aa34d644a 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html | |||
@@ -52,7 +52,7 @@ | |||
52 | {{ error }} | 52 | {{ error }} |
53 | </div> | 53 | </div> |
54 | 54 | ||
55 | <div *ngIf="hasImportedVideo && !error" class="alert alert-info" i18n> | 55 | <div *ngIf="hasImportedVideo && !error" class="alert pt-alert-primary" i18n> |
56 | Congratulations, the video will be imported with BitTorrent! You can already add information about this video. | 56 | Congratulations, the video will be imported with BitTorrent! You can already add information about this video. |
57 | </div> | 57 | </div> |
58 | 58 | ||
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html index 60a43c870..67e1cb418 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html | |||
@@ -45,7 +45,7 @@ | |||
45 | {{ error }} | 45 | {{ error }} |
46 | </div> | 46 | </div> |
47 | 47 | ||
48 | <div *ngIf="!error && hasImportedVideo" class="alert alert-info" i18n> | 48 | <div *ngIf="!error && hasImportedVideo" class="alert pt-alert-primary" i18n> |
49 | Congratulations, the video behind {{ targetUrl }} will be imported! You can already add information about this video. | 49 | Congratulations, the video behind {{ targetUrl }} will be imported! You can already add information about this video. |
50 | </div> | 50 | </div> |
51 | 51 | ||
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html index 860fb76fa..728884986 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html | |||
@@ -87,7 +87,7 @@ | |||
87 | {{ error }} | 87 | {{ error }} |
88 | </div> | 88 | </div> |
89 | 89 | ||
90 | <div *ngIf="videoUploaded && !error" class="alert alert-info" i18n> | 90 | <div *ngIf="videoUploaded && !error" class="alert pt-alert-primary" i18n> |
91 | Congratulations! Your video is now available in your private library. | 91 | Congratulations! Your video is now available in your private library. |
92 | </div> | 92 | </div> |
93 | 93 | ||
diff --git a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html index be726c990..79b83811d 100644 --- a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html +++ b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html | |||
@@ -22,15 +22,15 @@ | |||
22 | The video is being moved to an external server, it may not work properly. | 22 | The video is being moved to an external server, it may not work properly. |
23 | </div> | 23 | </div> |
24 | 24 | ||
25 | <div i18n class="alert alert-info" *ngIf="hasVideoScheduledPublication()"> | 25 | <div i18n class="alert pt-alert-primary" *ngIf="hasVideoScheduledPublication()"> |
26 | This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}. | 26 | This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}. |
27 | </div> | 27 | </div> |
28 | 28 | ||
29 | <div i18n class="alert alert-info" *ngIf="isWaitingForLive()"> | 29 | <div i18n class="alert pt-alert-primary" *ngIf="isWaitingForLive()"> |
30 | This live has not started yet. | 30 | This live has not started yet. |
31 | </div> | 31 | </div> |
32 | 32 | ||
33 | <div i18n class="alert alert-info" *ngIf="isLiveEnded()"> | 33 | <div i18n class="alert pt-alert-primary" *ngIf="isLiveEnded()"> |
34 | This live has ended. | 34 | This live has ended. |
35 | </div> | 35 | </div> |
36 | 36 | ||