Skip to content
Snippets Groups Projects
Commit 7f66cab7 authored by Michaela Brückner's avatar Michaela Brückner :unicorn: Committed by Jan-Hendrik Willms
Browse files

fixes #3683

Closes #3683

Merge request studip/studip!2560
parent fc88014d
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,16 @@
<input type="text" name="title" value="<?= htmlReady($entry->title) ?>" required>
</label>
<label class="studiprequired">
<?= _('Text') ?>
<span title="<?= _('Dies ist ein Pflichtfeld') ?>" aria-hidden="true" class="asterisk">*</span>
<label>
<span class="studiprequired">
<?= _('Text') ?>
<span title="<?= _('Dies ist ein Pflichtfeld') ?>" aria-hidden="true" class="asterisk">*</span>
</span>
<textarea name="description"
class="add_toolbar wysiwyg" data-editor="toolbar=minimal"><?= htmlReady($entry->description)?></textarea>
</label>
<div data-dialog-button>
<?= \Studip\Button::create(_('Speichern')) ?>
</div>
......
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