Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Moodle Filter Opencast
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
Moodle Filter Opencast
Commits
dcb0e03c
Commit
dcb0e03c
authored
6 years ago
by
Tim Schroeder
Committed by
Tim Schroeder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Localized link under video iframe
parent
f9d42cd8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lang/en/filter_opencast.php
+2
-1
2 additions, 1 deletion
lang/en/filter_opencast.php
templates/player.mustache
+1
-1
1 addition, 1 deletion
templates/player.mustache
with
3 additions
and
2 deletions
lang/en/filter_opencast.php
+
2
−
1
View file @
dcb0e03c
...
...
@@ -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
This diff is collapsed.
Click to expand it.
templates/player.mustache
+
1
−
1
View file @
dcb0e03c
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment