[intranet] lolwut

darcs-hash:20110326165920-ffbb2-bd6431d37c3c97e9f65d664acafbdf0316f69d40.gz
This commit is contained in:
Nicolas Dandrimont 2011-03-26 17:59:20 +01:00
parent 2ccaf6875d
commit 243ab00288

View file

@ -248,7 +248,7 @@ Impression.popup.popupCodes = function(codeList) {
{"id":"printingPopupContent", "style":"background-image:url(./static/dialog-lock.png)"}, {"id":"printingPopupContent", "style":"background-image:url(./static/dialog-lock.png)"},
SPAN("Mes codes"), 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)), //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.closeLink({"class":"aide", "style":"text-align:right;"}, "Fermer")));
Popup.display(); Popup.display();
} }