Skip to content

Commit 39bb155

Browse files
author
Pascal Dreissen
committed
Changes to backup list (website) for better responsive
1 parent de2e014 commit 39bb155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/sites/templates/web_backup_list.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h3><tmpl_var name="list_head_txt"></h3>
99

1010
<p class="fieldset-legend"><tmpl_var name="list_head_txt"></p>
1111
<div class="table-wrapper marginTop15">
12-
<table class="table">
12+
<table class="table table-auto table-striped" style="padding: 5px;">
1313
<thead class="dark form-group-sm">
1414
<tr>
1515
<th data-column="date"><tmpl_var name="date_txt"></th>
@@ -26,7 +26,7 @@ <h3><tmpl_var name="list_head_txt"></h3>
2626
<td>{tmpl_var name="backup_type"}</td>
2727
<td>{tmpl_var name="filename"}</td>
2828
<td>{tmpl_var name="filesize"}</td>
29-
<td class="text-right">
29+
<td class="text-center">
3030
<div class="buttons">
3131
<button class="btn btn-default formbutton-default" type="button" onclick="ISPConfig.confirm_action('sites/web_vhost_domain_edit.php?id={tmpl_var name='parent_id'}&next_tab=backup&backup_action=restore&backup_id={tmpl_var name='backup_id'}','{tmpl_var name='restore_confirm_txt'}');">{tmpl_var name="restore_backup_txt"}</button>
3232
<tmpl_if name="download_available">

0 commit comments

Comments
 (0)