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

Merge branch...

Merge branch 'hotline#53372_boite_calendrier_affichage_nom_de_la_bibliotheque_ko_reserve_va' into 'hotline-master'

hotline #53372 calender: article title display mode option is relevant only on list display mode

See merge request !1983
parents b35ae98d d8d02411
Branches
Tags 8.0.22
3 merge requests!2080Sandbox detach zf from storm,!2061Master,!1983hotline #53372 calender: article title display mode option is relevant only on list display mode
Pipeline #205 passed with stage
in 8 minutes and 34 seconds
- ticket #53372 : Boite calendrier : l'option du choix du mode d'affichage des titres n'apparaît que pour l'affichage "liste simple"
\ No newline at end of file
<?php
Class_ScriptLoader::getInstance()
->addJQueryReady(
'formSelectToggleVisibilityForElement("select[name=\'mode-affichage\']", "tr#title_display_mode", ["simple"]);');
?>
<center>
<h1>Propriétés du calendrier</h1><br>
<div class="formTable">
......@@ -95,7 +101,7 @@
</td>
</tr>
<tr>
<tr id="title_display_mode">
<td class="droite">Mode d'affichage des titres</td>
<td class="gauche">
<?php
......
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