|
|
|
@ -435,11 +435,11 @@ if ($isLoggedIn && $_POST) {
|
|
|
|
<?php endif; ?>
|
|
|
|
<?php endif; ?>
|
|
|
|
<div class="hours">
|
|
|
|
<div class="hours">
|
|
|
|
<?php foreach ($times as $key => $value): ?>
|
|
|
|
<?php foreach ($times as $key => $value): ?>
|
|
|
|
<div class="hour<?php if ($key == $selectedHour): ?> selected<?php endif; ?>">
|
|
|
|
<span class="hour<?php if ($key == $selectedHour): ?> selected<?php endif; ?>">
|
|
|
|
<input type="radio" id="hour<?= $key ?>" name="hour"
|
|
|
|
<input type="radio" id="hour<?= $key ?>" name="hour"
|
|
|
|
value="<?= $key ?>"<?php if ($key == $selectedHour): ?> checked<?php endif; ?>>
|
|
|
|
value="<?= $key ?>"<?php if ($key == $selectedHour): ?> checked<?php endif; ?>>
|
|
|
|
<label for="hour<?= $key ?>" title="<?= $value ?>"><?= $value ?></label>
|
|
|
|
<label for="hour<?= $key ?>" title="<?= $value ?>"><?= $value ?></label>
|
|
|
|
</div>
|
|
|
|
</span>
|
|
|
|
<?php endforeach; ?>
|
|
|
|
<?php endforeach; ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="actions">
|
|
|
|
<div class="actions">
|
|
|
|
|