|
@@ -9,6 +9,7 @@
|
|
|
} ?>
|
|
} ?>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="l-sort-toolbar clearfix">
|
|
<div class="l-sort-toolbar clearfix">
|
|
|
|
|
+ <!-- Disable option to perform package updates via web due to timeout issues with current implementation
|
|
|
<table>
|
|
<table>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>
|
|
<td>
|
|
@@ -24,6 +25,7 @@
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
|
|
|
+ -->
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -34,8 +36,9 @@
|
|
|
<div class="header table-header">
|
|
<div class="header table-header">
|
|
|
<div class="l-unit__col l-unit__col--right">
|
|
<div class="l-unit__col l-unit__col--right">
|
|
|
<div>
|
|
<div>
|
|
|
- <div class="clearfix l-unit__stat-col--left super-compact">
|
|
|
|
|
- <input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
|
|
|
|
|
|
+ <div class="clearfix l-unit__stat-col--left super-compact center">
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');"> -->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="clearfix l-unit__stat-col--left wide"><b><?php print _('Package');?></b></div>
|
|
<div class="clearfix l-unit__stat-col--left wide"><b><?php print _('Package');?></b></div>
|
|
|
<div class="clearfix l-unit__stat-col--left wide-5"><b><?php print _('Description');?></b></div>
|
|
<div class="clearfix l-unit__stat-col--left wide-5"><b><?php print _('Description');?></b></div>
|
|
@@ -65,8 +68,9 @@
|
|
|
|
|
|
|
|
<div class="l-unit__col l-unit__col--right">
|
|
<div class="l-unit__col l-unit__col--right">
|
|
|
<div>
|
|
<div>
|
|
|
- <div class="clearfix l-unit__stat-col--left super-compact">
|
|
|
|
|
- <input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="pkg[]" value="<?php echo $key ?>">
|
|
|
|
|
|
|
+ <div class="clearfix l-unit__stat-col--left super-compact center">
|
|
|
|
|
+ <i class="fas fa-box-open status-icon dim"></i>
|
|
|
|
|
+ <!-- <input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="pkg[]" value="<?php echo $key ?>"> -->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="clearfix l-unit__stat-col--left wide"><b><?=$key?></b></div>
|
|
<div class="clearfix l-unit__stat-col--left wide"><b><?=$key?></b></div>
|
|
|
<div class="clearfix l-unit__stat-col--left wide-5"><?=_($data[$key]['DESCR'])?></div>
|
|
<div class="clearfix l-unit__stat-col--left wide-5"><?=_($data[$key]['DESCR'])?></div>
|