Skip to content
Snippets Groups Projects
Commit 44d94f1e authored by Moritz Strohm's avatar Moritz Strohm
Browse files

contents/courseware/create_project: made preview image upload accessible

parent 3abd4d6b
Branches
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<?= _('Niveau') ?> <?= _('Niveau') ?>
</span> </span>
<select name="difficulty"> <select name="difficulty">
<? for ($i = 1; $i<=12; $i++): ?> <? for ($i = 1; $i<=12; $i++): ?>
<option value="<?= $i?>"><?= $i?></option> <option value="<?= $i?>"><?= $i?></option>
<? endfor; ?> <? endfor; ?>
</select> </select>
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
</select> </select>
</label> </label>
<label class="file-upload"> <label class="file-upload enter-accessible" tabindex="0">
<?= _('Vorschaubild hochladen') ?> <?= _('Vorschaubild hochladen') ?>
<input id="previewfile" name="previewfile" type="file" accept="image/*"> <input id="previewfile" name="previewfile" type="file" accept="image/*">
</label> </label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment