-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(content-entries): rpopup-widget style
- Loading branch information
Showing
14 changed files
with
361 additions
and
298 deletions.
There are no files selected for viewing
68 changes: 35 additions & 33 deletions
68
src/applications/content-entries-app/entry/entry-captions/entry-captions-edit.component.html
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
42 changes: 24 additions & 18 deletions
42
...lications/content-entries-app/entry/entry-flavours/drm-details/drm-details.component.html
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,20 +1,26 @@ | ||
<div class="kDRMDetails kOverrideFAIcons"> | ||
<span class="kHeader">{{'applications.content.entryDetails.flavours.drm.header' | translate}}</span> | ||
<span class="kTitle">{{currentFlavor?.name}}</span> | ||
<div class="kRow"> | ||
<span class="kLabel">{{'applications.content.entryDetails.flavours.drm.assetId' | translate}}</span> | ||
<span>{{currentFlavor?.drm.id}}</span> | ||
</div> | ||
<div class="kRow"> | ||
<span class="kLabel">{{'applications.content.entryDetails.flavours.drm.start' | translate}}</span> | ||
<span>{{currentFlavor?.drm.startTime | kDate}}</span> | ||
</div> | ||
<div class="kRow"> | ||
<span class="kLabel">{{'applications.content.entryDetails.flavours.drm.end' | translate}}</span> | ||
<span>{{currentFlavor?.drm.endTime | kDate}}</span> | ||
</div> | ||
<span>{{'applications.content.entryDetails.flavours.drm.mbr' | translate}}</span> | ||
<div class="kSources"> | ||
<span class="kRow" *ngFor="let source of currentFlavor?.drm.flavorSources">{{source}}</span> | ||
</div> | ||
<div class="kHeader"> | ||
<span class="kTitle">{{'applications.content.entryDetails.flavours.drm.header' | translate}}</span> | ||
</div> | ||
|
||
<div class="kContainer"> | ||
<span class="kName">{{currentFlavor?.name}}</span> | ||
<div class="kRow"> | ||
<span class="kLabel">{{'applications.content.entryDetails.flavours.drm.assetId' | translate}}</span> | ||
<span>{{currentFlavor?.drm.id}}</span> | ||
</div> | ||
<div class="kRow"> | ||
<span class="kLabel">{{'applications.content.entryDetails.flavours.drm.start' | translate}}</span> | ||
<span>{{currentFlavor?.drm.startTime | kDate}}</span> | ||
</div> | ||
<div class="kRow"> | ||
<span class="kLabel">{{'applications.content.entryDetails.flavours.drm.end' | translate}}</span> | ||
<span>{{currentFlavor?.drm.endTime | kDate}}</span> | ||
</div> | ||
<span>{{'applications.content.entryDetails.flavours.drm.mbr' | translate}}</span> | ||
<div class="kSources"> | ||
<span class="kRow" *ngFor="let source of currentFlavor?.drm.flavorSources">{{source}}</span> | ||
</div> | ||
</div> | ||
|
||
</div> |
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
12 changes: 8 additions & 4 deletions
12
...tions/content-entries-app/entry/entry-flavours/flavor-import/flavor-import.component.html
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
Oops, something went wrong.