forked from EsupPortail/Esup-Pod
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/EsupPortail/Esup-Pod int…
…o develop
- Loading branch information
Showing
48 changed files
with
980 additions
and
955 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
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
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
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
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
26 changes: 13 additions & 13 deletions
26
pod/enrichment/templates/enrichment/enrichment_informations_card_aside.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,18 +1,18 @@ | ||
{% load i18n %} | ||
|
||
<h2 class="card-header card-title pod-card__title h4"> | ||
<i class="bi bi-info-circle" aria-hidden="true"></i> {% trans 'Informations' %} | ||
<i class="bi bi-info-circle" aria-hidden="true"></i> {% trans 'Informations' %} | ||
</h2> | ||
<div class="card-body card-text"> | ||
<p>{% trans 'To help you, the different types of enrichments have specific colors:' %}</p> | ||
<p> | ||
<ul> | ||
<li class="enrich_image">{% trans 'Image' %}</li> | ||
<li class="enrich_document">{% trans 'Document' %}</li> | ||
<li class="enrich_richtext">{% trans 'Richtext' %}</li> | ||
<li class="enrich_weblink">{% trans 'Weblink' %}</li> | ||
<li class="enrich_embed">{% trans 'Embed' %}</li> | ||
</ul> | ||
</p> | ||
<p>{% trans 'They are visible on the video playback bar.' %}</p> | ||
<div class="card-body card-text bg-body"> | ||
<p>{% trans 'To help you, the different types of enrichments have specific colors:' %}</p> | ||
<p> | ||
<ul> | ||
<li class="enrich_image">{% trans 'Image' %}</li> | ||
<li class="enrich_document">{% trans 'Document' %}</li> | ||
<li class="enrich_richtext">{% trans 'Richtext' %}</li> | ||
<li class="enrich_weblink">{% trans 'Weblink' %}</li> | ||
<li class="enrich_embed">{% trans 'Embed' %}</li> | ||
</ul> | ||
</p> | ||
<p>{% trans 'They are visible on the video playback bar.' %}</p> | ||
</div> |
Oops, something went wrong.