mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -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
|
@ -32,7 +32,7 @@
|
|||
<?=__('sort by');?>: <span><b><?=__('Action')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||
</td>
|
||||
<td>
|
||||
<form action="/bulk/firewall/" method="post">
|
||||
<form action="/bulk/firewall/" 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