File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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>
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>
You can’t perform that action at this time.
0 commit comments