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

Augmentation des valeurs limites de hauteur / largeur pour les diaporamas

parent 217129a2
Branches
Tags
No related merge requests found
......@@ -13,14 +13,14 @@
<td class="gauche"><?php
echo $this->tagSlider('op_hauteur_boite',
$this->preferences['op_hauteur_boite'],
50, 800, 5); ?></td>
20, 1000, 5); ?></td>
</tr>
<tr>
<td class="droite">Largeur&nbsp;</td>
<td class="gauche"><?php
echo $this->tagSlider('op_largeur_img',
$this->preferences['op_largeur_img'],
50, 600, 5); ?></td>
20, 1000, 5); ?></td>
</tr>
<tr>
<td class="droite">Délai entre chaque image<br />
......
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