Files
P42_UI/app/views/coachings/admin/dialogs/CoachingCreditsDialog.html
T
2025-08-27 07:03:09 +00:00

18 lines
551 B
HTML

<div class="cols-2">
<div>
<label small>Amount of credits</label>
<select eicselect>
<option value="3">3 credits</option>
<option value="6">6 credits</option>
<option value="9">9 credits</option>
<option value="15">15 credits</option>
</select>
</div>
<div>
<label small>Granularity</label>
<select eicselect>
<option value="3">3 credits</option>
<option value="6">6 credits</option>
</select>
</div>
</div>