Skip to content
Snippets Groups Projects
Commit dcb0e03c authored by Tim Schroeder's avatar Tim Schroeder Committed by Tim Schroeder
Browse files

Localized link under video iframe

parent f9d42cd8
Branches
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