Procházet zdrojové kódy

remove data for not active

andre před 3 roky
rodič
revize
0d12eb6e6f
1 změnil soubory, kde provedl 0 přidání a 17 odebrání
  1. 0 17
      templates/clientarea.tpl

+ 0 - 17
templates/clientarea.tpl

@@ -415,23 +415,6 @@
             {/if}
             {/if}
           </div>
           </div>
         </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}
     {/if}
     {/if}
   </div>
   </div>