mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update list_backup_detail.html
This commit is contained in:
parent
6921a58418
commit
83e24f738a
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ input[type="checkbox"] {
|
|||
</style>
|
||||
<br /><br />
|
||||
<form action="/bulk/restore/" method="post" id="objects">
|
||||
<div class="l-center" style="margin-left: 240px; padding-right: 30px;">
|
||||
<div class="l-center" style="margin-left: 240px; padding-right: 270px;">
|
||||
<div class="l-sort clearfix noselect">
|
||||
<a href="/schedule/restore/?backup=<?=htmlentities($_GET['backup'])?>" class="l-sort__create-btn restore" style="bottom: 0" title="<?=__('Restore All')?>"></a>
|
||||
<div class="l-sort-toolbar clearfix">
|
||||
|
@ -34,7 +34,7 @@ input[type="checkbox"] {
|
|||
<!-- /.l-separator -->
|
||||
|
||||
|
||||
<div class="l-center units" style="margin-left: 240px; padding-right: 20px;">
|
||||
<div class="l-center units" style="margin-left: 240px; padding-right: 270px;">
|
||||
<div class="l-unit header">
|
||||
<div class="subtitle" style="color: black;"><?=__('Listing')?> <?=htmlentities($_GET['backup'])?></div>
|
||||
<div class="subtitle"><?=__('First select what to restore')?>:</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue