mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update list_backup_detail.html
This commit is contained in:
parent
8fe06a2153
commit
f1da73a7bd
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
<?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue