mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
WEB. Fixed bulk actions form id
This commit is contained in:
parent
31b55f31cc
commit
7cdbe58c32
7 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
|||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||
</td>
|
||||
<td>
|
||||
<form action="/bulk/backup/exclusions/" method="post">
|
||||
<form action="/bulk/backup/exclusions/" method="post" id="objects">
|
||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||
<div class="l-select">
|
||||
<select name="" id="">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue