| 228 | | elementy = document.getElementsByTagName("tr"); |
| 229 | | for (var i = 1; i < elementy.length; i++) { |
| 230 | | if (elementy[i].parentNode.parentNode.parentNode.id == vystupniPole) { |
| 231 | | elementy[i].childNodes[1].title = document.getElementById('lokalizace').klikniProNacteniHistorie.value; |
| 232 | | elementy[i].childNodes[1].style.cursor = 'pointer'; |
| 233 | | elementy[i].childNodes[1].onclick = function() { |
| | 228 | radky = document.getElementsByTagName("tr"); |
| | 229 | for (var i = 1; i < radky.length; i++) { |
| | 230 | if (radky[i].parentNode.parentNode.parentNode.id == vystupniPole) { |
| | 231 | radky[i].childNodes[1].title = document.getElementById('lokalizace').klikniProNacteniHistorie.value; |
| | 232 | radky[i].childNodes[1].style.cursor = 'pointer'; |
| | 233 | radky[i].childNodes[1].onclick = function() { |