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

Mise en forme option division 3 toujours visible

parent c393654f
Branches
Tags
No related merge requests found
......@@ -287,11 +287,14 @@ Class_ScriptLoader::getInstance()
<td align="right">Divison 3</td>
<td width="10px"><input type="text" class="normal" name="largeur_division3" size="4" maxlength="4" value="<?php echo $this->profil->getLargeurDivision3()?>"></td><td class="normal" width="10px">pixels&nbsp;</td>
<td width="10px"><input type="text" class="normal" name="marge_division3" size="2" maxlength="2" value="<?php echo $this->profil->getMargeDivision3()?>"></td><td class="normal">pixels</td>
<td> <?php echo $this->formCheckbox( 'division_three_always_visible',
null,
['checked' => $this->profil->getDivisionThreeAlwaysVisible()]);
?>Toujours visible</td>
<td style="white-space:nowrap">
<?php echo $this->formCheckbox('division_three_always_visible',
null,
['checked' => $this->profil->getDivisionThreeAlwaysVisible(),
'style' => 'vertical-align: middle']);
?>
Toujours visible
</td>
</tr>
</table>
</div>
......
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