mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
fix for bulk operations on backups
This commit is contained in:
parent
dfb01cc473
commit
03381b828f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||
</td>
|
||||
<td class="step-right">
|
||||
<form action="/bulk/backup/" method="post">
|
||||
<form action="/bulk/backup/" method="post" id="objects">
|
||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||
<div class="l-select">
|
||||
<select name="action" id="">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue