-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FINNA-2476] LIDO: add video download link and video/audio file information #3039
[FINNA-2476] LIDO: add video download link and video/audio file information #3039
Conversation
…link added. Displayed when lido.
@@ -80,6 +82,10 @@ | |||
<?=$this->icon('video-play', 'video-play-icon') ?> | |||
<span class="video-desc"><?=$this->escapeHtml($this->truncate(ucfirst($desc), 30))?></span> | |||
</finna-video> | |||
<?php if ($showDetails): ?> | |||
<div class="open-link"><a href="<?=$url['url'] ?>" target="_blank" rel="nofollow" download><?=$this->icon('download')?> <?=$this->transEsc('Download video') ?></a></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ei kait latauslinkkiä tarvitse avata uuteen välilehteen? Ottaisin pois target="_blank". (sama myös äänitiedostoihin)
Poistin review-pyynnön, kunnes on paremmassa tilassa. |
…her resource links.
local/languages/finna/fi.ini
Outdated
@@ -1072,6 +1074,7 @@ Show As Grid = "Kuvagalleria" | |||
Show As List = "Tiedot ja kuvat" | |||
Show Holdings = "Näytä saatavuustiedot" | |||
Show Image Information = "Näytä kuvan tiedot" | |||
Show information = "Näytä tiedot" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Laittaisin "Näytä videon tiedot" / Näytä äänitteen tiedot" koska kuvissa käytetty "Näytä kuvan tiedot", tuntuisi hassulta että videoissa/äänitteissä on pelkästään "Näytä tiedot". (omat käännösavaimet videolle ja äänitteelle)
Toinen vaihtoehto olisi että kaikissa aineistossa olisi "Näytä tiedot".
No description provided.