mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
b110596024
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
<div class="l-unit<? if($status == 'suspended') echo ' l-unit--outdated';?>">
|
<div class="l-unit<? if($status == 'suspended') echo ' l-unit--outdated';?>">
|
||||||
<div class="l-unit-toolbar clearfix">
|
<div class="l-unit-toolbar clearfix">
|
||||||
<div class="l-unit-toolbar__col l-unit-toolbar__col--left">
|
<div class="l-unit-toolbar__col l-unit-toolbar__col--left">
|
||||||
<input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="pkg" value="<?php echo $key ?>">
|
<input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="pkg[]" value="<?php echo $key ?>">
|
||||||
<label for="check<?php echo $i ?>" class="check-label"></label>
|
<label for="check<?php echo $i ?>" class="check-label"></label>
|
||||||
</div>
|
</div>
|
||||||
<!-- l-unit-toolbar__col -->
|
<!-- l-unit-toolbar__col -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue