Browse Source

Modal dialogue sans bouton

master
Maxime Wack 7 years ago
parent
commit
55d3dc56dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.rmd

+ 1
- 1
index.rmd View File

@@ -323,7 +323,7 @@ observeEvent(input$publish,
file.copy("cloture.html", str_c("archive/cloture", input$annee, "_", str_pad(input$mois, 2, "left", "0"), ".html"), overwrite = T)
file.copy("cloture.html", "/var/www/html/cloture/", overwrite = T)

showModal(modalDialog(title = "Publication", p("Fichier archivé et publié, disponible", a("ici", href = "https://livenne.chu-nancy.fr/sitedim/index.php/clot/bilan")), easyClose = T))
showModal(modalDialog(title = "Publication", p("Fichier archivé et publié, disponible", a("ici", href = "https://livenne.chu-nancy.fr/sitedim/index.php/clot/bilan")), easyClose = T, footer = NULL))
})
```



Loading…
Cancel
Save