summaryrefslogtreecommitdiffstats
path: root/modules-available/backup/templates/_page.html
diff options
context:
space:
mode:
authorChristian Hofmaier2017-09-22 18:04:13 +0200
committerChristian Hofmaier2017-09-22 18:04:13 +0200
commit1c00ff7500abd34290d9ff1011a778a2ae63759b (patch)
tree574ef5edde6f39b225e87b008621937f7118b57a /modules-available/backup/templates/_page.html
parent[translation] fixed inconsistencies (diff)
downloadslx-admin-1c00ff7500abd34290d9ff1011a778a2ae63759b.tar.gz
slx-admin-1c00ff7500abd34290d9ff1011a778a2ae63759b.tar.xz
slx-admin-1c00ff7500abd34290d9ff1011a778a2ae63759b.zip
[backup] fixed inconsistencies
Diffstat (limited to 'modules-available/backup/templates/_page.html')
-rw-r--r--modules-available/backup/templates/_page.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/modules-available/backup/templates/_page.html b/modules-available/backup/templates/_page.html
index 47b5a174..ab2fb37d 100644
--- a/modules-available/backup/templates/_page.html
+++ b/modules-available/backup/templates/_page.html
@@ -7,7 +7,7 @@
<div class="panel-heading">{{lang_backup}}</div>
<div class="panel-body">
<p>{{lang_backupDescription}}</p>
- <button class="btn btn-primary" type="submit">{{lang_download}}</button>
+ <button class="btn btn-primary pull-right" type="submit">{{lang_download}}</button>
</div>
</div>
</form>
@@ -28,14 +28,20 @@
</span>
</div>
<div>
- <label><input type="checkbox" name="restore_openslx" checked="checked"> {{lang_restoreSystemConfig}}</label>
+ <div class="checkbox">
+ <input type="checkbox" name="restore_openslx" checked="checked">
+ <label><b>{{lang_restoreSystemConfig}}</b></label>
+ </div>
<p><i>{{lang_systemExplanation}}</i></p>
</div>
<div>
- <label><input type="checkbox" name="restore_dozmod" checked="checked"> {{lang_restoreDozmodConfig}}</label>
+ <div class="checkbox">
+ <input type="checkbox" name="restore_dozmod" checked="checked">
+ <label><b>{{lang_restoreDozmodConfig}}</b></label>
+ </div>
<p><i>{{lang_dozmodExplanation}}</i></p>
</div>
- <button class="btn btn-primary" type="submit">{{lang_restore}}</button>
+ <button class="btn btn-primary pull-right" type="submit">{{lang_restore}}</button>
</div>
</div>
</form> \ No newline at end of file