File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -233,16 +233,16 @@ class="<?= ($item['visibility'] != 'false') ? 'oce_item' : 'hidden_ocvideodiv oc
233
233
</div>
234
234
<? endif ?>
235
235
236
- <?= Studip \LinkButton::create (
237
- $ _ ('Metadaten neu laden ' ),
238
- $ controller ->url_for ('course/refresh_episode/ ' . get_ticket () . '/ ' . $ item ['id ' ]),
239
- [
240
- 'class ' => 'oc_refresh ' ,
241
- 'title ' => $ _ ('Metadaten von Opencast aktualisieren ' )
242
- ]
243
- ); ?>
244
-
245
236
<? if (OCPerm::editAllowed ($ course_id )) : ?>
237
+ <?= Studip \LinkButton::create (
238
+ $ _ ('Metadaten neu laden ' ),
239
+ $ controller ->url_for ('course/refresh_episode/ ' . get_ticket () . '/ ' . $ item ['id ' ]),
240
+ [
241
+ 'class ' => 'oc_refresh ' ,
242
+ 'title ' => $ _ ('Metadaten von Opencast aktualisieren ' )
243
+ ]
244
+ ); ?>
245
+
246
246
<?= Studip \LinkButton::create (
247
247
$ _ ('Entfernen ' ),
248
248
$ controller ->url_for ('course/remove_episode/ ' . get_ticket () . '/ ' . $ item ['id ' ]),
You can’t perform that action at this time.
0 commit comments