From e7b4b8e733e7ff89bea71a5a914afb6d3303cb2b Mon Sep 17 00:00:00 2001 From: efalcy <stl@gresille.org> Date: Thu, 19 Mar 2015 11:15:47 +0100 Subject: [PATCH] dev #17875 : RGAA NAV-16 : iframe title --- public/admin/js/subModal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/admin/js/subModal.js b/public/admin/js/subModal.js index a7505469127..a44f10e037d 100644 --- a/public/admin/js/subModal.js +++ b/public/admin/js/subModal.js @@ -59,7 +59,7 @@ function initPopUp() '<img alt="Fermer la fenêtre" src="' + imagesUrl + 'bouton/close.gif" onclick="hidePopWin(false);" id="popCloseBox" title="Fermer"/>' + '</div>' + '</div>' + - '<iframe style="width:100%;height:100%;background-color:transparent;" scrolling="auto" frameborder="0" allowtransparency="true" id="popupFrame" name="popupFrame" width="100%" height="100%"></iframe>' + + '<iframe title="PopupFrame" scrolling="auto" frameborder="0" allowtransparency="true" id="popupFrame" name="popupFrame" width="100%" height="100%"></iframe>' + '</div>'; theBody.appendChild(popmask); theBody.appendChild(popcont); @@ -327,4 +327,4 @@ function displaySelectBoxes() { } } } -} \ No newline at end of file +} -- GitLab