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

show "last saved" information below autosave checkbox

parent ecf570af
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,12 @@ ...@@ -25,8 +25,12 @@
<div></div> <div></div>
<label> <label>
<input type="checkbox" v-model="autosave"> <input type="checkbox" v-model="autosave">
<?= _('Autosave aktiv') ?> <?= _('Automatisches Speichern aktivieren.') ?>
</label> </label>
<div>
<?= _('Zuletzt gespeichert') .': ' ?>
<studip-date-time :timestamp="Math.floor(lastSaveDate / 1000)" :relative="true"></studip-date-time>
</div>
<div data-dialog-button=""> <div data-dialog-button="">
<button class="button" title="<?= _('Den aktuellen Stand speichern.') ?>"> <button class="button" title="<?= _('Den aktuellen Stand speichern.') ?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment