backups: move code to own files

This commit is contained in:
Harvey Tindall
2023-12-21 18:17:03 +00:00
parent ade032241a
commit bc2e9cffda
7 changed files with 295 additions and 277 deletions

View File

@@ -332,6 +332,7 @@
<div class="card relative mx-auto my-[10%] w-4/5 lg:w-1/3">
<span class="heading">{{ .strings.backups }} <span class="modal-close">&times;</span></span>
<p class="content my-4">{{ .strings.backupsDescription }}</p>
<p class="content my-4">{{ .strings.backupsCopy }}</p>
<p class="content my-4">{{ .strings.backupsFormatNote }}</p>
<div class="row col flex">
<button class="button ~info @low mr-2 mt-4 mb-4" id="settings-backups-backup">{{ .strings.backupNow }}</button>