diff --git a/themes/finna2/templates/RecordDriver/DefaultRecord/model-download.phtml b/themes/finna2/templates/RecordDriver/DefaultRecord/model-download.phtml
index a65a9fbc150..e77d60c395a 100644
--- a/themes/finna2/templates/RecordDriver/DefaultRecord/model-download.phtml
+++ b/themes/finna2/templates/RecordDriver/DefaultRecord/model-download.phtml
@@ -1,6 +1,7 @@
1 && !$this->userAgent()->isBot()): ?>
+ =$this->icon('download') ?>
diff --git a/themes/finna2/templates/RecordDriver/DefaultRecord/record-audio-player.phtml b/themes/finna2/templates/RecordDriver/DefaultRecord/record-audio-player.phtml
index 4c3ce100136..66708035e3f 100644
--- a/themes/finna2/templates/RecordDriver/DefaultRecord/record-audio-player.phtml
+++ b/themes/finna2/templates/RecordDriver/DefaultRecord/record-audio-player.phtml
@@ -18,7 +18,7 @@
-
+
=$this->icon('audio-play') ?>
diff --git a/themes/finna2/templates/RecordDriver/DefaultRecord/record-video-player.phtml b/themes/finna2/templates/RecordDriver/DefaultRecord/record-video-player.phtml
index 6f6b0766f0e..3e28259256d 100644
--- a/themes/finna2/templates/RecordDriver/DefaultRecord/record-video-player.phtml
+++ b/themes/finna2/templates/RecordDriver/DefaultRecord/record-video-player.phtml
@@ -65,6 +65,7 @@
class="video-link-container active-video"
popup-id="=$popupId?>"
type="=$type?>"
+ tabindex="0"
index="=$i?>"
source="=$this->escapeHtmlAttr($this->proxyUrl($url['url']))?>"
title="=$this->escapeHtmlAttr($url['url'])?>"
@@ -82,9 +83,14 @@
=$this->icon('video-play', 'video-play-icon') ?>
=$this->escapeHtml($this->truncate(ucfirst($desc), 30))?>
-
+ fileSize(preg_replace('/[^0-9]/', '', $fileSize['value'])) . ')' : '';
+ }
+ ?>
-
+
=$this->record($this->driver)->renderTemplate('video-information.phtml', ['i' => $i, 'url' => $url]);?>