Skip to content
Snippets Groups Projects
Unverified Commit f276b0a2 authored by Nina Herrmann's avatar Nina Herrmann Committed by GitHub
Browse files

Merge pull request #21 from t-schroeder/localize-link

Localized link under video iframe
parents 46a8aa1a dcb0e03c
Branches master
No related tags found
No related merge requests found
......@@ -33,3 +33,4 @@ $string['setting_engageurl'] = 'URL of the Opencast Engage server';
$string['setting_engageurl_desc'] = 'If empty, the base URL of the admin tool is used.';
$string['setting_playerurl'] = 'URL of the Opencast player';
$string['setting_playerurl_desc'] = 'Relative URL of the Opencast player, e.g. /engage/theodul/ui/core.html for the Theodul Pass Player.';
$string['to_the_video'] = 'Watch the video';
\ No newline at end of file
......@@ -30,5 +30,5 @@
<iframe data-frameSrc="{{src}}" width="95%" height="455px" class="ocplayer" allowfullscreen="true"></iframe>
{{/loggedin}}
{{! Print the link to the video. }}
<a style="display:block;" target="_blank" href="{{link}}">Zum Video</a>
<a style="display:block;" target="_blank" href="{{link}}">{{#str}} to_the_video, filter_opencast {{/str}}</a>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment