diff --git a/assets/img/howto-video-fr-preview.png b/assets/img/howto-video-fr-preview.png new file mode 100644 index 0000000..eb3906a Binary files /dev/null and b/assets/img/howto-video-fr-preview.png differ diff --git a/assets/js/scripts.js b/assets/js/scripts.js index a5801f2..b160d77 100644 --- a/assets/js/scripts.js +++ b/assets/js/scripts.js @@ -151,6 +151,7 @@ function imapDetectConfig() { } function levelChange() { + $('#howto-video-fr').hide(); // Expert if ($('#f1-level').val() == 3) { $('#f1-imapAutoDetect').prop('checked',false); @@ -169,6 +170,7 @@ function levelChange() { $('.form-group.imapAutoDetect').hide(); $('.f1-format').hide(); $('#f1-folderBeginner').show(); + $('#howto-video-fr').show(); } } diff --git a/index.php b/index.php index 58ceae8..4d21009 100644 --- a/index.php +++ b/index.php @@ -105,6 +105,14 @@ if (isset($_GET['DeleteApproval']) && isset($_GET['session_id'])) { margin-top: 60px; padding: 20px; } + #howto-video-fr { + margin: 10px; + padding: 10px; + background-color: #d2ffb6; + } + #howto-video-fr img { + float: right; + } @@ -299,6 +307,14 @@ if (isset($_GET['DeleteApproval']) && isset($_GET['session_id'])) { +
+ Une vidéo tutoriel pour comprendre ce que fait ce machin est disponible par ici. "; + } + ?> +
+