Skip to content
Snippets Groups Projects
Commit 2d0b9f51 authored by llaffont's avatar llaffont
Browse files

Multimedia: compatibilité Firefox

git-svn-id: http://afi-forge.afi-sa.fr/svn/opacce/trunk@660 e3cc70dd-a52f-4065-8a26-0e09943c8c5c
parent 3b97e670
Branches
Tags
No related merge requests found
......@@ -11,6 +11,9 @@
<li><?php echo sprintf('%s : %s', $this->_('Poste'), $this->escape($this->device));?></li>
</ul>
<button><?php echo $this->tagAnchor(array('validate' => 1), $this->_('Confirmer')); ?></button>
<?php $confirm_url = $this->url(array('validate' => 1)); ?>
<button onclick="window.location='<?php echo $confirm_url?>';">
<?php echo $this->tagAnchor($confirm_url, $this->_('Confirmer')); ?>
</button>
</div>
<?php $this->closeBoite();?>
\ No newline at end of file
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