Compare commits
No commits in common. "e2a2f1d776880d574d9dfe1401412b1db273e12e" and "1218eef1a2e77efcb4d4557a96505b246920fb29" have entirely different histories.
e2a2f1d776
...
1218eef1a2
2 changed files with 1 additions and 5 deletions
|
|
@ -187,7 +187,7 @@ function handleSubmit(e) {
|
||||||
if (data.success) {
|
if (data.success) {
|
||||||
submitButton.style.display = 'none'
|
submitButton.style.display = 'none'
|
||||||
notification.innerHTML = `<span>${currentMessages.thankyou}</span>`
|
notification.innerHTML = `<span>${currentMessages.thankyou}</span>`
|
||||||
notification.className = 'bg-green-500 text-black px-4 py-2 rounded block'
|
notification.className = 'bg-green-500 text-white px-4 py-2 rounded block'
|
||||||
} else {
|
} else {
|
||||||
submitButton.style.display = 'none'
|
submitButton.style.display = 'none'
|
||||||
notification.textContent = data.message
|
notification.textContent = data.message
|
||||||
|
|
|
||||||
|
|
@ -112,10 +112,6 @@ bestellformular = true
|
||||||
Bitte kontaktieren Sie uns für Preise von mehr als 50 Benutzerlizenzen.
|
Bitte kontaktieren Sie uns für Preise von mehr als 50 Benutzerlizenzen.
|
||||||
Gerne erstellen wir Ihnen eine indiviuelle Offerte.
|
Gerne erstellen wir Ihnen eine indiviuelle Offerte.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<label for="servername">Bitte geben Sie den Namen des gesicherter Webbereichs an. Der Zugriff erfolgt immer über die Web-Adresse: https://<strong>name</strong>.verua.org</label>
|
|
||||||
<input type="text" id="servername" name="servername" placeholder="name" required >
|
|
||||||
</div>
|
|
||||||
|
|
||||||
**Wünschen Sie die Erweiterung um das Modul Dienst-, Besuchs- und Tourenplan?**
|
**Wünschen Sie die Erweiterung um das Modul Dienst-, Besuchs- und Tourenplan?**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue