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