[intranet] lolwut
darcs-hash:20110326165920-ffbb2-bd6431d37c3c97e9f65d664acafbdf0316f69d40.gz
This commit is contained in:
parent
2ccaf6875d
commit
243ab00288
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue