We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d409603 commit 6e7ce40Copy full SHA for 6e7ce40
module/Application/view/application/tabs/index.phtml
@@ -46,7 +46,7 @@ echo $this->modalwindow("confirm-delete-file",
46
"",
47
null,
48
"<p>Voulez-vous vraiment supprimer le fichier <em><span id=\"file_name\"></span></em> ?</p>",
49
- "<a class=\"btn btn-danger\" id=\"delete-file-href\">Confirmer</a>
+ "<button class=\"btn btn-danger\" id=\"delete-file-href\">Confirmer</button>
50
<button class=\"btn\" href=\"#\" data-dismiss=\"modal\" aria-hidden=\"true\">Annuler</button>");
51
?>
52
0 commit comments