|
|
|
@ -31,11 +31,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="settings text-left">
|
|
|
|
<div class="settings text-left">
|
|
|
|
<div class="settings-card container">
|
|
|
|
<div class="settings-card container">
|
|
|
|
<h5 class="pt-3">Einstellungen</h5>
|
|
|
|
<h4 class="pt-3 text-center" style="margin-top: -1rem;">Einstellungen</h4>
|
|
|
|
<ul class="list-group" style="color: black;">
|
|
|
|
<ul class="list-group" style="color: black;">
|
|
|
|
<li class="list-group-item d-flex justify-content-between align-items-center">
|
|
|
|
<li class="list-group-item d-flex justify-content-between align-items-center">
|
|
|
|
Bibelstudien:
|
|
|
|
Bibelstudien:
|
|
|
|
<input type="number" class="w-25 btn" name="studysinput" id="studysinput" value="0" onfocus="document.getElementById('SETStudySaveButton').classList.remove('d-none')">
|
|
|
|
<input type="number" class="w-25 btn btn-secondary" name="studysinput" id="studysinput" value="0" onfocus="document.getElementById('SETStudySaveButton').classList.remove('d-none')">
|
|
|
|
<button class="btn d-none" id="SETStudySaveButton">Sichern</button>
|
|
|
|
<button class="btn d-none" id="SETStudySaveButton">Sichern</button>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|