mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 09:25:34 +02:00
fix for bulk operations on backups
This commit is contained in:
@@ -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="">
|
||||
|
||||
Reference in New Issue
Block a user