Skip to content
Snippets Groups Projects
Commit ecf570af authored by Moritz Strohm's avatar Moritz Strohm Committed by Jan-Hendrik Willms
Browse files

wiki page editing: keep save-button always active

parent 4318cd84
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
</label>
<div data-dialog-button="">
<button class="button" :disabled="!isChanged" :title="isChanged ? '<?= _('Speichern Sie den aktuellen Stand.') ?>' : '<?= _('Der aktuelle Stand ist schon gespeichert.') ?>'">
<button class="button" title="<?= _('Den aktuellen Stand speichern.') ?>">
<?= _('Speichern') ?>
</button>
<?= \Studip\LinkButton::create(_('Verlassen'), $controller->leave_editing($page))?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment