Browse Source

remove data for not active

andre 3 years ago
parent
commit
0d12eb6e6f
1 changed files with 0 additions and 17 deletions
  1. 0 17
      templates/clientarea.tpl

+ 0 - 17
templates/clientarea.tpl

@@ -415,23 +415,6 @@
             {/if}
           </div>
         </div>
-      {else}
-        <div class="alert-lg no-data">
-          <div class="icon">
-            <i class="fas fa-exclamation-triangle"></i>
-          </div>
-          <div class="text">
-            {if $suspendreason}
-              <strong>{$suspendreason}</strong><br />
-            {/if}
-            {$LANG.cPanel.packageNotActive} {$status}.<br />
-            {if $systemStatus eq "Pending"}
-              {$LANG.cPanel.statusPendingNotice}
-            {elseif $systemStatus eq "Suspended"}
-              {$LANG.cPanel.statusSuspendedNotice}
-            {/if}
-          </div>
-        </div>
       {/if}
     {/if}
   </div>