|
|
@@ -64,7 +64,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="l-unit__col l-unit__col--right step-top">
|
|
|
- <div style="margin-bottom: 40px;">
|
|
|
+ <div>
|
|
|
<div class="clearfix l-unit__stat-col--left wide-3"><b><?php print __('Username');?></b></div>
|
|
|
<div class="clearfix l-unit__stat-col--left text-right compact-4"><b> </b></div>
|
|
|
<div class="clearfix l-unit__stat-col--left text-center compact"><b><?php print __('Disk');?></b></div>
|
|
|
@@ -99,11 +99,11 @@ sort-star="<? if($_SESSION['favourites']['MAIL_ACC'][$key."@".$_GET['domain']] =
|
|
|
</div>
|
|
|
<!-- /.l-unit-toolbar -->
|
|
|
<div class="l-unit__col l-unit__col--right">
|
|
|
- <div style="margin-bottom: 50px;">
|
|
|
+ <div>
|
|
|
<div class="clearfix l-unit__stat-col--left">
|
|
|
<input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="account[]" value="<?php echo $key ?>">
|
|
|
<input type="hidden" value="<?php echo $_GET['domain'] ?>" name="domain" />
|
|
|
- <label for="check<?php echo $i ?>" class="check-label"></label>
|
|
|
+
|
|
|
</div>
|
|
|
<div class="clearfix l-unit__stat-col--left wide-3"><b><?=$key."@".$_GET['domain']?></b></div>
|
|
|
|