Skip to content
Snippets Groups Projects

Master

Merged Ghislain Loas requested to merge master into WIP
Compare and
+ 1286
189
Preferences
Compare changes
Files
@@ -42,6 +42,17 @@
<tr>
<td class="droite"><?php echo $this->_('Html simplifié');?></td>
<td>
<?php
echo $this->formCheckbox('new_html',
null,
array('checked' => $this->preferences["new_html"]));
?>
</tr>
<tr>
<td class="droite">Menu à afficher&nbsp;</td>
<td><?php echo $this->comboMenus($this->id_profil,$this->preferences["menu"]) ?></td>
</tr>
@@ -51,4 +62,4 @@
<?php echo $this->formSubmit("Valider","Valider",array("class" => "bouton")) ?>
</form>
</div>
</center>
\ No newline at end of file
</center>