diff --git a/VERSIONS_HOTLINE/53372 b/VERSIONS_HOTLINE/53372 new file mode 100644 index 0000000000000000000000000000000000000000..cfc4ad5efa782f64858db8b59bee870102686be1 --- /dev/null +++ b/VERSIONS_HOTLINE/53372 @@ -0,0 +1 @@ + - 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 diff --git a/application/modules/admin/views/scripts/accueil/calendrier.phtml b/application/modules/admin/views/scripts/accueil/calendrier.phtml index a6e6fb35e695ecb1bfc9814777af4fbf8b1c952c..d082eb6db12b2dc2c329cd24a7ef5e4d939ca41c 100644 --- a/application/modules/admin/views/scripts/accueil/calendrier.phtml +++ b/application/modules/admin/views/scripts/accueil/calendrier.phtml @@ -1,3 +1,9 @@ +<?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