Terug naar hoofdinhoud
© NPB. All rights reserved.

Samen bouwen aan de toekomst van het

6ft poolbiljarten

NPB

Over de NPB

De Nederlandse Poolbiljart Bond is dé landelijke organisatie voor de 6ft poolbiljartsport. Samen met onze verenigingen, vrijwilligers en spelers organiseren wij competities, kampioenschappen en evenementen en werken wij iedere dag aan de groei van onze sport.


© All rights reserved.


document.addEventListener("DOMContentLoaded", function () { function renameAanspreekpunten() { // Bestaande vaste wijzigingen var aanspreekpunt1 = document.querySelector('#adminForm > table > tbody > tr > td > table > tbody > tr:nth-child(6) > td:nth-child(1) > b'); var aanspreekpunt2 = document.querySelector('#adminForm > table > tbody > tr > td > table > tbody > tr:nth-child(12) > td:nth-child(1) > b'); var aanspreekpunt3 = document.querySelector('#adminForm > table > tbody > tr > td > table > tbody > tr:nth-child(18) > td:nth-child(1) > b'); if (aanspreekpunt1) aanspreekpunt1.textContent = 'Voorzitter:'; if (aanspreekpunt2) aanspreekpunt2.textContent = 'Penningmeester:'; if (aanspreekpunt3) aanspreekpunt3.textContent = 'Secretaris:'; // Nieuw: "Aanspreekpunt:" → "Teamleider:" var teamleiderLabel = document.querySelector('#tm-main > div > table:nth-child(11) > tbody > tr:nth-child(7) > td:nth-child(1) > strong'); if (teamleiderLabel) { teamleiderLabel.textContent = 'Teamleider:'; } else { // Fallback: zoek op tekst document.querySelectorAll('b, strong').forEach(function(el) { if (el.textContent.trim() === 'Aanspreekpunt:') { el.textContent = 'Teamleider:'; } }); } } setTimeout(renameAanspreekpunten, 500); });