|
|
@@ -18,7 +18,7 @@
|
|
|
<li entity="sort-date" sort_as_int="1"><span class="name <?php if ($_SESSION['userSortOrder'] === 'date') { echo 'active'; } ?>"><?= _("Date") ?> <i class="fas fa-arrow-down-a-z"></i></span><span class="up"><i class="fas fa-arrow-up-a-z"></i></span></li>
|
|
|
<li entity="sort-name"><span class="name <?php if ($_SESSION['userSortOrder'] === 'name') { echo 'active'; } ?>"><?= _("Name") ?> <i class="fas fa-arrow-down-a-z"></i></span><span class="up"><i class="fas fa-arrow-up-a-z"></i></span></li>
|
|
|
</ul>
|
|
|
- <form x-bind="BulkEdit" action="/bulk/package/" method="post">
|
|
|
+ <form x-data x-bind="BulkEdit" action="/bulk/package/" method="post">
|
|
|
<input type="hidden" name="token" value="<?= $_SESSION["token"] ?>">
|
|
|
<select class="form-select" name="action">
|
|
|
<option value=""><?= _("apply to selected") ?></option>
|
|
|
@@ -67,7 +67,7 @@
|
|
|
sort-bandwidth="<?=$data[$key]['BANDWIDTH']?>" sort-disk="<?=$data[$key]['DISK_QUOTA']?>">
|
|
|
<div class="l-unit__col l-unit__col--right">
|
|
|
<div class="clearfix l-unit__stat-col--left super-compact">
|
|
|
- <input id="check<?=$i?>" class="ch-toggle" type="checkbox" title="<?= _("Select") ?>" name="user[]" value="<?=$key?>">
|
|
|
+ <input id="check<?=$i?>" class="ch-toggle" type="checkbox" title="<?= _("Select") ?>" name="package[]" value="<?=$key?>">
|
|
|
</div>
|
|
|
<?php if ($key == 'system'){ ?>
|
|
|
<div class="clearfix l-unit__stat-col--left wide-2 truncate"><b><?=$key?></b></div>
|