Revize a5559649
Přidáno uživatelem Ondřej Anděl před více než 3 roky(ů)
application/view/library/vanillaSelectBox/vanillaSelectBox.js | ||
---|---|---|
90 | 90 |
maxHeight: 400, |
91 | 91 |
translations: { "all": "All", "items": "items","selectAll":"Vybrat vše","clearAll":"Vyčistit filr"}, |
92 | 92 |
search: false, |
93 |
placeHolder: "Nevybráno",
|
|
93 |
placeHolder: "nevybráno",
|
|
94 | 94 |
stayOpen:false, |
95 | 95 |
disableSelectAll: false, |
96 | 96 |
} |
... | ... | |
145 | 145 |
if(selector === ".vsb-main button"){ |
146 | 146 |
cssArray= [ |
147 | 147 |
{"key":"min-width","value":"120px"}, |
148 |
{"key":"border-radius","value":"0"},
|
|
148 |
{"key":"border-radius","value":"5px"},
|
|
149 | 149 |
{"key":"width","value":"100%"}, |
150 | 150 |
{"key":"text-align","value":"left"}, |
151 | 151 |
{"key":"z-index","value":"1"}, |
... | ... | |
544 | 544 |
//self.title.textContent = selectedTexts; |
545 | 545 |
let result = nrActives; |
546 | 546 |
if(nrActives < 1){ |
547 |
result = "Nevybráno";
|
|
547 |
result = "nevybráno";
|
|
548 | 548 |
} else if(nrActives === 1){ |
549 | 549 |
result += " rukopis"; |
550 | 550 |
} else if(nrActives < 5){ |
... | ... | |
743 | 743 |
//self.title.textContent = selectedTexts; |
744 | 744 |
let result = nrActives; |
745 | 745 |
if(nrActives < 1){ |
746 |
result = "Nevybráno";
|
|
746 |
result = "nevybráno";
|
|
747 | 747 |
} else if(nrActives === 1){ |
748 | 748 |
result += " rukopis"; |
749 | 749 |
} else if(nrActives < 5){ |
Také k dispozici: Unified diff
Bug #8550: Oprava chyb ze schůzky 8.4.