Skip to content

Commit 16d8dfe

Browse files
committed
Debug
1 parent 8b548bc commit 16d8dfe

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

myaccount/tpl/dashboard.tpl.php

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,14 @@
102102
</div>'; // end protlet-body
103103
}
104104

105+
if ($mythirdpartyaccount->client > 0 && $mythirdpartyaccount->isareseller) {
106+
print '<br><br>';
107+
}
108+
105109
if ($mythirdpartyaccount->isareseller) {
106110
print '
107111
<div class="portlet-title">
108-
<div class="caption"><br><br>
112+
<div class="caption">
109113
<i class="fa fa-server font-green-sharp paddingright"></i><span class="caption-subject font-green-sharp bold uppercase">'.$langs->trans("InstancesOfMyCustomers").'</span>
110114
</div>
111115
</div>
@@ -146,11 +150,14 @@
146150
print '</div>'; // end portlet-body
147151
}
148152

153+
if (($mythirdpartyaccount->client > 0 || $mythirdpartyaccount->isareseller) && !empty($mythirdpartyaccount->context['isamoduleprovider'])) {
154+
print '<br><br>';
155+
}
149156

150157
if (!empty($mythirdpartyaccount->context['isamoduleprovider'])) {
151158
print '
152159
<div class="portlet-title">
153-
<div class="caption"><br><br>
160+
<div class="caption">
154161
<i class="fa fa-server font-green-sharp paddingright"></i><span class="caption-subject font-green-sharp bold uppercase">'.$langs->trans("InstancesWithMyModules").'</span>
155162
</div>
156163
</div>

0 commit comments

Comments
 (0)