Skip to content
Snippets Groups Projects
Commit db186b5a authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #78660 upgrade record rendering

parent a30e4b40
4 merge requests!2871Wip,!2869Master,!2865Dev#78660 explo melun recuperation des infos oai de la plateforme decalog,!2863Dev#78660 explo melun recuperation des infos oai de la plateforme decalog
Pipeline #5195 failed with stage
in 29 minutes and 47 seconds
......@@ -31,13 +31,16 @@ class Numel_View_Helper_Album extends Class_DigitalResource_AlbumViewHelper {
$class = $this->_config->getName(). '_viewer';
Class_ScriptLoader::getInstance()
->addInlineStyle(sprintf('iframe.%s { height: %dpx; width: %dpx }',
->addInlineStyle(sprintf('iframe.%s { height: %dpx; width: %dpx; margin-top: 2ex; }',
$class,
900,
600));
return
$this->_tagAnchor($viewer, $viewer, ['target' => '_blank'])
$this->_tagAnchor($viewer,
$this->_('Voir en pleine page'),
['class' => 'bouton',
'target' => '_blank'])
. $this->_tag('iframe',
null,
['src' => $viewer,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment