Update list_backup_detail.html

This commit is contained in:
myvesta 2021-05-30 20:25:21 +02:00 committed by GitHub
commit f1da73a7bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
<option selected="selected" value="restore"><?php print __('restore') ?></option>
</select>
</div>
<input type="submit" value="<?php print __('restore').' '.__('selected') ?>" style="width: 100px; height:30px; background-color: #a8cb1c; color: white;" />
<input type="submit" value="<?php print __('restore selected') ?>" style="width: 100px; height:30px; background-color: #a8cb1c; color: white;" />
</td>
</tr>
</table>
@ -34,7 +34,7 @@
<div class="l-center units">
<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>
<div class="subtitle"><?=__('First select what to restore')?>:</div>
</div>
<?