|
|
|
@ -39,7 +39,7 @@
|
|
|
|
<button class="btn d-none" id="SETStudySaveButton">Sichern</button>
|
|
|
|
<button class="btn d-none" id="SETStudySaveButton">Sichern</button>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<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">
|
|
|
|
Monatsziel:
|
|
|
|
Monat-Stundenziel:
|
|
|
|
<input type="number" class="w-25 btn btn-secondary" name="MonthGoalInput" id="MonthGoalInput" value="50" onfocus="document.getElementById('SETMonthGoalSaveButton').classList.remove('d-none')">
|
|
|
|
<input type="number" class="w-25 btn btn-secondary" name="MonthGoalInput" id="MonthGoalInput" value="50" onfocus="document.getElementById('SETMonthGoalSaveButton').classList.remove('d-none')">
|
|
|
|
<button class="btn d-none" id="SETMonthGoalSaveButton">Sichern</button>
|
|
|
|
<button class="btn d-none" id="SETMonthGoalSaveButton">Sichern</button>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
|