diff --git a/intranet/modules/impression/static/impression.js b/intranet/modules/impression/static/impression.js index e3fa38bc..a3e929d7 100644 --- a/intranet/modules/impression/static/impression.js +++ b/intranet/modules/impression/static/impression.js @@ -248,7 +248,7 @@ Impression.popup.popupCodes = function(codeList) { {"id":"printingPopupContent", "style":"background-image:url(./static/dialog-lock.png)"}, SPAN("Mes codes"), //UL({"size":"4", "style":"width:6em;; height:4em;padding:0;margin:0;list-style-type:none;overflow:auto;"}, map(function (code) {return LI({}, code);}, codeList)), - SELECT({"size":"4", "style":"width:100%;"}, map(function (code) {return LI({}, code);}, codeList)), + SELECT({"size":"4", "style":"width:100%;"}, map(function (code) {return OPTION({}, code);}, codeList)), Popup.closeLink({"class":"aide", "style":"text-align:right;"}, "Fermer"))); Popup.display(); }