aboutsummaryrefslogtreecommitdiff
path: root/app/views/calendar/schedule/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/calendar/schedule/settings.php')
-rw-r--r--app/views/calendar/schedule/settings.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/views/calendar/schedule/settings.php b/app/views/calendar/schedule/settings.php
index a9f24b2..0e2674e 100644
--- a/app/views/calendar/schedule/settings.php
+++ b/app/views/calendar/schedule/settings.php
@@ -2,10 +2,9 @@
<?= CSRFProtection::tokenTag() ?>
<fieldset>
<legend>
- <?= _('Darstellung des Stundenplans ändern') ?>
+ <?= _('Angezeigter Zeitraum') ?>
</legend>
<section>
- <?= _('Angezeigter Zeitraum') ?>
<section class="hgroup">
<label>
<?= _('von') ?>
@@ -22,8 +21,12 @@
<?= _('Uhr') ?><br>
</section>
</section>
- <section class='settings'>
+ </fieldset>
+ <fieldset>
+ <legend>
<?= _('Angezeigte Wochentage') ?>
+ </legend>
+ <section class='settings'>
<? foreach ([1, 2, 3, 4, 5, 6, 0] as $day) : ?>
<label>
<input type="checkbox" name="days[]" value="<?= $day ?>"