mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="step-right">
|
<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']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
<div class="l-select">
|
<div class="l-select">
|
||||||
<select name="action" id="">
|
<select name="action" id="">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue