Update list_backup_detail.html

This commit is contained in:
myvesta 2021-05-30 20:17:27 +02:00 committed by GitHub
commit 1739c8c731
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').' '.__('backup') ?>" 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>