mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
fix for full restore
This commit is contained in:
parent
bfa65982ca
commit
525d706644
2 changed files with 16 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
<tr>
|
||||
<td style="padding: 12px 8px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/schedule/restore/'"> <?php print __('Restore All');?> </button>
|
||||
<button class="submenu-button" onclick="location.href='/schedule/restore/?backup=<?php echo $_GET['backup'] ?>'"> <?php print __('Restore All');?> </button>
|
||||
</div>
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue