From 243ab002883d2295a99d31f3683190bb2319c1a0 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sat, 26 Mar 2011 17:59:20 +0100 Subject: [PATCH] [intranet] lolwut darcs-hash:20110326165920-ffbb2-bd6431d37c3c97e9f65d664acafbdf0316f69d40.gz --- intranet/modules/impression/static/impression.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }